1 03-PythonReview


1.1 Audio-recording

1.2 Overview

My intro to why python:
../../ComputationalThinking/Content/03-IntroPython.html

An overview of python itself:
03-PythonReview/fast_python.py (trace in class)

Quick reviews intended for biologists and scientists to introduce python and it’s tools:
https://scipy-lectures.org/ (read this)
https://swcarpentry.github.io/python-novice-inflammation/
https://nbviewer.jupyter.org/gist/anonymous/5924718
https://justinbois.github.io/bootcamp/2021/
https://bebi103a.github.io/

1.3 Extendend Python3 learning resources

If you need more detail, see one of my courses on python3:
../../ComputationalThinking/Content.html

In particular, related to data processing:
../../ComputationalThinking/Content/07-Containers.html
../../ComputationalThinking/Content/22-DataVis.html
../../ComputationalThinking/Content/23-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