/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

antzucaro.com
| | blog.kgriffs.com
1.6 parsecs away

Travel
| | Implementing Python's magic string methods is tricky when it comes to Unicode characters and Py3K compatibility. I recently came across this problem in OpenStack, and wanted to share the strategy we are using to work around the issue.
| | blog.healthchecks.io
2.6 parsecs away

Travel
| | (This was in 2021, and the maintainer fixed it the next day.) croniter is a python library for evaluating cron expressions. Given a cron expression and a datetime, it can calculate the nearest next datetime that matches the given cron expression. I was fuzzing the croniter library with atheris
| | www.learnpython.dev
2.5 parsecs away

Travel
| | Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters.
| | www.integralist.co.uk
51.2 parsecs away

Travel
| Introduction This post is going to cover a few tools and features I plan on using when writing Python code in 2019. I've grouped these into the following sections: Type Hints and Static Analysis Interfaces, Protocols and Abstract Methods Dependency Management (with pipenv) (OUTDATED! ?) read my post "Python Management and Project Dependencies". But before we get into it... time for some self-promotion Want to be up and running quickly with Python?