Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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