Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning python short quick projects

setup always

Create a project directory

mkdir my_project && cd my_project

Create a virtual environment

python3 -m venv venv

Activate the virtual environment

On macOS/Linux

source venv/bin/activate

On Windows

venv\Scripts\activate

About

learning python storing projects in here

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages