Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.61 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.61 KB

Python lesson solutions

In this the repository where you can look up your solutions of the python course.

The exercises can be found here.
If an exercise is stroke out a solution is not available yet.

Solutions:

Lesson 1:

  1. Hello World
  2. Strings
  3. String Methods

Lesson 2:

  1. Objects and classes
  2. Even more objects! - deeper into classes

Lesson 3:

  1. Get me the file! - file(handle(r)s)
  2. Calculator
  3. Text Statistics

Lesson 4:

  1. Important importing - path path path
  2. Modules and Packages
  3. Be persistent - save your data!

Lesson 5:

  1. It is beautiful - Decorator

Lesson 6:

  1. Easy to comprehend - Comprehensions

Lesson 7:

  1. Functions as Values

Lesson 8:

  1. Hand off the work - subprocess
  2. Your own grep - using subprocess

Lesson 9:

  1. On the client side of the internet
  2. Dad? What's for breakfast?

Lesson 10:

  1. Dear regex, Merry Christmas!

Special:

  1. SZ-Online crawler
  2. Mailer