You can never understand everything but you should push yourself to understand the system.
-Ryan Dahl (creator of Node.JS)
The above quote is what motivated me to create this repository. This repo will act as my journal. My aim is to learn, understand and then explain the must have concepts of Python in a simplified manner.
- Theory : (the theoretical aspects of Python)
- what exactly is python?
- python implementations
- syntax differences
- PEP8 Style Guide
- ....ongoing.....
- Code Snippets: (code snippets, library functions)
- control flow
- dictionaries
- lists
- strings
- ....ongoing ....
- Competitive Coding (converting my js solutions to python to have a good hands on.)
- Unit Testing in Python
- PEP8 Style guide for python code. https://www.python.org/dev/peps/pep-0008/
- Unit Test: https://docs.python.org/2/library/unittest.html