0% found this document useful (0 votes)
51 views

Programming For Beginner

This document is an introduction to programming for beginners. It covers basic programming concepts like variables, operators, and problem solving. It also discusses Python programming language fundamentals like pseudo code, flowcharts, basic programs like "Hello World", and conditionals. The document is divided into chapters that cover programming basics, Python programs, classes and inheritance, and basic data structures like stacks. It aims to provide a starting point for learning programming and the Python language.

Uploaded by

hmnaing077690
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Programming For Beginner

This document is an introduction to programming for beginners. It covers basic programming concepts like variables, operators, and problem solving. It also discusses Python programming language fundamentals like pseudo code, flowcharts, basic programs like "Hello World", and conditionals. The document is divided into chapters that cover programming basics, Python programs, classes and inheritance, and basic data structures like stacks. It aims to provide a starting point for learning programming and the Python language.

Uploaded by

hmnaing077690
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

[Pick the date]

[PROGRAMMING FOR BEGINNER ]

Programming for
beginner
programming

programming

Programming

python language

Saturngod

Source : http://books.saturngod.net/programming_basic/

Programming for beginner

Contents
Introduction
1. Chapter 1

1.1. Programming
1.2. Programming Language
1.3. Sequential
1.4. Variable
1.5. Operators
1.6. Problem Solving
1.7. Installing Python 3

2. Chapter 2

2.1. Pseudo Code


2.2. Flowchart
2.3. Hello World
2.4. What is your name ?
2.5. SUM
2.6. Condition
2.7. Calculator
2.8. Looping
2.9. Array
2.10. Function
2.11. Exercise Answers

3. Chapter 3

3.1. Overview
3.2. Classes
3.3. Inheritance

4. Chapter 3

4.1. Basic Data Structures


4.2. Stack
4.3. Stack Abstract Data Type
4.4. Implementing A Stack

You might also like