Skip to content

RawIron/jotting-python

Repository files navigation

Build Status Test Coverage

setup

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install wheel
python3 -m pip install -r requirements.txt

gotchas

This is about the python language.

Some of the modules use tests to explain the semantics of langugage features.

Other modules solve language challenges. Those challenges are a common way to compare the expressivness and readability of different programming languages.

run tests

nosetests --with-doctest gotchas

examples

Here are examples on how to use certain Python packages.

design-patterns

implementations of various design patterns in Python.

About

Python hacks to explore language semantics, performance, readability and more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published