Skip to content

Coding exercises to help the team learn good coding habits and techniques

License

Notifications You must be signed in to change notification settings

LemmaLegalConsulting/exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Exercises

List of the coding exercises (so far):

Environment Setup

Make sure you have Python already installed on your local machine. If you're using VS Code to go into a Terminal and create a virtual environment:

python -m venv .venv

Once it creates the folder activate the environment:

Windows: .\.venv\Scripts\activate *nix/MacOS: source .venv/bin/activate

Make sure that pytest is installed:

pip install pytest

About

Coding exercises to help the team learn good coding habits and techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages