Learning to write code is easy and anyone with access to a computer can do it and it will probably force your brain to approach problem solving from a different angle. Python is one of the many programming languages you can learn and it's so simple yet powerful and was at one point the backend code used by YoutTube and currently used by Instagram.
This is an introduction to Python programming to help you get started before moving onto other sources and complex constructs. Use this as a glossary to help you keep track of where you need to go.
Lessons
The Python Series
Lesson 1: an Algorithm, Pseudocode and a Program
Lesson 2: The Python Shell
Lesson 3: A Python Program
Lesson 4: Input, Output and Assignments
Lesson 5: Functions, Numbers and Libraries
Lesson 6: Selection Statements and Flow Control
Lesson 7: Conditional Program Execution
Lesson 8: Repetitions
Lesson 9: String Data Structure in Python
Lesson 10: Arrays and Dictionaries With Python
Lesson 11: Recursion With Python
Lesson 12: Files and Exceptions in Python
Miscellaneous
Finding Prime Numbers Using Python
Finding The Palindrome Using Python
Check If Its A Leap Year With Python
Creating and Printing 2 Dimensional Arrays Using Python
Cloning and Comparing Matrices Using Python
Share your thoughts