News

Libraries are collections of shared code. They're common in Python, where they're also called "modules," but they're also ...
Want to get better performance with Python? Here's how to use NumPy to toe the 'invisible line' of data and memory transfers and optimize efficiency.
NumPy is known for being fast, but could it go even faster? Here’s how to use Cython to accelerate array iterations in NumPy. NumPy gives Python users a wickedly fast library for working with ...
This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Data scientist Dr. James McCaffrey begins a series on presenting and explaining the most common modern techniques used for neural networks, for which over the past couple of years there have been many ...
The simplest form of regression in Python is, well, simple linear regression. With simple linear regression, you're trying to see if there's a relationship between two variables, with the first known ...
NumPy, the Python package for scientific computing, is an adolescent with prospects for a prolific maturity.