Week 1 : Installation
|
Class, You need to confirm the flowing:- 1) Installation To install Python, go to PythonDownload select version 3.x, and follow the instructions 2) I will not accept any code in Python interactive mode. To create a program in batch mode; In IDLE
“”” Program name: Author: Date: Notes: “”” # This is comment line # This is test to see if Python is working. myname=”Your name” print(“Hello ENTD220, My name is “, myname) 3) MAC/Apple user Check the uploaded files, and make sure they are readable. **** Start working on WEEK2 assignment ***** Popular IDE; I recommend downloading one of the following very popular IDE 1) PyScripter; https://github.com/pyscripter/pyscripter -> downloads 2) VS Code; https://code.visualstudio.com/Download; This IDE support many languages, after installation install the desired language(s) extension. |
|


0 comments