Learn python by discussing tasks, examine some examples and pairing with others
Always be developing yourself
Ensure happiness and productivity of your colleagues
- Install the latest git version.
- Install python 2.7.17. You can download it from offical site.
- Go to the your workspace directory.
- Run
git clone https://github.com/inesusvet/pyclub.git
. - Run
cd pyclub
. - Run
python2 -m pip install -r requirements.txt
. - Run
cd course
. - Run
jupyter notebook
.
- Go to the your workspace directory.
- Run
cd pyclub/examples
. - Run
python2 <name-of-example.py>
.