- https://en.wikipedia.org/wiki/Operating_system
- system software that manages computer hardware, software resources, and provides common services for computer programs
- time-sharing operating systems schedule tasks for efficient use of the system
- for hardware functions such as input and output and memory allocation, the operating system acts as an intermediary between programs and the computer hardware
- Visit https://www.starburst.io/platform/starburst-galaxy and signup
- Click the "Start Free" button
- Enter name, email, and click "Create Account"
- Enter verification code sent to email
- Choose a domain
_____.galaxy.starburst.io
- Create a password for your domain (at )
This gist provides the learning-python3.ipynb notebook file, which can be viewed and edited in a Jupyter Notebook server to learn Python 3.
% python ./sleepy_random_threads.py
2015-02-20 00:38:23,547: 'a' created with a sleep time of 19 seconds
2015-02-20 00:38:23,548: 'c' created with a sleep time of 5 seconds
2015-02-20 00:38:23,548: 'b' created with a sleep time of 2 seconds
2015-02-20 00:38:23,550: 'e' created with a sleep time of 7 seconds
2015-02-20 00:38:23,550: 'd' created with a sleep time of 11 seconds
2015-02-20 00:38:23,551: 'g' created with a sleep time of 18 seconds
2015-02-20 00:38:23,551: 'f' created with a sleep time of 22 seconds