We are going to learn the fundamentals of programming using Python. We will program using VS Code, an easy to use and lightweight editor.
Download whatever the latest version of Python is from the official website:
We will be programming in Python using VS Code in class, however, there are many other FREE programs that you can write Pyhon Programs in. You may want to watch a video on youtube on how to get each one started. They are all great to use.
Here are some:
Download VS code from the official website:
https://code.visualstudio.com/download
Once downloaded and installed, make sure to add the Python extension like we did in class. You can find videos on Youtube to help if needed.
Download Visual Studio Community from the official website:
https://visualstudio.microsoft.com/downloads/
Make sure that when you are installing, you add the Python workload. Just read the prompts in the installer.
Download Pycharm from the official website:
https://www.jetbrains.com/pycharm/
Make sure to get the Comminuty Edition as it is free.
This comes with Python when you download it. It is not much more than a simple text editor.