Basic python for beginners step by step. Programs are implemented with user-friendly comments so that anyone can understand it.
- Simple Calculations
- Initialising variables
- Taking variables input
- For loop
- While loop
- Built in Data-structures like list, tuple and dictionary
- Functions
- Classes
- Iterators
Any kind of contributions are welcome.
- Fork the repo on GitHub.
- Clone the project to your own machine.
- Commit changes to development branch.
- Push your work back up to your fork.
- Submit a Pull request so that i can review your changes