Skip to content

Intermediate course introducing Object Oriented Programming (OOP) principles applied to the Python language. Recommend to learners with previous experience.

License

Notifications You must be signed in to change notification settings

nbicocchi/learn-python-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming (DIEF, UNIMORE)

Software, Tutorials, Exercises

Python

Misc

Books

  • Head First Python; Barry; O'Reilly (intermediate)
  • Fluent Python; Ramalho; O'Reilly (advanced)

Videos

Modules

[M1] Basics

  • The Python environment
  • Variables, constants
  • Numeric, strings, boolean literals
  • Flow control statements
  • Functions, parameter passing
  • Decorators
  • Exceptions
  • I/O Basics

[M2] Data Structures

  • Iterable, Iterator, Generator
  • List, Tuple, Set, Dictionary
  • Generator, List, Dictionary Comprehension
  • Itertools

[M3] Object Oriented Programming

  • Classes, objects, informal interfaces
  • Getters, setters, properties
  • Encapsulation, inheritance, polymorphism
  • Modules and packages

About

Intermediate course introducing Object Oriented Programming (OOP) principles applied to the Python language. Recommend to learners with previous experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •