Skip to content

Blogs about Python

15 blogs about Python.

  1. Andrea Grandi
    🇮🇹 More info

    Updated
    How to configure an Ethernet connection between iPad and RaspberryPi through USB-C
    I recently found out (thanks to this article from Juha-Matti Santala) that not only you can power a RaspberryPi device through the USB-C of an iPad but that you can also get an ethernet connection …
    346 words
  2. Anže's Blog
    Python, webdev, and surfing. By Anže Pečar. 🇸🇮 More info

    Updated
    Power Outages and Gunicorn PID files
    This week, my neighborhood had a few power outages. Bad news for the uptime of my self-hosted sites! 😅 After the power came back and my server started, Gunicorn services failed with the following error: …
    By Anže, 566 words
  3. Django Andy
    My travels through the worlds of Django, Python, DevOps and Full Stack web development. By Andy Ide. 🇦🇺 More info

    Updated
    My current test for each new ChatGPT Model
    OpenAI (who owns ChatGPT) released a new model today. It is called o1. The main difference between models like 4o is it inherently performs chain of thought reasoning when producing an answer. What is chain …
    By djangoandy, 833 words
  4. Haki Benita
    The writings of Haki Benita. 🇮🇱 More info

    Updated
    How to Get or Create in PostgreSQL
    "Get or create" is a very common operation for syncing data in the database, but implementing it correctly may be trickier than you may expect. If you ever had to implement it in a real …
    By Haki Benita, 7,607 words
  5. Hynek’s Blog
    Hynek Schlawack: Pythonista, Gopher, blogger, and speaker from Berlin/Germany. 🇩🇪 More info

    Updated
    Why I Still Use Python Virtual Environments in Docker
    Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the …
    By Hynek Schlawack, 49 words
  6. Kurt McKee
    lessons learned in production. More info

    Updated
    Revitalizing stalled open source projects
    I recently encountered an open source project that hadn't received updates for a while. The issue tracker had ~200 open issues, ~70 open pull requests, and CI was partially failing. It's not uncommon for projects …
    By Kurt McKee, 1,943 words
  7. Mathspp Blog
    A blog dedicated to mathematics and programming! By Rodrigo Girão Serrão. 🇵🇹 More info

    Updated
    Parsing TXRX files in Python
    In this article I show how I wrote a parser to parse TXRX files into a more manageable object in Python. Parsing TXRX files in Python In the Python community that I am creating, a …
    504 words
  8. The Pallets Projects
    A collection of Python web development libraries that are associated with the Flask microframework. More info

    Updated
    Blinker 1.6 Released
    Signalling allows for applications to be decoupled by allowing designated receivers to be informed when an action has taken place (the signal). Flask and Quart both utilise the excellent Blinker library to support signals and …
    By P G Jones, 129 words
  9. Python for Engineers
    Now Powered by Flux Capacitors! And with 100% more Electrolytes. By Shantnu Tiwari. 🇬🇧 More info

    Updated
    Awesome Python Library: Tenacity
    Link: https://tenacity.readthedocs.io/en/latest/When writing code or tests in Python, one issue I had was when the code would fail due to random things like network issues or external peripherals not responding in time. Just rerunning the …
    By Shantnu Tiwari, 591 words
  10. Reinout van Rees' personal website
    Personal website of Reinout van Rees. Django/Python software developer. Ligfietsen. 🇳🇱 More info

    Updated
    Pycon NL: How functional programming can help you write better python code - Arjan Egges
    (One of my summaries of the one-day Pycon NL conference in Utrecht, NL). You might start with some simple python code. Just a few functions. It grows and grows. Now... how do I structure this? …
    By Reinout van Rees, 221 words
  11. Rock and Null
    Tech, software and whatever comes to mind. More info

    Updated
    Glimpse of Google: Post mortems
    Welcome to Glimpse of Google, a blog series written by a former Google software engineer, offering a firsthand look into the inner workings of one of the most transformative companies of our time. This series …
    By Mike Yerou, 608 words
  12. Simon Willison’s Weblog
    🇺🇸 More info

    Updated
    Project: Civic Band - scraping and searching PDF meeting minutes from hundreds of municipalities
    I interviewed Philip James about Civic Band, his "slowly growing collection of databases of the minutes from civic governments". Philip demonstrated the site and talked through his pipeline for scraping and indexing meeting minutes from …
    659 words
  13. Tall, Snarky Canadian
    Python core developer. Dev manager for the Python extension for VS Code. Tall, snarky Canadian. By Brett Cannon. 🇨🇦 More info

    Updated
    Don't return named tuples in new APIs
    In my opinion, you should only introduce a named tuple to your code when you're updating a preexisting API that was already returning a tuple or you are wrapping a tuple return value from another …
    By Brett Cannon, 787 words
  14. Weblog archive
    By James Bennett. 🇺🇸 More info

    Updated
    Three Django wishes
    ’Tis the season when people are posting their “Django wishlists”, for specific technical or organizational or community initiatives they’d like to see undertaken. Here are a few examples from around the Django community: Sarah Boyce …
    By James Bennett, 2,180 words
  15. Yasoob Khalid
    The author of Intermediate Python and the Practical Python Projects books. 🇺🇸 More info

    Updated
    Breaking Kakasoft USB Copy Protection
    I recently got my hands on a USB drive with Kakasoft USB Copy Protection (DRM protection). This software promises to let you share data without the fear of it being copied by the end user. …
    86 words