/pyclub

Practice-driven python learning

Primary LanguageJupyter Notebook

Python club is almost as breakfast club

Learn python by discussing tasks, examine some examples and pairing with others

Always be developing yourself

Ensure happiness and productivity of your colleagues

Getting started

  1. Install the latest git version.
  2. Install python 2.7.17. You can download it from offical site.
  3. Go to the your workspace directory.
  4. Run git clone https://github.com/inesusvet/pyclub.git.
  5. Run cd pyclub.
  6. Run python2 -m pip install -r requirements.txt.
  7. Run cd course.
  8. Run jupyter notebook.

Running examples

  1. Go to the your workspace directory.
  2. Run cd pyclub/examples.
  3. Run python2 <name-of-example.py>.

Useful links