Введение в ЯП Python3

Проект курса на основе второго, адаптированного к Python 3 издания учебника Think Python: How to Think Like a Computer Scientist


Задача: упихать в 14 лекций максимум

Think Python: How to Think Like a Computer Scientist

Allen B. Downey

2nd Edition, Version 2.2.23

  1. Preface

  2. The way of the program

  3. Variables, expressions and statements

  4. Functions

  5. Case study: interface design

  6. Conditionals and recursion

  7. Fruitful functions

  8. Iteration

  9. Strings

  10. Case study: word play

  11. Lists

  12. Dictionaries

  13. Tuples

  14. Case study: data structure selection

  15. Files

  16. Classes and objects

  17. Classes and functions

  18. Classes and methods

  19. Inheritance

  20. The Goodies

  21. Debugging