Serdar Yegulalp / InfoWorld's Avatar

Serdar Yegulalp / InfoWorld

@syegulalp.bsky.social

Senior writer, InfoWorld.com. Python, Rust, LLVM, language dev, software dev, cloud, containers, databases, extra mayo hold the relish

15 Followers  |  3 Following  |  15 Posts  |  Joined: 07.03.2025  |  1.514

Latest posts by syegulalp.bsky.social on Bluesky

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...

17.06.2025 13:23 β€” πŸ‘ 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...

12.06.2025 12:04 β€” πŸ‘ 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...

30.05.2025 12:04 β€” πŸ‘ 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...

16.05.2025 18:19 β€” πŸ‘ 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...

16.05.2025 17:29 β€” πŸ‘ 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...

16.05.2025 17:29 β€” πŸ‘ 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...

29.04.2025 15:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
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...

21.04.2025 14:35 β€” πŸ‘ 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...

21.04.2025 14:34 β€” πŸ‘ 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...

03.04.2025 14:37 β€” πŸ‘ 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...

14.03.2025 17:40 β€” πŸ‘ 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...

10.03.2025 14:16 β€” πŸ‘ 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...

10.03.2025 14:15 β€” πŸ‘ 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...

08.03.2025 13:29 β€” πŸ‘ 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...

07.03.2025 21:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@syegulalp is following 3 prominent accounts