SkillAgentSearch skills...

100DaysOfCode

Complete version on my 100days repo.

Install / Use

/learn @ipaulaa/100DaysOfCode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

100 Days of Code


Last Update @: Day 43


[!TIP]
This repo was created during my first attempt at completing the course. I made it up to Day 43. If you're looking for my more recent progress, check out my other repo: 100days, which goes all the way to Day 92 (although it's still a work in progress).

[!IMPORTANT]
Some of the Reeborg's World solutions won't run directly on your computer. They need to be pasted into the Reeborg’s World online environment, as they are tailored for specific worlds. Don’t worry — I’ve included the correct links with those solutions to make things easier. <br><br> Starting on Day 029, I began using environment variables to protect my personal information.
If you see code like var = os.environ["VAR"], you'll need to either:

  • Create environment variables with those names and add your own values, or
  • Replace the variables manually in the code with your own data. Originally, I was using input() to enter sensitive info each time the program ran — but that got old fast! Switching to environment variables was a more convenient and secure alternative.

Although... now that I’ve switched computers a few times, I have no clue what those environment variables were anymore...<br> <ins>Lesson learned:<ins> document everything, even your secrets! 😆


Day001 Day002 Day003 Day004 Day005

Day006 Day007 Day008 Day009 Day010

Day011 Day012 Day013 Day014 Day015

Day016 Day017 Day018 Day019 Day020

Day021 Day022 Day023 Day024 Day025

Day026 Day027 Day028 Day029 Day030

Day031 Day032 Day033 Day034 Day035

Day036 Day037 Day038 Day039 Day040

Day041 Day042 Day043

<!-- [`Day044`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day044) [`Day045`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day045) ## [`Day046`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day046) [`Day047`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day047) [`Day048`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day048) [`Day049`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day049) [`Day050`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day050) ## [`Day051`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day051) [`Day052`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day052) [`Day053`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day053) [`Day054`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day054) [`Day055`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day055) ## [`Day056`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day056) [`Day057`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day057) [`Day058`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day058) [`Day059`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day059) [`Day060`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day060) ## [`Day061`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day061) [`Day062`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day062) [`Day063`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day063) [`Day064`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day064) [`Day065`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day065) ## [`Day066`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day066) [`Day067`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day067) [`Day068`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day068) [`Day069`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day069) [`Day070`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day070) ## [`Day071`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day071) [`Day072`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day072) [`Day073`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day073) [`Day074`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day074) [`Day075`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day075) ## [`Day076`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day076) [`Day077`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day077) [`Day078`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day078) [`Day079`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day079) [`Day080`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day080) ## [`Day081`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day081) [`Day082`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day082) [`Day083`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day083) [`Day084`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day084) [`Day085`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day085) ## [`Day086`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day086) [`Day087`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day087) [`Day088`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day088) [`Day089`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day089) [`Day090`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day090) ## [`Day091`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day091) [`Day092`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day092) [`Day093`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day093) [`Day094`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day094) [`Day095`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day095) ## [`Day096`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day096) [`Day097`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day097) [`Day098`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day098) [`Day099`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day099) [`Day100`](https://github.com/pullynnhah/100DaysOfCode/tree/master/Day100) -->
View on GitHub
GitHub Stars32
CategoryDevelopment
Updated9mo ago
Forks16

Languages

Python

Security Score

72/100

Audited on Jun 16, 2025

No findings