Numpy

Python

Every Python Library / Module Explained in 13 Minutes

Welcome to the wonderful world of Python, where the possibilities seem just about endless! Python isn’t just any old programming language—it’s like the Swiss Army knife for developers. Want to create video games, utilize machine learning, or even build your own web scraper? Python’s got you covered. Today, let’s unpack some of the most exciting […]

Read More
Career Data Science Machine Learning

How to Get Started with Machine Learning

Embarking on a journey through the dense forest of machine learning can seem daunting, particularly if you’re standing at the edge, looking at the thick underbrush of algorithms, models, and endless data. But like any formidable journey, the right preparation and tools can simplify the seemingly Herculean task. Reflecting on a recent video I watched […]

Read More
Python

NumPy vs SciPy

NumPy and SciPy are two Python libraries that on the surface, appear to overlap significantly, but there’s a reason: SciPy is actually built on top of NumPy. So where does SciPy add functionality beyond NumPy? In this video, Martin Keen explains how SciPy enhances NumPy by adding further functionality for more complex mathematical and scientific […]

Read More
Python

How to Perform Financial Data Analysis with Python, Pandas, and NumPy

que8 shows us how to unleash the power of Python for financial data analysis with this comprehensive guide. Whether you’re a finance professional aiming to boost your data analysis skills, a data science enthusiast, or an aspiring analyst, this video will equip you with the necessary tools to excel in financial data analysis using Python.

Read More
Career Google Machine Learning

Google has a Free Machine Learning Course

I’m often asked about the best place to learn machine learning and data science and, while the certification path I learned on is no more, there are still plenty of options. Python Programmer  does a high level overview of the Machine Learning Crash Course from Google. It’s free so, have a look.

Read More
Python

NumPy: What Has Changed and What Is Going To Change

Learn what in NumPy has changed and what is going to change in this talk by Matti Picus at PyCon Israel 2019.

Read More