Hi Reader,
Soon it will be winter break for my 6-year-old, so this is going to be my last Tuesday Tip of the year! β
If you've ever taken one of my courses, you may have noticed that I frequently recommend the Anaconda distribution of Python.
You might be left wondering:
I'll answer those questions below! π
βAnaconda is a Python distribution aimed at data scientists that includes 250+ packages (with easy access to 7,500+ additional packages). Its value proposition is that you can download it (for free) and "everything just works." It's available for Mac, Windows, and Linux.
A new Anaconda distribution is released a few times a year. Within each distribution, the versions of the included packages have all been tested to work together.
If you visit the installation page for many data science packages (such as pandas), they recommend Anaconda because it makes installation easy!
βconda is an open source package and environment manager that comes with Anaconda.
As a package manager, you can use conda to install, update, and remove packages and their "dependencies" (the packages they depend upon):
As an environment manager, you can use conda to manage virtual environments:
conda has a few huge advantages over other tools:
βMiniconda is a Python distribution that only includes Python, conda, their dependencies, and a few other useful packages.
Miniconda is a great choice if you prefer to only install the packages you need, and you're sufficiently familiar with conda. (Here's how to choose between Anaconda and Miniconda.)
Personally, I make extensive use of conda for creating environments and installing packages. And since I'm comfortable with conda, I much prefer Miniconda over Anaconda.
Would you be interested in taking a short course about conda? Reply and let me know! π
If you enjoyed this weekβs tip, please forward it to a friend! Takes only a few seconds, and it really helps me reach more people!
I'll see you again in January! π
- Kevin
P.S. Christmas decorating injuries π
Did someone awesome forward you this email? Sign up here to receive Data Science tips every week!
Join 25,000+ intelligent readers and receive AI tips every Tuesday!
Hi Reader, I'm thrilled to announce that my new book, Master Machine Learning with scikit-learn, is now on sale! Buy from Amazon I poured my heart and soul into making this the highest quality and most practical Machine Learning book available. Publishing this book is a dream come true, and I'd be grateful if you'd consider picking up a copy! π Option 1: Get the paperback from Amazon ($19) Although most technical books of this size (300+ pages) tend to sell for at least $39, I've priced the...
Hi Reader, A few months ago, I announced that my new book, Master Machine Learning with scikit-learn, would be published in December. Since then, my personal life has undergone some dramatic changes π₯΄ During the transition, it has been challenging to focus on anything other than bare life essentials π½οΈ π πΏ Thankfully, my life has begun to steady (yay!), and so in the past few weeks I've been able to wrap up some key pieces of the project! β I'm thrilled to hold in my hands the FINAL proof...
Hi Reader, happy new year! π I wanted to share with you the three most important articles I found that look back at AI progress in 2025 and look forward at what is coming in 2026 and beyond. Iβve extracted the key points from each article, but if you have the time and interest, Iβd encourage you to read the full articles! π The Shape of AI: Jaggedness, Bottlenecks and Salients By Ethan Mollick βJaggednessβ describes the uneven abilities of AI: Itβs superhuman in some areas and far below human...