Contents
- python-basic-syntax
- variables-and-datatypes
- lists-tuples-sets-dictionaries
- conditionals
- typecasting-exceptions
- functions
Roadmap info from roadmap website
Python
Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected.
Visit the following resources to learn more: