Skip to content

This repository contains my solutions to the tasks from the Programming Fundamentals with Python course at SoftUni (September 2022).

License

Notifications You must be signed in to change notification settings

galinstefanovv/SoftUni-Python-Fundamentals

Repository files navigation

Programming Fundamentals with Python - September 2022

Status: Completed License: MIT Python Version

Welcome to my repository for Programming Fundamentals with Python course at SoftUni - September 2022! Here, you'll find my solutions to all the tasks and exercises assigned during the course.

📖 About the Course

This course covers advanced programming concepts that build on the foundational knowledge from Programming Basics. It focuses on working with complex data structures such as lists, dictionaries, objects and classes, as well as understanding core web development technologies like HTML & CSS and HTTP. Topics like bitwise operations and advanced problem-solving techniques are also included. The course provides a comprehensive overview of essential programming skills and tools, laying the groundwork for future professional development in software engineering.

Skills Acquired:

  • Handling standard functionality of the programming language
  • Problem analysis and decomposition into computer-executable steps
  • Fundamentals of web development
  • Understanding relationships between various IT concepts
  • Basic skills in HTML & CSS
  • Working with linear data structures

🎓 Certificate

Below is the certificate I obtained during the course:

This certificate showcases my successful completion of the course and my proficiency in Python Fundamentals.

💻 Solutions

My solutions are organized into folders representing each lesson and type of exercise. Each lesson contains subfolders for Lab, Exercises and More Exercises:

Topic Link to Solutions
01. Basic Syntax, Conditional Statements and Loops View Solutions
02. Data Types and Variables View Solutions
03. Lists Basics View Solutions
04. Functions View Solutions
05. Lists Advanced View Solutions
06. Objects and Classes View Solutions
07. Dictionaries View Solutions
08. Text Processing View Solutions
09. Regular Expressions View Solutions
A. Mid Exam View Solutions
B. Final Exam View Solutions
C. Past Exams View Solutions

📋 Course Details

📬 Contact

📚 Navigation

Previous course: Python Basics | Next course: Python Advanced