- Code: 1T41341
- Level Beginner
- Category Graphics
- Total hrs 30
- Course Language English
- Email csp.aast2016@gmail.com
- Phone 01222275782
• Have a fundamental understanding of the Python programming language.• Understand how to create your own Python programs.• Add the Python Object-Oriented Programming (OOP) skills to your resume.
1-Overview. 1.a History of Python. 1.b Python Features.2-Environemnt Setup. 2.a Local Env.Setup. 2.b Getting Python. 2.c Setting up Path. 2.Running Python. 3-Basic Syntax. 3.a Hello World Example. 3.b Identifiers. 3.c Quotation. 3.d Comments. 3.e Blank Lines. 3.f Waiting for user. 4- Variables. 4.a Assigning values to variables. 4.b Standard Data Types. 4.c Numbers/Strings/Lists/Tuples/Dictionary/Conversion. 5- Basic Operators. 5.a Types of Operator. 5.b Arithmetic operators. 5.c (Comparison/Assignemt-Bitwise/Membership/Precedence) operators6- Decision MAking. 6.a if statement. 6.b IF...ELIF...ELSE Statements 6.c Nested if 6.d Single statement Suites.7- Loops. 7.a while. 7.b for. 7.c Nested Loops. 7.d break. 7.e continue 7.f pass.8-Numbers. 8.a Mathemmatical functions. 8.b abs() 8.c min() 8.d pow() 8.e round() 8.f sqrt() 8.g random() 8.h Mathematical constants.