Skip to content

sfeir-open-source/sfeir-school-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFEIR School Python

SFEIR School logo


Discover the SFEIR Schools

Slides

You can view the slides here.

Develop

To run docs locally, go in directory docs and run npx serve of if you don't have node, you can use docker docker-compose up, and open slides on http://localhost:3000/.

Steps

Each exercise has two directories:

  • a clean directory to get you started (ex: step-03)
  • a solution directory (ex: step-03-solution)

To run an exercise or a solution:

  • pip install -r requirements.txt (if third-party libraries are required)
  • python main.py