Anaconda Beginners Guide for Linux and Windows - Python Working Environments Tutorial

In this video, we will talk about the Anaconda toolkit and how we can use it to make our Python journey a bit more convenient. 🐍 We will talk about working environments and how we can create them on our computer. 🐍 We will also install different versions of Python inside these environments and combine them with a few popular packages. 🐍 We will discuss all the must-know conda commands. 🐍 We will install a conde editor named Jupyter Notebook. The goal of this tutorial is: a. to show the convenience of working environments. b. to answer why I’m using conda in most of my videos 😜 🛑 PLEASE NOTE 🛑 ******************************* I didn’t mention it in this tutorial - but you can still install Pygame with Python 3.5 (up to 3.5, newer versions will not work with conda!) You’ll just need to figure out which version of Pygame works with your version of Python! So is Python 2.7 really a requirement? NO! I shouldn’t have phrased it that way... but you might run into issues if you go for a later version! I got lots of
Back to Top