Assignments, for example to be used during meetings and presentations, can be shared here.
"Starting out" holds the assignments for people that just started coding in general, or started coding in Python.
If you just want people to start coding as fast as possible without so much hassle, here are some suggestions. Due note that there are other options also, but they may be more complicated to start or may run still in Python 2.
pros:
- easy and fast to set up
- can save code in Jupyter notebooks
- can create files and a filestructure
cons:
- coding environment limited to Jupyter notebook
- need a google account
- go to your google drive
- press 'New'
- choose 'More'
- choose 'Colaboratory'
Option 2: www.Brython.info
pros:
- even faster to setup
- don't need any accounts or login
cons:
- also not a real coding environment
- depended on way conversion to browser code (Javascript) is handled
- more limited in possibilities
- more difficult to save code (copy/paste to your hardrive?)
- go to www.brython.info
- choose 'Editor' in top menu