Python Musings
Basic
Installing modules:
use pip3 rather than pip!
Python Tutorial
(w3)
Installation
(w1) First examples
(w2) Functions, group, sorting examples
Regular Expressions + pandas
RegExr: Learn, Build, & Test RegEx
numpy
Classes
Graphics & Images
Flask
tooltip test
Wire shark recording
Simple Login
Textarea
flaskrND.zip
wireshark
https flask
Flaskr adding
IPv4 vs IPv6 - AWS notes
Some Types:
Numeric
int, float, complex
Sequences/groups
tuple
(1, 2, 3)
("A", "B", "C")
list
[1,2,3]
["A", "B", "C"]
range (<int> [, <int> [, <int>]])
set
{1, 2, 3}
dictionary
{1:"A", "B":2, "C":"D", 3:4}
str (strings)
"abcdef"
"""sldjflkj
lksjdfljl
"""
Data Files
State Data
- week 3
Phone 1
- week 4
Phone 2
- week 4
PopChange.csv
- week 5
Housing.csv
- week 5
TitanicSurvival.csv
- week 5
vincentarelbundock/Rdatasets
DataFiles.zip
References:
Pylint features
https://docs.python.org/3.8/library/index.html
Built-in Functions
Built-in Types
- THIS IS IMPORTANT!
Built-in Constants
The Python Standard Library
string — format specification language
Built-in Types
- % printf string operator
3. Data model
Errors & Exceptions
https://docs.python.org/3.8/index.html
Python Tutorial - w3schools.com
UsefulModules - Python Wiki
Flask References:
Welcome to Flask — overview
Quickstart
Tutorial
API
Deploy to Production
Flask-Login
HTML References:
Learning HTML- Mozilla
See HTML Forms!
HTML Tutorial - w3schools
See HTML Forms!
Uniform Resource Identifier - Wikipedia
URN and URL