Best Flask open-source libraries and packages

Learn python3 the hard way

A personal collection of exercieses for the book "Learn python3 the Hard way"
Updated 5 years ago

Learn Python3 the hard way - Exercises

A simple collection of exercieses for the book Learn python3 the hard way

Book website: Learn python3 the hard way

Notes

There are 2 utility scripts in this repo.

  1. create_files.py

Create 52 empty ex*.py files in the exercise/ folder

Run this in terminal

python create_files.py
  1. util/clean.py

A script for easy copy-pasting code chunk from the original book. This remove all trailing line numbers from the original text.

Check input.txt and output.txt in the util/ folder to get a feeling about it.

Example usage:

python clean.py input.txt output.txt
Tags tdd python