An open API service indexing awesome lists of open source software.

https://github.com/kents00/python-beginners-guide

If you are an absolute beginner in Programming, you'll find that this repo explains complex concepts in an easy to understand manner.
https://github.com/kents00/python-beginners-guide

python-tutorials

Last synced: 3 months ago
JSON representation

If you are an absolute beginner in Programming, you'll find that this repo explains complex concepts in an easy to understand manner.

Awesome Lists containing this project

README

        

# Python-Beginners-Guide
If you're new to programming, this repository will help you understand complicated ideas.

I will cover the foundations of Python programming in this repository.

**LEARN BASICS**
- [Variables](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/variables.py)
- [Operators](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/operators.py)
- [Data Types](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/data_types.py)
- [Tuple](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/tuple.py)
- [List](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/list.py)
- [Dictionary](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/dictionary.py)
- [Input](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/input.py)
- [Escape Characters](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/esc_chtr.py)
- [Condition Statements](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/Condition_Statements.py)
- [Functions and Modules](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/Func_and_Modls.py)
- [Class](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/class.py)
- [Working with Modules](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/modules.py)
- [Working with Files](https://github.com/kents00/Python-Beginners-Guide/blob/main/Lib/working_w_file.py)

Happy Coding!