https://github.com/tonytech83/python-advanced
Python Advanced - January 2023
https://github.com/tonytech83/python-advanced
python
Last synced: 23 days ago
JSON representation
Python Advanced - January 2023
- Host: GitHub
- URL: https://github.com/tonytech83/python-advanced
- Owner: tonytech83
- License: mit
- Created: 2022-12-10T08:23:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T06:10:00.000Z (almost 2 years ago)
- Last Synced: 2025-06-15T09:07:28.905Z (23 days ago)
- Topics: python
- Language: Python
- Homepage: https://softuni.bg/trainings/3963/python-advanced-january-2023#lesson-49370
- Size: 219 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python Advanced - January 2023
The Python Advanced course builds on Python language skills by exploring more complex concepts typical of the language. In the course, students will learn to create linear data structures, solve algorithmic problems (problem solving skills), work with stacks and queues (Stacks & Queues), tuples and sets (Tuples & Sets), matrices (Multidimensional Lists), as well as files and directories. Attention will be paid to the functional programming paradigm. It will take a deeper look at recursive functions and functions with multiple arguments. The development environment that will be used by the training team is PyCharm, but each trainee is free to use tools of preference.
## Language
- `Python`
## Judge System
- [`Problem descriptiom and online judge system`](https://judge.softuni.org/Contests#!/List/ByCategory/196/Python-Advanced)
## Table of Contents:
- [`Lists as Stacks and Queues`](https://github.com/tonytech83/Python-Advanced/tree/main/01_Lists_as_Stacks_and_Queues_Lab)
- [`Tuples and Sets`](https://github.com/tonytech83/Python-Advanced/tree/main/03_Tuples_and_Sets_Lab)
- [`Multidimensional lists`](https://github.com/tonytech83/Python-Advanced/tree/main/06_Multidimensional_Lists_Lab)
- [`Function advanced`](https://github.com/tonytech83/Python-Advanced/tree/main/09_Functions_Advanced_Lab)
- [`Error handling`](https://github.com/tonytech83/Python-Advanced/tree/main/11_Error_Handling_Lab)
- [`File Handling`](https://github.com/tonytech83/Python-Advanced/tree/main/13_File_Handling_Lab)
- [`Workshop`](https://github.com/tonytech83/Python-Advanced/tree/main/15_Workshop_Lab)
- [`Modules`](https://github.com/tonytech83/Python-Advanced/tree/main/17_Modules_Lab)
Made with by Anton Petrov