Advertisement · 728 × 90

Posts by Serdar Yegulalp / InfoWorld

Preview
New Python projects to watch and try Python is bursting with updates and innovations worthy of your attention. This week’s report highlights some of the best of them, with handy guides to get you started.

www.infoworld.com/article/4006...

10 months ago 0 0 0 0
Preview
Python Release Python 3.13.5 The official home of the Python Programming Language

Python 3.13.5 is out - upgrade now as this has some urgent bugfixes and addresses some regressions. www.python.org/downloads/re...

10 months ago 0 0 0 0
Python JSON encoder apples and oranges and making it faster There are several JSON library benchmarks like this one where the built-in Python json library is not the worst performer but there are several libraries that have even up to 4x better result. Some of...

Quick hack for faster json.dumps in Python: turn off circular reference checking.
aivarsk.com/2025/05/30/p...

10 months ago 0 0 0 0
Preview
It's been a tough couple of days. Microsoft's support for the Faster… | Mike Droettboom | 39 comments It's been a tough couple of days. Microsoft's support for the Faster CPython project was canceled yesterday, and my heart goes out to the majority of the team that was laid off. A hard day f...

Oof
"It's been a tough couple of days. Microsoft's support for the Faster CPython project was canceled yesterday, and my heart goes out to the majority of the team that was laid off. A hard day for me, but even harder for others."
www.linkedin.com/posts/mdboom...

11 months ago 0 0 0 0
Preview
How to use template strings in Python 3.14 Python’s new template strings, or t-strings, give you a much more powerful way to format data than the old-fashioned f-strings.

www.infoworld.com/article/3977...

11 months ago 0 0 0 0
🧵 Free-Threaded Wheels

We now have an automated tracker for wheels that support free threaded Python: hugovk.github.io/free-threade...

11 months ago 0 0 0 0
GitHub - facebook/pyrefly: A fast type checker and IDE for Python A fast type checker and IDE for Python. Contribute to facebook/pyrefly development by creating an account on GitHub.

Meta's now on the Python-tools-in-Rust train: a type checker (and IDE?!) called Pyrefly.

github.com/facebook/pyr...

11 months ago 0 0 0 0
Advertisement
Preview
Understand Python’s new lock file format The newly approved Python Enhancement Proposal 751 gives Python a standard lock file format for specifying the dependencies of projects. Here’s the what, why, and when.

www.infoworld.com/article/3951...

1 year ago 0 0 0 0
Preview
6 languages you can deploy to WebAssembly right now Rust, Go, JavaScript, C/C++, and JavaScript can all run on Wasm. Here's what you need to know.

www.infoworld.com/article/3961...

1 year ago 0 0 0 0
Preview
Making Python faster won’t be easy, but it’ll be worth it Optimizing Python isn’t simple, because of the language’s dynamism. Here’s why optimization is still the best option for advancing Python.

www.infoworld.com/article/3855...

1 year ago 0 0 0 0
Preview
Stupendous Python stunts without a net Dare to speed up Python with Zig, jazz up Django with HTMX, juggle Python threads with async, or set up an air-gapped Python machine. Plus, Python cozies up to Linux and more.

www.infoworld.com/article/3846...

1 year ago 0 0 0 0
Post image

Oops. Turns out the performance boost from the interpreter change in 3.14 was due to a compiler bug. There's still a speedup, but not nearly as dramatic. Hey, free performance is always welcome...

1 year ago 0 0 0 0
Preview
How to boost Python program performance with Zig One way to speed up your Python programs is to write modules in the Zig language and use them in your Python code. Here's how to get started.

www.infoworld.com/article/3831...

1 year ago 0 0 0 0
Preview
How to make lightweight Docker images (and keep them slim) Here's how to create Docker images that start off minimal and stay that way, without sacrificing functionality.

www.infoworld.com/article/3811...

1 year ago 0 0 0 0
Preview
A new interpreter in Python 3.14 delivers a free speed boost The new interpreter will run Python programs as much as 30% faster, with no changes to existing code required. A beta of Python 3.14 is due in May.

www.infoworld.com/article/3820...

1 year ago 1 0 0 0