/functions-from-zero

Repo to learn functions

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Codespaces Prebuilds

functions-from-zero

Repo to learn functions

Step 1: Configure the Dev environment

  • configure github codespaces or equivalent
  • create project structure: Makefile and requirements
  • optional setup virutal env and ipython install (outside of requirements)

Step 2: Get interactive debugging working

  • Use Ipython

Step 3: Build a library and use it

  • mkdir lib