1. X
  2. Claudio Jolowicz
Log inSign up
Claudio Jolowicz
217 posts
Image
user avatar
Claudio Jolowicz
@cjolowicz
Author, software engineer, musician, husband, dad. Hypermodern Python. he/him @[email protected] Pre-order a.co/d/0e7Ib0eL or your local bookstore
Berlin, Germany
cjolowicz.github.io
Joined March 2011
444
Following
935
Followers
RepliesRepliesMediaMedia

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
  • Pinned
    user avatar
    Claudio Jolowicz
    @cjolowicz
    Jul 14, 2024
    Two years of work mapping out the Python tooling ecosystem just turned into a physical object
    Image
    87K
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Nov 6, 2022
    Working on a book about Python developer tooling for @OReillyMedia, titled "Hypermodern Python Tooling." The first two chapters have just gone into Early Release: learning.oreilly.com/library/view/h… 🧵
    Image
    Hypermodern Python Tooling
    From oreilly.com
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Jun 3, 2022
    The latest Hypermodern Python template introduces Markdown-based documentation with MyST, import sorting with isort, conflict-free Dependabot updates, and many more changes. Check the release notes for full details. Huge thanks to all contributors!
    github.com
    Release 2022.6.3 · cjolowicz/cookiecutter-hypermodern-python
    Overview of Changes Here are the major changes brought by this release: Convert the entire documentation to Markdown, using MyST to support rich Markdown in Sphinx. Switch to isort as the Python i...
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Jan 1, 2020
    The first installment of my Hypermodern Python guide is out! It is an article series about modern #python tooling with a focus on simplicity and minimalism featuring #Poetry, #Nox, #Flake8, #Pytest, #Mypy and more. medium.com/@cjolowicz/hyp… PS. Thank you and goodbye, #python2
    Image
    Hypermodern Python
    From medium.com
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Feb 5, 2020
    Hypermodern Python's chapter on CI/CD concludes the series! 🐍👷 medium.com/@cjolowicz/hyp… Ft. @github Actions, PyPI, Release Drafter, @readthedocs, Nox, Poetry Thanks @hynek @theavalkyrie @brettsky @theavalkyrie @nicoddemus @ossronny @sigmavirus24 @pdgjones @hpk42 @agronholm
    Image
    Hypermodern Python 6: CI/CD
    From medium.com
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Mar 18, 2024
    Replying to @treyhunner
    @ramalhoorg has a great section about this in Fluent Python, "Why len Is Not a Method". It's efficient for built-in objects because they can read from a C struct instead of (getting the attribute and) calling a method.
    742
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Jan 8, 2020
    Second installment of the Hypermodern Python series out! How to add automated testing to your project (and how to teach the random fact generator foreign languages). #Nox @pytestorg @coveragepy #Poetry #python #testing medium.com/@cjolowicz/hyp…
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Nov 29, 2021
    Replying to @hynek @webknjaz and @readthedocs
    They recently introduced a new “build\.tools” setting where you can select Python 3.10.
    Read the Docs Blog
    Ubuntu 20.04, Python 3.10, and support for Node, Rust, and Go
    From blog.readthedocs.com
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Jan 22, 2020
    Hypermodern Python's chapter on type annotations and type checking is out! 🏷✏🐍🦆 medium.com/@cjolowicz/hyp… Featuring #mypy #pytype #typeguard #nox #flake8 #desert #marshmallow @mypyproject @agronholm @theavalkyrie #python
    Image
    Hypermodern Python 4: Typing
    From medium.com
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Mar 18, 2024
    Replying to @cjolowicz @treyhunner and @ramalhoorg
    Also, this is a general pattern in Python. Built-in functions like `str` and operators like `+` fall back to methods, but they have more efficient implementation for built-in objects.
    120
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Nov 17, 2021
    Replying to @hynek @Ewjoachim and @carltongibson
    That‘s what we‘re doing in the Hypermodern Python Cookiecutter, and it’s been working well for a while now. github.com/cjolowicz/cook…
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Jan 29, 2020
    Hypermodern Python's chapter on documentation is out! 🐍📚 medium.com/@cjolowicz/hyp… Featuring: #sphinxdoc #darglint #xdoctest #flake8 #nox #python @agronholm @ericholscher @sigmavirus24 @theavalkyrie
    Image
    Hypermodern Python 5: Documentation
    From medium.com
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Apr 22, 2022
    Listen to @mkennedy and me race through the assembly of a Hypermodern Python project on @talkpython.
    user avatar
    Talk Python Podcast
    @TalkPython
    Apr 20, 2022
    What would a modern Python project look like? Join @cjolowicz and @mkennedy on the latest episode of @talkpython as we dive into this idea with Claudio's detailed cookiecutter template. talkpython.fm/episodes/show/…
  • user avatar
    Claudio Jolowicz
    @cjolowicz
    Mar 18, 2024
    Replying to @mathsppblog and @willmcgugan
    I think this is Pyright, not my mypy
    208
Advertisement
Advertisement