This is how python works
“Variables” and “Assignment”
fruehwald_age = 2084 - 1985
TitleCase
snake_case
camelCase
Variables vs Strings
john_favorite_color = "purple"
NameError: name 'John_favorite_color' is not defined
Importing
# import pathlib
# pathlib.Path()
from pathlib import Path
Back to topCitation
BibTeX citation:
@online{fruehwald2024,
author = {Fruehwald, Josef},
title = {Starting {Python}},
date = {2024-01-18},
url = {https://lin511-2024.github.io/notes/in_class/00_python.html},
langid = {en}
}
For attribution, please cite this work as:
Fruehwald, Josef. 2024.
“Starting Python.” January 18,
2024.
https://lin511-2024.github.io/notes/in_class/00_python.html.