justunsix / automatetheboringstuff-py-tests

Testing Python following Automate the Boring Stuff with Python By Al Sweigart
MIT License
0 stars 0 forks source link
python python3

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

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