Welcome to CS110: Introduction to programming with Python.
This course requires a lot of little tools (all free), which can be initially overwhelming to set up. For this exercise, we are going to walk through the basics of the tools we will be using, what you need to do to use them, and how to access them.
Until you complete this exercise, we cannot grade any of your submissions.
Make sure you are reading and following each step carefully.
Go to: https://brightspace.binghamton.edu/
We will use Discord as a way to communicate. Sign up/in and verify that you have setup Discord by either changing your server nickname or sending me a DM with your real name in the message.
If you do not have a Github account, or would not like to use your personal github account for this course, please go to Github and create a new account
Next, you can create your portfolio that will hold all your code and assignments for the semester.
skip this step
Once you have created your repository, copy and save the url for the next step.
If you would prefer not to work on your own computer, you can use the computer in the G& lab in the Engineering building, which can also be accessed remotely with X2Go
Most students prefer to work on thier own computer, which thanks to VSCode and Github integration, is pretty straightforward to setup, but you will need to install several tools.
Setup your programming environment:
Desktop
. You can clone it anywhere on your computer, just make sure you know where it is and can find it again.However you decide to work on your code, to verify that everything is working properly:
ch00
> exercises
hello.py
print("Hello World")
Important!
YOU MUST COMMIT AND PUSH ANY CHANGES you make back to your Github RepositoryIf you make changes and do not commit and push those changes, THEY COULD BE LOST
If you get an error, please contact me or a TA and send us the error message via DM on Discord.