Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages