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
- Host: GitHub
- URL: https://github.com/dougsoftware/course-python3
- Owner: dougsoftware
- Created: 2024-01-28T20:46:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T19:59:55.000Z (about 2 years ago)
- Last Synced: 2025-06-08T16:09:38.295Z (about 1 year ago)
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```