Skip to content

A repository containing solved Python exercises focused on mathematical and general problems commonly encountered by software engineers

Notifications You must be signed in to change notification settings

EjahDil/python_intro_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to this Python Exercises Repo

Getting Started

Follow these steps to clone the repository and set up the solved python exercises on your local computer.

Requirements

Ensure you have the following installed on your system:

  • Python (Recommended version: 3.12 or above)
  • Git

Step 1: Clone the Repository

To clone the repository, open your terminal and run the following command:

git clone https://github.com/EjahDil/python_intro_exercises.git

Step 2: Navigate into the Project Directory

Use the command below to navigate into the repository folder:

cd python_intro_exercises

Step 3: Create and Activate a Virtual Environment

Create and activate a virtual environment using the command below to manage project dependencies:

For Linux

python3 -m venv venv
source venv/bin/activate

About

A repository containing solved Python exercises focused on mathematical and general problems commonly encountered by software engineers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •