Skip to content

Repository for storing programs from my practice with Python.

Notifications You must be signed in to change notification settings

vehehgito/python-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-practice

Purpose of this repository

Repository for storing programs from my practice with Python. All the resources used to learn will be stored in the Resources folder.

Tools used for learning

Executing a program which contains the requirements.txt file

Installing Package Installer for Python (PIP)

python -m ensurepip --upgrade

Upgrading PIP

pip install --upgrade pip

Creating a virtual environment for dependencies (Python 3.4 and above)

python -m venv venv

Activating the virtual environment

In cmd.exe

venv\Scripts\activate.bat

In PowerShell

venv\Scripts\Activate.ps1

About

Repository for storing programs from my practice with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages