Skip to content

udacity/ud120-projects

Folders and files

NameName
Last commit message
Last commit date
Nov 29, 2021
Feb 15, 2022
Aug 3, 2021
Oct 14, 2015
Jan 27, 2022
Aug 3, 2021
Apr 18, 2024
Jan 27, 2022
Aug 3, 2021
Apr 18, 2024
Jan 27, 2022
Jan 27, 2022
Aug 3, 2021
Jan 27, 2022
Aug 3, 2021
Jan 27, 2022
Oct 4, 2022
Aug 3, 2021
Oct 21, 2021
Apr 18, 2024
Aug 3, 2021

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published