/py360-2023

I will post my solutions and sometimes sample code here

Primary LanguagePythonApache License 2.0Apache-2.0

360-420-DW 2023 Dawson College

This workspace is for all code used for teaching Introductory Python to Science students


You can read the files directly from the git server interface, you can copy them individually, use the raw format if you do so.

Or you can download everything, on the main page there is a button to download as a zip file: image

Dev set up

use repl.it

Follow the teacher's instructions to create an account & join the Team for this class

Own computer (optional)

  • Install python choose the latest of v3
  • Use any text editor, I really like vscode on Windows or Linux so I use that as an editor

running the code samples

using an online ide (ex repl.it or other)

Create a new repl, copy the raw code to your ide, then run it.

Note: the teacher will first use https://www.online-python.com/ for some code in class. You can use that too if you just want to see how the code runs (you cannot save it there)

License

This code is licensed under Apache 2.0 The code here is written as examples and is stripped down in order to illustrate specific objectives for teaching. Therefore there may be missing components that would normally be included.

That being said any mistakes are my own, please email me at pcampbell . edu @ gmail . com should you wish to notify me of a mistake.