The end-of-summer report includes more than one way to tackle data science, a get-started guide to beat the Django 5 learning curve, and what's up with all these new Python tools written in Rust? Credit: canadastock/Shutterstock What’s happening in the world of Python as summer winds down? Here are some of our favorites: Python is an established mover and shaker in data science, but it’s not the only mover and shaker. Expand your horizons with our rundown of the top three languages for data science. Also, if you’ve ever wanted to get started with Django but were worried about the learning curve—worry no more! We’ve got the get-started guide you were waiting for. Finally … why choose between Python and Rust when you could have them both—and a couple of new Rust-y Python tools to boot. Top picks for Python readers on InfoWorld 3 languages changing data scienceNo prizes for guessing Python’s #1! (But #3 might surprise you.) Get started with Django 5.0This is it: The all-in-one guide to get you started with the all-in-one Python web framework. The best new features and fixes in Python 3.13Coming later this year to a Python near you: JIT compilation! Among other things, we can anticipate the end of the GIL (well, the beginning of the end, anyway) and improved error messages. How to use Rust with Python, and Python with RustConvention says to use Rust for speed and Python for convenience. We say, use PyO3 to get the best of both worlds. More good reads and Python updates elsewhere uv 0.3: Unified Python packaging, written in RustBecause of course, all the best Python tooling is written in Rust these days … Tach: A Python tool to enforce dependencies, written in RustBecause of course, all the best Python tooling is written in Rust these days … (wait, is there an echo in here?) Codon 0.17: The latest release of a Python-to-machine-native-code compilerThe latest entry in the “let’s compile Python to assembly” sweepstakes now supports more of Python’s dynamic behaviors. And more of Python, period. Are function calls still slow in Python?Not after 3.11, and it looks like things are getting even faster in the future. Related content feature 14 great preprocessors for developers who love to code Sometimes it seems like the rules of programming are designed to make coding a chore. Here are 14 ways preprocessors can help make software development fun again. By Peter Wayner Nov 18, 2024 10 mins Development Tools Software Development feature Designing the APIs that accidentally power businesses Well-designed APIs, even those often-neglected internal APIs, make developers more productive and businesses more agile. By Jean Yang Nov 18, 2024 6 mins APIs Software Development news Spin 3.0 supports polyglot development using Wasm components Fermyon’s open source framework for building server-side WebAssembly apps allows developers to compose apps from components created with different languages. By Paul Krill Nov 18, 2024 2 mins Microservices Serverless Computing Development Libraries and Frameworks 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 Resources Videos