The end-of-month report features 10 ways to make Python faster, a deep dive into CPython garbage collection, and Python Polars closing in on a production release. Credit: imageBROKER.com/Shutterstock This half-month Python report includes a quick guide to writing Python code in 2024, how to build Python-based data-driven web apps without a line of JavaScript, and 10 smart ways to make Python faster. We also have an intro to the one library Python users lean on for faster math at scale—and do check out all the breezy updates in Python Polars 1.0.0-rc.1. Top picks for Python readers on InfoWorld 4 keys to writing modern PythonDitch the oldandbusted.py, embrace the newhotness.py—this update includes Python’s new type hinting syntax and structural pattern matching, among other goodies. Intro to Streamlit: Web-based Python data apps made easyYes, you can write Python web apps without a whiff of HTML, CSS, or JavaScript. No, really. 10 tips for speeding up Python programsApply these tips to satisfy your need, your need for speed. What is NumPy? Faster array and matrix math in PythonNumPy is Python’s secret weapon for data science, and here’s why. Python updates elsewhere CPython garbage collection: The internal mechanics and algorithmsGet the dirty scoop (er, inside view) on how Python takes out the trash. Python Polars 1.0.0-rc.1 releasedOne of Python’s coolest dataframe-wrangling libraries—already up to 10x faster than Pandas—just got a whole lot cooler. A JIT compiler for CPythonCore Python developer Brandt Bucher introduces one of Python’s niftiest (and least understood) features in this video from the 2023 CPython Core Developer Sprint. Make Python DevExHow does Target’s Tech Data Sciences Group use Python? Let the developers tell you themselves. Related content news Go language evolving for future hardware, AI workloads The Go team is working to adapt Go to large multicore systems, the latest hardware instructions, and the needs of developers of large-scale AI systems. By Paul Krill Nov 15, 2024 3 mins Google Go Generative AI Programming Languages analysis And the #1 Python IDE is . . . PyCharm, VS Code, and five other popular Python IDEs duke it out. Which one do you think takes home the prize? By Serdar Yegulalp Nov 15, 2024 2 mins Python Programming Languages Software Development news JDK 24: The new features in Java 24 21 features are proposed for the next version of Java including quantum-resistant cryptographic keys designed to secure Java apps against future quantum computing attacks. By Paul Krill Nov 15, 2024 11 mins Java Programming Languages Software Development news Rust Foundation moves forward on C++ and Rust interoperability Problem statement released to address the challenges to making cross-language development with C++ and Rust more accessible and approachable. By Paul Krill Nov 14, 2024 2 mins C++ Rust Programming Languages Resources Videos