Welcome to the Python and Django course for Nashville Software School.
For installations, make sure you run the following commands in Ubuntu terminal if you're on Windows, or Mac Terminal. DO NOT RUN THEM IN THE VS CODE INTEGRATED TERMINAL
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/nashville-software-school/course-bash-scripts/main/python/mac-installs.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/nashville-software-school/course-bash-scripts/main/python/wsl-ubuntu-installs.sh)"
After running this script, if you do not see a message that says "Success! You are ready to start coding with Python", reach out to an instructor.
To make sure the script was actually successful run python3 --version
if you do not get a number that starts with 3, close the terminal, reopen and try that command again. If the version still does not start with 3, let an instructor know.
- If you don't have VS Code open, open it now. It doesn't matter for which project.
- Open the Command Palette and search for "settings"
- Choose Preferences: Open User Settings
- Type "python format" in the settings search
- In the Editor: Default Formatter section, choose Black Formatter as the default formatter.
- You can close the settings window now.