/automatetheboringstuff-py-tests

Testing Python following Automate the Boring Stuff with Python By Al Sweigart

Primary LanguageJupyter NotebookMIT LicenseMIT

Automate the Boring Stuff Python Tests

Testing Python following Automate the Boring Stuff with Python book By Al Sweigart.

Gitpod ready-to-code

Explore Documentation

About The Project

Built With

Getting Started

Prerequisites

  • 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.

Installation

Open your chosen editor

On the terminal, check Python is installed with python --version.

Usage

Roadmap

  1. Chapter 1 set up

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Justin Tung - @justin_tung

Acknowledgements

Appendix: Installation Details

Example VS Code Set up on Windows

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",