AHarlessNotes's profile picture. Otherwise known as @AndyHarless, but I'm using this profile to take notes, mostly on Python- and data science-related topics and courses.

Andy Harless' Notebook

@AHarlessNotes

Otherwise known as @AndyHarless, but I'm using this profile to take notes, mostly on Python- and data science-related topics and courses.

Shoutout to my spam follower @doris_benton_. There's no indication that she cares about the subject matter, but she's my only follower with a public profile (other than my own Sibyl), and if she looks like her profile pic, I'm sure her videochat services have significant value.


#python An importer is a finder that is also a loader. `sys.meta_path` is a list of finders. A finder returns a "spec" (e.g., `amodule.__spec__`), which includes `name`, `loader`, and `origin`. `sys.path` is a list of paths where one of the finders looks to find modules.


`ORDER BY` in SQL “OVER” clause (e.g., with “PARTITION BY”) really means “accumulate by”


United States Trends

Loading...

Something went wrong.


Something went wrong.