News

You have a choice when it comes to how you want to type code. We can use a simple syntax highlighting editor (like we are preparing to do) or we could use an IDE (Intergrated Development Environment).
Python is great because it includes an interactive mode for learning the language and quickly testing out code ideas. IPython ...
VS Code supports code highlighting for Python without this extension. However, if you will be working with Python, you should install this extension.