Skip to content

pree-dew/python-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-concepts

Examples to understand Python concepts and it's applications.

Steps to run code snippets

Setting Python virtual env

  • Create a virtual env

     virtualenv -p python3 ~/venvs/virtual_env_name
    
  • Activate the env

    source ~/venvs/virtual_env_name/bin/activate
    
  • Switch to any directory in the repo

    pip install -r requirements.txt
    

Run code

python file_name.py

Note: Any specific difference for any code snippet from these steps is a part of that directory itself.

About

Examples to understand Python concepts and it's applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages