From the course: Python: Design Patterns
What you should know - Python Tutorial
From the course: Python: Design Patterns
What you should know
- [Instructor] For those of you who are not familiar with Python, I recommend that you learn the basics of Python first. This course is not about teaching you how to be up and running with Python as a beginner. However, you should be able to follow along and run the Python scripts I provide, no problem, even if you're pretty new to Python. If you already know the basics pretty well, that will be the best-case scenario to jump into this course. I provide scripts I begin with for each lecture. Therefore, you can do the coding with me as I explain how the code works and complete the initial script. The completed scripts are also available. All you need on your computer is a Python interpreter you can download for free. You could use any editors of your choice to edit your code. The one I'm using is Sublime Text, which you can download for free too.