This repository serves as a learning resource for fundamental Python concepts. π It covers a range of topics, including syntax, data types, control structures, functions, object-oriented programming (OOP), web requests using the 'requests' library, and file handling.
Make sure you have Python installed on your system. If not, you can download it from python.org.
-
Clone this repository:
git clone https://github.com/Kir-Khorev/python-base.git
-
Navigate to the project directory:
cd python-basics
-
Run the Python scripts:
python index.py
Feel free to explore the code and experiment with different concepts covered in the repository.
- Basics of Python: Introduction to Python syntax, data types, and control structures.
- Functions: Examples of defining and using functions.
- Object-Oriented Programming: Implementation of classes, inheritance, encapsulation, and polymorphism.
- Web Requests: Demonstrates making HTTP requests using the 'requests' library.
- File Handling: Examples of reading from and writing to files.
Feel free to contribute by submitting issues or pull requests.
Happy coding! π