array(4) { [0]=> string(19) "Test - Basic syntax" [1]=> string(33) " conditional statements and loops" [2]=> string(4) "2269" [3]=> string(21) "2023-07-27 08:32:42 " } python-fundamentals-05-2023 联合开发网 - pudn.com
python-fundamentals-05-2023

所属分类:Python编程
开发工具:CSS
文件大小:0KB
下载次数:0
上传日期:2023-07-27 15:32:43
上 传 者sh-1993
说明:  在该存储库中,有来自SoftUni U软件学院Python编程基础课程的任务解决方案...,
(In this repository there are solutions to tasks from the programming Fundamentals course with Python of the software academy of SoftUni University)

文件列表:
Pygame Game Customization Project (1987, 2023-07-27)
Test - Data types and variables (1167, 2023-07-27)
Test - Dictionaries (1976, 2023-07-27)
Test - Functions (1743, 2023-07-27)
Test - List advanced (1786, 2023-07-27)
Test - List basics (1736, 2023-07-27)
Test - Objects and Classes (2857, 2023-07-27)
Test - Regular Expression (1792, 2023-07-27)
Test - Text processing (1760, 2023-07-27)
basic_syntax_conditional_statements_and_loops/ (0, 2023-07-27)
basic_syntax_conditional_statements_and_loops/even_numbers.py (178, 2023-07-27)
basic_syntax_conditional_statements_and_loops/heart_pattern.py (331, 2023-07-27)
basic_syntax_conditional_statements_and_loops/largest_of_three_numbers.py (335, 2023-07-27)
basic_syntax_conditional_statements_and_loops/number_between_1_and_100.py (140, 2023-07-27)
basic_syntax_conditional_statements_and_loops/number_definer.py (362, 2023-07-27)
basic_syntax_conditional_statements_and_loops/patterns.py (112, 2023-07-27)
basic_syntax_conditional_statements_and_loops/shopping.py (303, 2023-07-27)
basic_syntax_conditional_statements_and_loops/word_reverse.py (106, 2023-07-27)
classes_and_objects/ (0, 2023-07-27)
classes_and_objects/circle_.py (584, 2023-07-27)
classes_and_objects/comment_.py (275, 2023-07-27)
classes_and_objects/emails_.py (752, 2023-07-27)
classes_and_objects/example1.py (733, 2023-07-27)
classes_and_objects/party_.py (810, 2023-07-27)
classes_and_objects/slot_example.py (2130, 2023-07-27)
data_types_and_variables/ (0, 2023-07-27)
data_types_and_variables/centuries_to_minutes.py (215, 2023-07-27)
data_types_and_variables/concatenate_names.py (106, 2023-07-27)
data_types_and_variables/example.py (934, 2023-07-27)
data_types_and_variables/meters_to_kilometers.py (75, 2023-07-27)
data_types_and_variables/next_heppy_year.py (142, 2023-07-27)
data_types_and_variables/pounds_to_dollars.py (426, 2023-07-27)
dictionaries/ (0, 2023-07-27)
dictionaries/ascii_values.py (103, 2023-07-27)
dictionaries/bakery.py (166, 2023-07-27)
dictionaries/example1.py (494, 2023-07-27)
dictionaries/statistics.py (520, 2023-07-27)
dictionaries/stock.py (415, 2023-07-27)
... ...

# SoftUni-Fundamentals-2023-05 In this repository there are solutions to tasks from the programming Fundamentals course with Python of the software academy of SoftUni University Lecturer of course - [Mario Zahariev](https://www.linkedin.com/in/mario-zahariev-753a7b202/) Online judge system - https://judge.softuni.org/ ![image](https://user-images.githubusercontent.com/68993494/185683680-bcfefe65-88fb-4192-b0b2-ff9130c39487.png) ## Table of Contents: [Basic Syntax, Conditional Statements and Loops](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/basic_syntax_conditional_statements_and_loops) [Data types and variables](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/data_types_and_variables) [List basics](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/list_basics) [Functions](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/functions) [List advanced](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/list_advanced) [Objects and Classes](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/classes_and_objects) [Dictionaries](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/dictionaries) [Text Processing](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/text_processing) [Regular Expressions](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/regular_expressions) [Exam preparation](https://github.com/zahariev-webbersof/python-fundamentals-05-2023) [Django project "Phonebook"](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/tree/main/django_project) ## Theory Тests [TEST - basic syntax](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20Basic%20syntax%2C%20conditional%20statements%20and%20loops) [TEST - Data Types and Variables](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20Data%20types%20and%20variables) [TEST - List basics](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20List%20basics) [TEST - Functions](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20Functions) [TEST - Lists Advanced](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20List%20advanced) [TEST - Objects and Classes](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20Objects%20and%20Classes) [TEST - Dictionaries](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20Dictionaries) [TEST - Text Processing](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20Text%20processing) [TEST - Regular Expressions](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Test%20-%20Regular%20Expression) ## Practical Tasks [PyGame - Customisation Requirements](https://github.com/zahariev-webbersof/python-fundamentals-05-2023/blob/main/Pygame%20Game%20Customization%20Project) ## Additional Resources [Course page - Programming Fundamentals with Python - May 2023](https://softuni.bg/trainings/4097/programming-fundamentals-with-python-may-2023) [Official Python documentation](https://docs.python.org/3/)

近期下载者

相关文件


收藏者