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

https://github.com/dougsoftware/course-python3

Python 3 completo: PySide6, Django, Selenium, Regexp, Testes, TDD, POO, Design Patterns GoF, algoritmos e programação
https://github.com/dougsoftware/course-python3

Last synced: 12 months ago
JSON representation

Python 3 completo: PySide6, Django, Selenium, Regexp, Testes, TDD, POO, Design Patterns GoF, algoritmos e programação

Awesome Lists containing this project

README

          

# course-python3
Python 3 completo: PySide6, Django, Selenium, Regexp, Testes, TDD, POO, Design Patterns GoF, algoritmos e programação

# VS Code (Settings)

```json
{
"window.zoomLevel": 2,
"workbench.startupEditor": "none",
"explorer.compactFolders": false,
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 18,
"workbench.colorTheme": "OM Theme (Default Dracula Italic)",
"code-runner.executorMap": {
"python": "clear ; python -u",
},
"code-runner.runInTerminal": true,
"code-runner.ignoreSelection": true
}
```