Skip to content

🐍 Master Object-Oriented Programming in Python while learning to handle HTTP requests effectively, with practical exercises and tools included.

License

Notifications You must be signed in to change notification settings

Mawti7/python_oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ python_oop - Simple Python Learning Tool

πŸš€ Getting Started

Welcome! This guide will help you download and run the python_oop project, a friendly tool for learning Python and Object-Oriented Programming (OOP) concepts.

πŸ“₯ Download Link

Download python_oop

πŸ“‹ Overview

python_oop is a comprehensive Python assignment designed to teach you the fundamentals of Object-Oriented Programming. It covers various concepts such as classes, inheritance, polymorphism, encapsulation, and REST API interactions. This project includes 12 exercises, making it a valuable resource for anyone looking to enhance their programming skills.

πŸ–₯️ System Requirements

Before you begin, please ensure that your system meets the following requirements:

  • Operating System: Windows, macOS, or Linux.
  • Python Version: Python 3.6 or higher.
  • Memory: At least 2 GB of RAM.
  • Disk Space: Minimum 100 MB of free space.
  • Network Connection: Needed for HTTP request exercises.

πŸ“¦ Installation Steps

Follow these easy steps to download and run python_oop:

  1. Visit the Releases Page

  2. Download the Application

    • Look for the latest version of the project on the releases page.
    • Click on the version to view available files.
    • Download the appropriate zip file for your operating system.
  3. Extract the Files

    • Once the download is complete, locate the zip file.
    • Right-click the file and select "Extract all." Follow the prompts to extract the files to a desired folder.
  4. Open a Command Prompt or Terminal

    • Windows: Press Win + R, type cmd, and hit Enter.
    • macOS: Open Finder, go to Applications, then Utilities, and double-click Terminal.
    • Linux: Open your application menu and search for Terminal.
  5. Navigate to the Folder

    • Use the cd command to navigate to the folder where you extracted the files. For example:
      • cd path\to\your\folder (Windows)
      • cd /path/to/your/folder (macOS/Linux)
  6. Run the Application

    • Type python main.py and press Enter to start the application. If your system uses python3, replace python with python3.

πŸ—οΈ Features

This project includes various exercises designed to help you learn essential programming concepts:

  • Classes: Learn how to create and use classes to organize code.
  • Inheritance: Understand how one class can inherit from another.
  • Polymorphism: Discover how to use methods in different ways.
  • Encapsulation: Learn to hide data within classes.
  • HTTP Requests: Practice making requests to REST APIs and handling responses.

πŸ“š Additional Resources

If you would like to dive deeper into Python programming, consider checking out these resources:

🀝 Contributing

Feel free to contribute to this project by submitting an issue or pull request. Your feedback and improvements are welcome!

πŸ“ž Support

If you encounter any issues or have questions, please open an issue on the GitHub page.

πŸ”— Quick Access

For ease of access, here’s the download link again: Download python_oop.

Enjoy your programming journey with python_oop!

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages