Async Techniques and Examples in Python Transcripts
Chapter: Setup and following along
Lecture: Getting Python 3
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
If you don't have Python or you have an older version of Python or you would just like to get a newer version of Python
0:06
yes, you can go to Python.org and download it but I recommend that you check out Real Python's article on installing and managing and upgrading Python.
0:15
So just visit realPython.com/installing-Python and check it out. The guys over there are putting lots of effort into keeping this up to date.
0:23
For example, one of the ways you might want to install it on macOS would be to use Homebrew and that's different than what you get off of Python.org.
0:30
It let's you upgrade it a little more easily. That's the way I'm doing it these days and really liking it so far.
0:35
So this article will help you find the best way to install it on your OS.