Python🔗
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.
NOTE: These notes are adaption from following books : Fluent Python 2nd edition (comprehensive book on python)
Topics🔗
-
Data Structures🔗
-
Functions as Objects🔗
-
Classes and Protocols🔗
-
Control Flow🔗
-
Metaprogramming🔗
Books🔗
- Python for Data Analysis by Wes McKinney
- Python
- Python Crash Course
Resources🔗
- Booksite : Automate the Boring Stuff with Python