Programming Languages | News, how-tos, features, reviews, and videos
Microsoft's new all-in-one data-science pack for Python in VS Code gave developers plenty to celebrate this month. Also check out Modin (a drop-in replacement for Pandas), Hy 1.0.0, and Spyder 6.
Generics make your code more flexible and easier to read, and they help you avoid ClassCastExceptions at runtime. Get started with this introduction to using generics with the Java Collections Framework.
SQLite in Node makes it easier than ever to persist data with server-side JavaScript. Get started with the node:sqlite module.
Security-related enhancements include crypto performance updates, new debugging options, and additions to Kerberos and PKI.
Productivity enhancements, such as better compile-time messages, are highlighted.
An open letter with more than 10,000 signatures accuses Oracle of abandoning the JavaScript trademark and urges the company to set it free.
New extension pack bundles VS Code extensions for Python language support, Jupyter notebooks, data wrangling, and the GitHub Copilot AI-powered programming assistant.
Major upgrade to Node.js rival introduces major changes to global variables, new dependency management features, and tweaks to the permission system.
Integration with PyTorch and ExecuTorch brings Arm computing performance to the machine learning stack for developers.
Java exception handling with stack traces, exception chaining, try-with-resources, final re-throw, and StackWalker.