Skip to content

mmandrille/python-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Examples

The purpose of this project is to document my coding practices and examples, looking to be used as snippet library.

I would recomend to install virtual enviroment and install there with:

  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requeriments.txt //Install dependencies

Some more complex examples will requiere extra steps to run them, in that cases the Readme file inside the folder will examplin how to do it. Please feel free to suggest modifications/updates.

Index

About

Fork from prateeksan Repo, to study and try to refactor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 98.2%
  • Shell 1.2%
  • Dockerfile 0.6%