Resources for students of CSCA20, hosted here
This command should work on any machine with Python, as long as the command is being run from a command line (BASH, CMD, PS, etc.) whose current working directory is a local copy of the root of this repository:
./http404server.pyCredit: This file was adapted from SimpleHTTP404Server
Now, you can visit your local build of this website at:
Any cool projects from students, educators or alumni of CSCA20 at UTSC are welcome. Just submit a Pull Request, or contact me directly.
- Any Scratch project is added simply by:
- putting the Scratch Project ID into
docs/scratchProjects.jsOR - putting your Scratch User ID into the
docs/scratchProjects.js(for all your public projects to be shown)
- putting the Scratch Project ID into
- Any Python project is added by:
- putting Python files and a
README.mdinto a new folder inexamples/AND - adding to
docs/scratchProjects.js
- putting Python files and a
Please make sure you test that your additions work by building, running and checking the website still works as above before you submit a Pull Request.