Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raquellima7/coursepython
Repository to share the learning of Python course at Udemy.
https://github.com/raquellima7/coursepython
django python
Last synced: about 5 hours ago
JSON representation
Repository to share the learning of Python course at Udemy.
- Host: GitHub
- URL: https://github.com/raquellima7/coursepython
- Owner: RaquelLima7
- Created: 2022-02-24T23:55:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T17:12:33.000Z (over 2 years ago)
- Last Synced: 2023-09-08T00:35:19.170Z (about 1 year ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Curso de Python 3 do Básico Ao Avançado (com projetos reais) - Udemy 💻
Repository to share the learning of Python course at Udemy. 🎯
[Course link](https://www.udemy.com/course/python-3-do-zero-ao-avancado/)
This course is divided as follows:
- For Beginner Level: Programming Logic (Basic Parts of Python 3)
- For Intermediate Level: Procedural Programming (Functions, Repetitions, and Related Parts)
- For Experts: Object Oriented Programming (in Pythonic mode) - Includes OOP specific section with GoF Design Patterns
- Useful Modules: Includes classes from Python-specific and third-party modules
- Databases: includes classes related to databases in Python
- Django: We will create some projects (sites) using Django.
- Tests in Python (with basic TDD)
- Bonus: Regular Expressions (Regex)
- Design Patterns (GoF) - Advanced Object Oriented Programming
- Bonus: HTML5 and CSS3 sections
- Bonus: SQL section with MySQL