PYTHON PROGRAMMING 10

 

separator-blank.png

 

PART 0 – SOFTWARE SETUP

 

In terms of software, you have many options.  First, you can use a website that will execute your code for you.  This is the easiest approach as it requires not software installation or setup.  Secondly, you can install both Python and an IDE program such as Pycharm so that you can run your own Python programs on your computer.

 

SOFTWARE – ONLINE OPTIONS

 

You can try using Python on an online website to start.  However, if you want to get more serious about Python, you will want to download the software to your computer.  Note that this option is the one to use for Chromebooks.

 

·       Onlinegdb  
 

 

 

SOFTWARE DOWNLOAD

 

You can download and install Python from the following site:

·       https://www.python.org/

 

You should install an IDE software that makes working with Python easier. 

I suggest you download and install PyCharm (Community Edition) from the following site:

 

·       https://www.jetbrains.com/pycharm/

 

MAC ISSUE

 

A few students with Macbooks did have an issue making Python work.  Thank you to Jake Priddle for solving this issue and creating a how-to video.

 

separator-blank.png