Pinned Repositories
create-your-own-diff-tool-article
Supporting material for the "Create Your Own Diff-Tool using Python" article
diff-tool-video-snippets
Supporting material for the video "How to Create a Simple but Effective Diff-Tool in Python" published on my YouTube channel.
game-of-life
The 'Game of Life' is an (mac) console application written in C. It represents a modified version of the famous game of life thought of by mathematician Conway.
list-sort-vs-sorted-list
Supporting material for the "Python: list.sort() vs. sorted(list)" article
markdown-to-html-generator-article-snippets
Supporting material for the "Markdown To HTML Generator" article series
python-mail-to-kindle
Helps you saving your mail attachments (e.g. epub-files, PDFs) to a temporary directory, convert the files to MOBI-format and send them directly to your Kindle, so that you can read them later and do not have to do all this by hand.
python-markdown-bootstrap-alerts
Bootstrap alerts extension for Python-Markdown
python-snippets
A collection of useful Python snippets
pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
wily
A Python application for tracking, reporting on timing and complexity in Python code
DahlitzFlorian's Repositories
DahlitzFlorian/python-snippets
A collection of useful Python snippets
DahlitzFlorian/create-your-own-diff-tool-article
Supporting material for the "Create Your Own Diff-Tool using Python" article
DahlitzFlorian/generate-file-reports-using-pythons-template-class
Supporting material for the "Generate File Reports Using Python's Template Class" article
DahlitzFlorian/quart-compress
A package to compress responses in your Quart app with gzip
DahlitzFlorian/article-introduction-to-itertools-snippets
Supporting material for the "Introduction To Itertools" article
DahlitzFlorian/logging-made-easy-with-loguru-article-snippets
Supporting material for the article "Logging Made Easy With Loguru" published on my website.
DahlitzFlorian/support-bootstrap-alerts-in-python-markdown-article-snippets
Supporting material for the article "Support Bootstrap-Alerts In Python-Markdown" published on my website.
DahlitzFlorian/url-shortener
Simple URL shortener written in Python
DahlitzFlorian/customise-argparse-argument-type-video-snippets
Supporting material for the video "How to Convert Command-line Arguments to Specific Types in Python" published on YouTube.
DahlitzFlorian/introduction-to-functools-article-snippets
Supporting material for the "Introduction To Functools" article
DahlitzFlorian/introduction-to-pythons-operator-module-article-snippets
Supporting material for the article "Introduction to Python's Operator Module" published on my website.
DahlitzFlorian/leverage-the-full-potential-of-type-hints-article-snippets
Supporting material for the article "Leverage the full potential of type hints" published on my website.
DahlitzFlorian/nightly
(experimental) nightly debian packaging of pythons
DahlitzFlorian/python-markdown-bootstrap-alerts
Bootstrap alerts extension for Python-Markdown
DahlitzFlorian/why-you-should-use-more-enums-in-python-article-snippets
Supporting material for the "Why You Should Use More Enums In Python" article
DahlitzFlorian/astpretty
Pretty print the output of python stdlib `ast.parse`.
DahlitzFlorian/bandit
Bandit is a tool designed to find common security issues in Python code.
DahlitzFlorian/cpython
The Python programming language
DahlitzFlorian/devguide
The Python developer's guide
DahlitzFlorian/docker-essentials-basics-of-containerising-applications-material
Supporting material for the article "Docker Essentials: Managing Dependencies With Ease"
DahlitzFlorian/how-to-debug-your-python-code-article-snippets
Supporting material for the "How To Debug Your Python Code" article
DahlitzFlorian/how-to-work-with-config-files-in-python-article-snippets
Supporting material for the "How To Work With Config Files In Python" article
DahlitzFlorian/LinuxLife
Linux command line examples
DahlitzFlorian/mdx_titlecase
Proper title-casing for Python's Markdown library.
DahlitzFlorian/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
DahlitzFlorian/test-your-python-code-using-hypothesis-article-snippets
DahlitzFlorian/timing-context-manager-article-snippets
Supporting material for the "How To Create Your Own Timing Context Manager In Python" article
DahlitzFlorian/training-page
Training page containing links to supporting material for courses
DahlitzFlorian/useful-unix
A collection of useful unix commands, aliases and functions
DahlitzFlorian/wily
A Python application for tracking, reporting on timing and complexity in tests