GitHub - udacity/ud120-projects: Starter project code for students taking Udacity ud120

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Starter project code for students taking Udacity ud120

1.6k stars 5.6k forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

ud120-projects

Starter project code for students taking Udacity ud120

Setup

  • Create a virtual environment for Python 3.9 or higher.
  • $ pip install -r requirements.txt

Contribution Note

The code in this repo has been upgraded from Python 2 to Python 3 by Siddharth Kekre in this PR. Refer to the Change Log for more details.

Path Note

According to your ud120-projects location you may have to change the path for every sys.path.append(os.path.abspath(("../tools/"))) to sys.path.append(os.path.abspath(("./tools/"))) (Basically '../' to './' for all of the files path) or vice-versa in your .py files.

About

Starter project code for students taking Udacity ud120

Resources

Readme

Activity

Custom properties

Stars

1.6k stars

Watchers

242 watching

Forks

5.6k forks

Releases

No releases published