Python
- 11 mars 2021 🐍 How we use Python within Elixir | by Martin Cabrera Diaubalick | Stuart Engineering | Mar, 2021 | Medium
- 27 novembre 2020
pydantic: Data validation and settings management using python type annotations.
pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
Define how data should be in pure, canonical python; validate it with pydantic.
- 26 mars 2020
cosmic_python: Simple patterns for building complex applications
Très bon livre par les équipes de made.com sur les bonnes pratiques en python, DDD.
- 20 février 2014 Saying Goodbye To Python
- 5 mars 2013
Welcome to fabtools’s documentation! — fabtools 0.12.0 documentation
fabtools includes useful functions to help you write your Fabric files.
fabtools makes it easier to manage system users, packages, databases, etc.
fabtools includes a number of low-level actions, as well as a higher level interface called fabtools.require.
Using fabtools.require allows you to use a more declarative style, similar to Chef or Puppet.
- 6 février 2013 Modoboa - Mail hosting made simple
- 23 janvier 2013 Flask-Assets — Flask-Assets 0.8 documentation
- 16 janvier 2013 Welcome to opencv documentation! — OpenCV 2.4.9 documentation
- 6 septembre 2012 networking - A clean, lightweight alternative to Python's twisted? - Stack Overflow
- 3 juillet 2012 Ian Bicking: a blog
- 27 mai 2012
html2text: THE ASCIINATOR (aka html2txt)
html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).
- 16 mai 2012
Pykka — Pykka 0.14 documentation
The goal of Pykka is to provide easy to use concurrency abstractions for Python by using the actor model.
- 10 avril 2012 oop - What is a metaclass in Python? - Stack Overflow
- 28 mars 2012 Understanding Python decorators - Stack Overflow
- 28 mars 2012 iterator - The Python yield keyword explained - Stack Overflow
- 17 février 2012 Learn Python The Hard Way, 2nd Edition — Learn Python The Hard Way, 2nd Edition
- 9 février 2012
SleekXMPP - GitHub
SleekXMPP is a flexible XMPP client/component/server library for Python 2.6+ and 3+ focused on flexibility, ease of use, and every XMPP extension (XEP) as a plugin.
- 27 janvier 2012 Welcome to Pyke
- 22 décembre 2011
Flask-Testing — Flask-Testing v0.3 documentation
The Flask-Testing extension provides unit testing utilities for Flask.
- 22 décembre 2011
Welcome to Logbook — Logbook
Logbook is a logging sytem for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications and mind and the idea to make logging fun