I719 Fundamentals of Python/lecture5v2: Revision history

From ICO wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 May 2017

  • curprev 11:2111:21, 4 May 2017Eroman talk contribs 3,072 bytes +3,072 Created page with "= Lecture 5 = Working with real data.<br /> Datetime, CSV files == Datetime == <source lang="python">import datetime as dt my_datetime = dt.datetime.utcnow() # get the cu..."