document.querySelector('video').playbackRate = 1.2
My intro to why python:
../../ComputationalThinking/Content/IntroPython.html
If you have NO programming experience, read this fully:
https://allendowney.github.io/ThinkPython/
And, then if you feel you need more, read this:
https://books.trinket.io/pfe/index.html
If you have a little programming experience,
then this is an overview of python itself:
PythonReview/fast_python.py
(trace in class)
https://scipy-lectures.org/
Introductory reviews intended for biologists and other experimental
scientists to introduce python and it’s tools:
https://swcarpentry.github.io/python-novice-inflammation/
https://nbviewer.jupyter.org/gist/anonymous/5924718
https://justinbois.github.io/bootcamp/2021/
https://bebi103a.github.io/
With the code for the day:
++++++++++++++++++++++
Cahoot_PythonReview-**
If you need more detail, see one of my courses on python3:
../../ComputationalThinking/Content.html
In particular, related to data processing:
../../ComputationalThinking/Content/Containers.html
../../ComputationalThinking/Content/DataVis.html
../../ComputationalThinking/Content/Regex.html
For an introduction to databases and SQL (in python), see:
https://swcarpentry.github.io/sql-novice-survey/
Basic network, web, crawling for database access automation:
https://books.trinket.io/pfe/12-network.html
https://books.trinket.io/pfe/13-web.html
https://docs.scrapy.org/en/latest/intro/tutorial.html