/python_basics

Primary LanguageDockerfile

Python Basics Training

This is a sample project to teach python basics.

Goal

  • Setup Development Environment
  • Run a simple python script

Topics Covered

Section 1 – Project Setup

  • Section 1.1 – Create New Project (Folder, Python environment)
  • Section 1.2 – Run Dev Tools (flake8, black)

Development Setup

This project assumes you have followed the Lessons.