Python for everybody : exploring data in Python 3 / Charles R. Severance
Imprint
Ann Arbor, MI : Charles Severance, 2016
Edition
First complete Python 3.0 version
Descript
xii, 229 pages : illustrations ; 26 cm
SUMMARY
"Designed to teach people to program even if they have no prior experience. ... Designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as your tool to solve data problems that are beyond the capability of a spreadsheet. Python is an easy to use and easy to learn programming language that is freely available on Macintosh, Windows, or Linux computers"--Back cover
CONTENT
Why should you learn to write programs? -- Variables, expressions, and statements -- Conditional execution -- Functions -- Iteration -- Strings -- Files -- Lists -- Dictionaries -- Tuples -- Regular expressions -- Networked programs -- Using web services -- Object-oriented programming -- Using databases and SQL -- Visualizing data