Testing Python following Automate the Boring Stuff with Python book By Al Sweigart.
- Repository for learning notes and code while reading the book.
- Small projects using Python for automating tasks or managing data.
- Use Python 3 install at https://www.python.org/. Another portable Python version can be installed such as WinPython Portable on Windows.
- For Python editors, you can use Mu, IDLE which comes with the Python 3 installation at python.org, and others like VS Code.
Open your chosen editor
On the terminal, check Python is installed with python --version
.
- Chapter 1 set up
Distributed under the MIT License. See LICENSE
for more information.
Justin Tung - @justin_tung
Recommended workspace specific settings.json
"python.pythonPath": "C:\\path\\to\\Python3\\python.exe",
// default terminal to be friendly to Python extension terminal commands
// "terminal.integrated.defaultProfile.windows": "PowerShell",