Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 732 Bytes

File metadata and controls

25 lines (18 loc) · 732 Bytes

Python by example

A hands-on collection of Python examples, meant to be a reference for beginners and experienced programmers willing to learn it.

The examples are organized in a way that each example is self-contained and covers a specific topic.

This project is inspired by the simplicity and clarity of gobyexample.com.

Overview

This project is built using the hugo static site generator, with the hugo bearblog theme.

TODO

  • Add more examples
    • File I/O
    • Regular expressions
    • Web scraping
    • Web Requests
    • SQLite
    • Logging
    • Debugging
    • Profiling
    • Performance
    • Multithreading