Skip to content

This project contains the codes used for the mentorship I'm giving

Notifications You must be signed in to change notification settings

joaomarcuslf/mentorship

Repository files navigation

Mentorship

This project contains the codes used for the mentorship I'm giving

How this project should be used

You can clone this repository, the for each lesson given, you should access the respective directory, there it should contain the description for the exercise, and the incomplete version. After you have done you can validate with the complete version.

To help your journey, you can run the test files I've added to each lesso, see the next section on how to run the test files.

Getting Started

  • Start the vitual env
$ python -m venv .
$ source ./bin/activate
  • Installing dependencies
$ pip install -r requirements.txt

Testing

$ pip install -r requirements.test.txt
$ pytest -q ./lesson01

# or

$ ptw

About

This project contains the codes used for the mentorship I'm giving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages