https://github.com/dimodimchev/softuni-python-advanced
This is a repository in which I will be posting all problems and my solutions to them from the SoftUni Python Advanced course
https://github.com/dimodimchev/softuni-python-advanced
course python
Last synced: 10 months ago
JSON representation
This is a repository in which I will be posting all problems and my solutions to them from the SoftUni Python Advanced course
- Host: GitHub
- URL: https://github.com/dimodimchev/softuni-python-advanced
- Owner: DimoDimchev
- Created: 2021-02-02T18:39:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T10:46:36.000Z (over 5 years ago)
- Last Synced: 2025-02-26T14:17:09.243Z (over 1 year ago)
- Topics: course, python
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#

# Course details
The course "Python Advanced" builds on Python language skills by addressing more complex language-specific concepts (such as modules and comprehension). In the course the students will learn to create linear data structures, problem solving skills, work with tops and sets, files and directories. Attention is paid to the paradigm of functional programming.
# Acquired skills
- Working with 2D data structure
- Application of basic algorithms
- Working with data streams, files and directories
- Creating linear data structures
- Application of functional programming
- Error handling