This git repo contains some basic samples that you can use to get started on Python.
Install python in your local using the below site: https://www.python.org/downloads/
Once installed run the samples using the command
python3 <pythonprogram.py>
- Variables
- Handling inputs
- Conditional statements
- Loops: for/ while
- Exception handling
- Functions
- Lamda
- Arrays
- Sets
- Tuples
- Dictionary
- Reading from a file
- Writing to a file
- Deleting a file
- Using built-in module
- Creating a custom module and using it.
- Utilizing an external module.