Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 564 Bytes

File metadata and controls

25 lines (16 loc) · 564 Bytes

Mastering Python in One Hour

Description

This is a Python tutorial I gave in 2016 at a seminar of MTech at the University of Michigan, Ann Arbor.

Please feel free to distribute. Hope you find it useful.

What is covered?

  • basic types in Python
  • common command, operations, tricks for trade
  • useful functions for looping
  • user-defined functions
  • I/O
  • How to work with multiple python files
  • How to debug without a IDE
  • How to profiling a Python code

What is NOT covered?

  • How to nicely write a Python Package?
© 2016 Shaowu Pan