Skip to content

Blogs about Python

14 blogs about Python.

  1. Andrea Grandi
    🇮🇹 More info

    Updated
    Using AI tools for coding: good or bad?
    Every now and then, my Mastodon or LinkedIn timelines are full of messages either praising or condemning the use of AI tools for coding. Are they good or bad then? As usual I think the …
    475 words
  2. Django Andy
    My travels through the worlds of Django, Python, DevOps and Full Stack web development. By Andy Ide. 🇦🇺 More info

    Updated
    When Dall-e acts like The Man and tries to bring you down.
    Sometimes Dall-e says it wont generate an image due to its content policy, particularly if you name copyrighted works. A common example is superhero names. In this case my prompt was: a montage of lord …
    By djangoandy, 156 words
  3. Haki Benita
    The writings of Haki Benita. 🇮🇱 More info

    Updated
    Fastest Way to Read Excel in Python
    I don't have any data to support this next claim, but I'm fairly sure that Excel is the most common way to store, manipulate, and yes(!), even pass data around. This is why it's not …
    By Haki Benita, 3,492 words
  4. Hynek’s Blog
    Hynek Schlawack: Pythonista, Gopher, blogger, and speaker from Berlin/Germany. 🇩🇪 More info

    Updated
    Python Project-Local Virtualenv Management Redux
    One of my first TIL entries was about how you can imitate Node’s node_modules semantics in Python on UNIX-like operating systems. A lot has happened since then (to the better!) and it’s time for an …
    By Hynek Schlawack, 45 words
  5. 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
  6. Mathspp Blog
    A blog dedicated to mathematics and programming! By Rodrigo Girão Serrão. 🇵🇹 More info

    Updated
    A tutorial is not a long talk
    In this opinion piece the author expresses his views on what makes a good (Python) tutorial and how that differs from a long talk. A tutorial is not a long talk Bart Simpson internalising the …
    345 words
  7. 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
  8. 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
  9. Reinout van Rees' personal website
    Personal website of Reinout van Rees. Django/Python software developer. Ligfietsen. 🇳🇱 More info

    Updated
    JSON-LD/NGSI-LD workshop - Matteo Basile
    The/my background The company I work for (Nelen & Schuurmans) is a member of the EU 'TEMA' project. TEMA stands for trusted extremely precise mapping and prediction for emergency management. A main focus for us …
    By Reinout van Rees, 677 words
  10. Rock and Null
    Tech, software and whatever comes to mind. More info

    Updated
    Quickly add 2FA (email) for your custom Django admin
    Keeping your Django admin panel safe is crucial. Regular passwords are good, but adding another layer of security is even better. That's where Two-Factor Authentication (2FA) comes in.Just for clarity, I will repeat why 2FA …
    By Mike Yerou, 444 words
  11. Simon Willison’s Weblog
    🇺🇸 More info

    Updated
    Ruff v0.4.0: a hand-written recursive descent parser for Python
    Ruff v0.4.0: a hand-written recursive descent parser for Python The latest release of Ruff - a Python linter and formatter, written in Rust - includes a complete rewrite of the core parser. Previously Ruff used …
    114 words
  12. Tall, Snarky Canadian
    Python core developer. Dev manager for the Python extension for VS Code. Tall, snarky Canadian. By Brett Cannon. 🇨🇦 More info

    Updated
    State of WASI support for CPython: March 2024
    The biggest update since June 2023 is WASI is now a tier 2 platform for CPython! This means that the main branch of CPython should never be broken more than 24 hours for WASI and …
    By Brett Cannon, 305 words
  13. Weblog archive
    By James Bennett. 🇺🇸 More info

    Updated
    Know your Python container types
    This is the last of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through …
    By James Bennett, 83 words
  14. Yasoob Khalid
    The author of Intermediate Python and the Practical Python Projects books. 🇺🇸 More info

    Updated
    Running Go code from Elixir Using Web Assembly
    I was working on an Elixir project recently and one particular open source package that I wanted to make use of was written in Go. I searched for different ways to interface with Go code …
    99 words