Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytech83/python-advanced
SoftUni - Python Advanced - January 2023
https://github.com/tonytech83/python-advanced
Last synced: about 1 month ago
JSON representation
SoftUni - Python Advanced - January 2023
- Host: GitHub
- URL: https://github.com/tonytech83/python-advanced
- Owner: tonytech83
- License: mit
- Created: 2022-12-10T08:23:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T06:32:26.000Z (over 1 year ago)
- Last Synced: 2023-08-23T08:47:40.660Z (over 1 year ago)
- Language: Python
- Size: 216 KB
- Stars: 2
- Watchers: 2
- 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