Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 860 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 860 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
    • Modules
    • Try/Catch
    • Enumerate
    • Static typing
    • File I/O
    • Time
    • Regular expressions
    • Web scraping
    • Web Requests
    • JSON
    • CSV
    • SQLite
    • Logging
    • Testing
    • Debugging
    • Profiling
    • Performance
    • Multithreading