#100DaysOfWeb in Python Transcripts
Chapter: Welcome to the course
Lecture: Bob's setup
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In this course, I use Python 3.7 on a Mac which you can get from Python.org and I use Vim as my default editor. For external Python dependencies
0:09
I create virtual environments using the built in Vim module then pip installing the requirements or external dependencies into them
0:16
to not clutter up the global Python name space. For my JavaScript and React lessons I use Node, NPM, the JavaScript Package Manager
0:25
and the Chrome DevTools. Lastly, I will introduce you to our platform where we developed 100 days progress tracker
0:31
you can use to share your progress and stay on course.