https://github.com/dougmotshell/course-python3
Python 3 completo: PySide6, Django, Selenium, Regexp, Testes, TDD, POO, Design Patterns GoF, algoritmos e programação
https://github.com/dougmotshell/course-python3
Last synced: 9 days 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/dougmotshell/course-python3
- Owner: dougmotshell
- 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: 2026-04-28T12:24:03.879Z (about 2 months ago)
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 1
- 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
}
```