EruptedLava / 100DaysOfCode

This contains the files for the Udemy course 100 Days of Code by Angela Yu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

100 Days of Code


Current @: Day 44


Please, take a look at the notes in the bottom.



NOTES:

  • Some codes for Reeborg's World won't work if you try to run in your computer. Instead, you need to copy and paste them into the appropriate world. Those codes already have the link on them.

  • Starting in Day029, I make use of Environment Variables to protect my personal information. If you want the codes that have: var = os.environ["VAR"] to work you have to either create Environment Variables with those names with your information. Or replace those values with your own.

    • I was using input() to prompt for the data everytime the program ran, to protect my personal information, but that was too tiresome, having to type large number of information at a time,so I switched to using environment variables.

About

This contains the files for the Udemy course 100 Days of Code by Angela Yu.


Languages

Language:Python 77.3%Language:HTML 22.2%Language:CSS 0.5%