Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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