carltonf / pymotw-workout

Exercise files following PyMOTW-3 to learn more about python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains exercise files following PyMOTW-3, a nice in depth introduction to core Python 3 modules.

Most are just rewriting of the examples on the site. my/ sub-directory are small programs I wrote that might not bear any direct relationship with PyMOTW.

Environment:

  • Editor: VS Code
  • Runtime: Python 3.7.5 64-bit on Windows 10
    • Exceptions: OS-specific examples (like process groups) are tested on Ubuntu 19.10 with Python 3.7.5.

About

Exercise files following PyMOTW-3 to learn more about python3


Languages

Language:Python 100.0%