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.
- Host: GitHub
- URL: https://github.com/kents00/python-beginners-guide
- Owner: kents00
- License: gpl-3.0
- Created: 2022-06-25T15:13:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T13:08:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T18:17:11.180Z (5 months ago)
- Topics: python-tutorials
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!