https://github.com/rosacarla/python_quick_start
Atividades do curso Python Quick Start
https://github.com/rosacarla/python_quick_start
google-colab linkedin-learning poo python
Last synced: about 2 months ago
JSON representation
Atividades do curso Python Quick Start
- Host: GitHub
- URL: https://github.com/rosacarla/python_quick_start
- Owner: rosacarla
- License: mit
- Created: 2021-09-21T08:26:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T07:20:21.000Z (about 4 years ago)
- Last Synced: 2025-01-06T11:47:39.615Z (over 1 year ago)
- Topics: google-colab, linkedin-learning, poo, python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Quick Start
#### Atividades realizadas durante o curso Python Quick Start da plataforma Linkedin Learning.
#### Tecnologias utilizadas: Google Colaboratory, LinkedIn Learning, Fotor
#### Este repositório inclui [exercícios feitos no Google Colab](https://github.com/rosacarla/Python_quick_start/blob/main/Praticas.ipynb).

---
## Conteúdo do curso 
##### Introduction: Advance your career with Python
##### 1 - Defining Python:
###### What is Python? / Why Python? / The power of Python / Python vs. Java
##### 2 - Fundamentals of Programming in Python: Data
###### Setup Python environment / Types of data / Store data using variables
##### 3 - Fundamentals of Programming in Python: Functions
###### What is function? / Built-in functions in Python / Define and call your own functions / Types os functions / Modules in Python
##### 4 - Fundamentals of Programming in Python: Sequences
###### Whats is a sequence? / Lists in Python / Tuples in Python
##### 5 - Fundamentals of Programming in Python: Statements
###### What are conditional statements? / If statement / If-else statement / If-elif and if-else statements
##### 6 - Fundamentals of Programming in Python: Iteration
###### What is iteration? / For loop / While loop
##### 7 - Fundamentals of Programming in Python: Recursion
###### What is recursive function? / Define recursive function
##### 8 - Quick Intro to Object-Oriented Programming in Python
###### What is objected-oriented programming?
##### Conclusion: Next steps
---
## Autora
Carla Edila Silveira
Contato: rosa.carla@pucpr.edu.br
---
## License
[MIT](https://choosealicense.com/licenses/mit/)
---