|
You are here |
antzucaro.com | ||
| | | | |
blog.kgriffs.com
|
|
| | | | | 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
|
|
| | | | | (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
|
|
| | | | | 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
|
|
| | | 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? | ||