- Code: 4T4-0305
- Level Advanced
- Category E-Learning Courses
- Total hrs 30
- Course Language Arabic+English
- Email aastcon@aast.edu
- Phone 01146562283
Explore fundamental programming concepts in Python like logic checks, data structures, and functions through interactive quizzes and practice on your own computer. Learn syntax, debugging techniques and basic problem-solving concepts.
Why Python ProgrammingReceive an overview of what you’ll be learning and doing in the courseUnderstand why you should learn to programming with PythonData Types and OperatorsRepresent data using Python's data types: integers, floats, booleans, strings, lists, tuples, sets, dictionaries, compound data structuresPerform computations and create logical statements using Python’s operators: Arithmetic, Assignment, Comparison, Logical, Membership, IdentityPractice whitespace and style guidelinesControl FlowWrite conditional expressions using if statements and boolean expressions to add decision making to your Python programsUse for and while loops along with useful built-in functions to iterate over and manipulate lists, sets, and dictionariesCondense for loops to create lists efficiently with list comprehensionsDefine your own custom functionsCreate and reference variables using the appropriate scopeUse iterators and generators to create streams of dataInstall Python 3 and