https://github.com/fabianacampanari/university-python-projects
🐍 This repository contains the projects that I developed during my Python course at the university. Here you will find examples of code, exercises, challenges and solutions for various problems. The projects cover topics such as data analysis, web scraping, machine learning, games and more. I hope you enjoy and learn from my projects.
https://github.com/fabianacampanari/university-python-projects
Last synced: 5 months ago
JSON representation
🐍 This repository contains the projects that I developed during my Python course at the university. Here you will find examples of code, exercises, challenges and solutions for various problems. The projects cover topics such as data analysis, web scraping, machine learning, games and more. I hope you enjoy and learn from my projects.
- Host: GitHub
- URL: https://github.com/fabianacampanari/university-python-projects
- Owner: FabianaCampanari
- License: apache-2.0
- Created: 2023-05-14T03:24:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T21:21:20.000Z (12 months ago)
- Last Synced: 2025-05-04T22:50:21.305Z (5 months ago)
- Language: Python
- Homepage: https://github.com/FabianaCampanari/University-Python-Projects
- Size: 829 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
#
🐍 University Python Codes
✨ This repository contains some codes that I developed in Python in the 1st - 2nd Semester of the Programming Language course of the Undergraduate in Systems Analysis and Development at Impacta University, São Paulo, Brazil 🇧🇷. Here you will find examples of code, exercises, challenges and solutions for various problems. The codes cover topics such as data analysis, programming and more. I hope you enjoy and learn from my codes.
![]()
#### ***
< made with vibe, frequency and & joy />*** 🪬
## 🫧 Bubble's Sort Algorithm - Behavior Animation
![]()
## 🐍 Programs and Commands in Python
- [1-show_Numbers_Screen.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11672246/1-show_Numbers_Screen.txt)- [2-hello_World.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11648475/2-hello_World.txt)
- [3-main_Math_Operations.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11672260/3-main_Math_Operations.txt)
- [4-print().txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11672308/4-print.txt)
- [5-string_Ord_Concatenation_.Repetition.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11672378/5-string_Ord_Concatenation_.Repetition.txt)
- [5a-boolean_Flag.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11711452/5a-boolean_Flag.txt)
- [5b-int_If_Else.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11711459/5b-int_If_Else.txt)- [6-Funtion.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11711465/6-Funtion.txt)
- [6a-global_Variable.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11711468/6a-global_Variable.txt)
- [6b-function_Sum_Print.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11711470/6b-function_Sum_Print.txt)
- [6c-function_Sum_Print.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11713794/6c-function_Sum_Print.txt)- [6d-function_Boolean_Flag.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11713798/6d-function_Boolean_Flag.txt)
- [6e-function_Return_Print.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11713801/6e-function_Return_Print.txt)- [6f-function_Return_Value.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11996156/6f-function_Return_Value.txt)
- [6g-function_Parameteres.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11996163/6g-function_Parameteres.txt)
- [7-while_.Counter_Variable.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11996164/7-while_.Counter_Variable.txt)
- [7a-while_Accumulator_Variable .txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11996250/7a-while_Accumulator_Variable.txt)
- [7b-while_Boolean_Variable.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11996269/7b-while_Boolean_Variable.txt)
- [7c-fstring_Formatting.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/11996274/7c-fstring_Formatting.txt)
- [7d-.2f_String_Formatting.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12031330/7d-.2f_String_Formatting.txt)
- [8-while_If_Break.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12031351/8-while_If_Break.txt)
- [8a-whiile_If_Else_Break.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12031489/8a-whiile_If_Else_Break.txt)
- [8b-while_If_Continue.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12032067/8b-while_If_Continue.txt)
- [8c-while_Repeat_Until_Break.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12032270/8c-while_Repeat_Until_Break.txt)
- [8d-nested_Loop_Clock_Seconds.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12051510/8d-nested_Loop_Clock_Seconds.txt)
- [8e-nested_Loop_Clock_Minutes.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12051583/8e-nested_Loop_Clock_Minutes.txt)
- [8f-nested_Loop_Clock_Hours.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12051610/8f-nested_Loop_Clock_Hours.txt)
- [9-for_Range_Increasing-.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12064506/9-for_Range_Increasing-.txt)
- [9a-for_Range_Step.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12064530/9a-for_Range_Step.txt)
- [9b-for_Range_Decreasing.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12064536/9b-for_Range_Decreasing.txt)
- [9c-for_Tuples.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12064541/9c-for_Tuples.txt)
- [9d-while_List_Index.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12064553/9d-while_List_Index.txt)
- [9e-for_List_Range_Append().txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12066024/9e-for_List_Range_Append.txt)
- [9f-for_List_Print().txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12066035/9f-for_List_Print.txt)
- [9g-for_List_Range_evenNumbers_oddNumbers.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12066049/9g-for_List_Range_evenNumbers_oddNumbers.txt)
- [9h-list_Methods_Id()_Format().txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12066066/9h-list_Methods_Id._Format.txt)
- [10-list_Functions_Len()_Sum()_Min()_Max().txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12066072/10-list_Functions_Len._Sum._Min._Max.txt)
- [10a-sequence_Menbership_Operation.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12076091/10a-sequence_Menbership_Operation.txt)
- [10b-list_Access_Modify_methodAdd_methodRemove.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12076152/10b-list_Access_Modify_methodAdd_methodRemove.txt)
- [10c-list_Methods_Index_Insert_Pop_Extend.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12076210/10c-list_Methods_Index_Insert_Pop_Extend.txt)
- [10d-list_Concatenation_Repetition_repetitionNestedList_modificationInternalList.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12076421/10d-list_Concatenation_Repetition_repetitionNestedList_modificationInternalList.txt)
- [10e-list_Sequence_Slicing.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12076452/10e-list_Sequence_Slicing.txt)
- [10f-list_Functions_sideEffect_withoutSideEffects.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12116067/10f-list_Functions_sideEffect_withoutSideEffects.txt)
- [10g-list_passingObject_byValue_byReference.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12116097/10g-list_passingObject_byValue_byReference.txt)
- [11-list_functionLog_binarySearch_linearSearch.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12136786/11-list_functionLog_binarySearch_linearSearch.txt)
- [12-sequence_Calculate_Avarege.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12136751/12-sequence_Calculate_Avarege.txt)
- [12a-matrix_Nested_List.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12165298/12a-matrix_Nested_List.txt)
- [12b-function_Matrix_Loop_Grade.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12165323/12b-function_Matrix_Loop_Grade.txt)
- [12c-function_Matrix_Loop_Update_Grades.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12165406/12c-function_Matrix_Loop_Update_Grades.txt)
- [12d-function_Matrix_Access_and_Grade_Update-.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12165442/12d-function_Matrix_Access_and_Grade_Update-.txt)
- [12e-collect_Grades_Display_Averages_Students.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12208514/12e-collect_Grades_Display_Averages_Students.txt)
- [12f-code_Exemplos_Calling_Print_Function.txt](https://github.com/FabianaCampanari/University-Python-Projects/files/12208525/12f-code_Exemplos_Calling_Print_Function.txt)
### 🎖 Best elucidative explanation of modulo division by remainder (%)
######
✫ by Professor Vitor Furlan de Oliveira ✫
#
## 📝 Operator Precedence List and Associativity Chart
######
✫ Arithmetic, Relational, and Boolean Operators ✫
#
## 📋 Equivalent Logical Expressions List
#
######
[Copyright 2024 Fabiana Campanari. Code released under the Apache Lincese.](https://github.com/FabianaCampanari/University-Python-Projects/blob/60e427209cafe72c3297f0d8ecd51747487e48a9/LICENSE)