notes M.9.4.2023 and Th.9.7.2023 - Hsanokklis/2023-2024-Tech-journal GitHub Wiki

Setting up a project in PyCharm and making sure we have interpreter:

image

image

Check that your interpreter is in the program

image

The python310.exe is the interpreter

image

SAVE YOUR WORK IN A PYTHON FILE OR DIE

How to make a new file:

  • right click on project file location

image

  • open a python file

image

First Line of code!!

image

image

GPA calculator example:

image

image

when having a user input that might require a float, you must define your output as such or the program is going to freak out when you enter a number with decimal