Python Notes/cheat sheet
Simplified notes to get your Python basics right
Just compare code and output side by side and feel the rush of enlightenment
Key features-
- Precice -
Everything is explained in comments or print statement itself. To the point.
- Only one project -
Only 1 project has been made,but it has been improvised 4 times. Everytime we learn something new, it gets implemented in the same project making it better and better
- Basic -
All the Python basics are covered in these notes
- Application -
All the examples are based on real applications,this makes it easy to know the real implementation
How to Use-
Just start reading the code from cheat_sheet_as_executable.py
and its output side by side
Made with