Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.41 KB

File metadata and controls

25 lines (17 loc) · 1.41 KB

Programovani v Pythonu

Welcome to the repository "Programovani v Pythonu"! This repository provides a beginner-friendly course on Python programming.

Course Content

  1. Slicing, metody, moduly: now we'll actually start programming and try out the first Python commands.
  2. Function: optional function attributes. how to create a function, how to pass parameters, how to call it.
  3. Tuple, Set, Dictionaries*
  4. Object-oriented programming in Python: Objects and classes
  5. Object-oriented programming in Python: Inheritance
  6. Object-oriented programming in Python: Functions for working with objects

How to Use the Repository

  1. Clone the repository: git clone https://github.com/ShevchenkoOl/Programovani-v-Pythonu.git

  2. Navigate to the relevant section to explore the corresponding material.

  3. Open files and study the provided code examples.

Author

This repository was created and is maintained by Oleksii Shevchenko. For questions, suggestions, or feedback, please reach out via email or connect on LinkedIn.

If you have any questions or suggestions, feel free to create an issue or submit a pull request. Best of luck with learning Python!