Blog
15 posts
-
Pieces of Py #6 Handling Paginated API Responses with the Walrus Operator
How to use the Python walrus operator (:=) to cleanly handle paginated API responses, with a real-world Microsoft Graph example.
-
Setup PyCharm to debug a containerized Django app
-
A model template in your Django app
-
Create a custom manage.py command in Django
-
How to get started with my Django template
-
Using multiple settings.py in your Django project
-
New iPadOS and new, improved Pybites exercise workflow
-
How I work with PyBites exercises on my iPad
-
Pieces of Py #5 Slice me up
-
Pieces of Py #4 Using itertools.groupby
-
Code Journal R2D5 100 Days of Code 2019-08-30
-
Pieces of Py #3 Clean up data from csv and save to json in a simple way with pandas
-
How I set up and work with this website
-
Pieces of Py #2: Use a dictionary instead of multiple if-statements
-
Pieces of Py #1: Decorator with arguments