Python Dev Environment Setup

Veröffentlicht am: 17 Juni 2022
auf dem Kanal: Think Create Repeat
29
3

See https://github.com/ccozad/python-play... for a collection of code examples.. If this content helped you please give the repo a star on GithHub.

Like and subscribe for more videos to help your software engineering skills.

Outro music: "Innovation" by John Sibs from pixabay.com

Setup steps
1. Install Python 3
2. Install a text editor
3. Install requirements

Create a virtual environment*
On Mac: `python3 -m venv .venv`
On Windows: `python -m venv .venv`

Activate the virtual environment
On Mac: `source .venv/bin/activate`
On Windows: `.venv\Scripts\activate`

Install dependencies
`pip install -r requirements.txt`

Call a specific script
On Mac: `python3 script_name.py`
On Windows: `python script_name.py`

Deactivate virtual environment*
`deactivate`


Auf dieser Seite können Sie das Online-Video Python Dev Environment Setup mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Think Create Repeat 17 Juni 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 29 Mal angesehen und es wurde von 3 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!