Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.46 KB

File metadata and controls

49 lines (30 loc) · 1.46 KB

Python Basics Repository

Python Logo

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.

Getting Started

Prerequisites

Make sure you have Python installed on your system. If not, you can download it from python.org.

Running the Code

  1. Clone this repository:

    git clone https://github.com/Kir-Khorev/python-base.git
  2. Navigate to the project directory:

    cd python-basics
  3. Run the Python scripts:

    python index.py

Feel free to explore the code and experiment with different concepts covered in the repository.

Contents

Feel free to contribute by submitting issues or pull requests.

Happy coding! 🚀

Author