Pinned Repositories
API_Intro
automated_email_smptlib
Created an automated email generator that greets loved ones on their birthday. Achieved by using python, pandas, and smptlib.
Etch-A-Sketch
Built an Etch A Sketch program using turtle.
Franklin-Crossing
JavaScript_Review
LC_2023
All my LeetCode submissions for 2023.
OOP_Review
Simple and concise review on OOP concepts of inheritance and special methods.
Py_Fundamentals
Tkinter_Review
Created this repository to practice & test my understandings on tk & ttk widgets. Repository will also act as a reference for future tkinter projects.
Turtle_Review
StoneBelle's Repositories
StoneBelle/API_Intro
StoneBelle/automated_email_smptlib
Created an automated email generator that greets loved ones on their birthday. Achieved by using python, pandas, and smptlib.
StoneBelle/Etch-A-Sketch
Built an Etch A Sketch program using turtle.
StoneBelle/Franklin-Crossing
StoneBelle/JavaScript_Review
StoneBelle/LC_2023
All my LeetCode submissions for 2023.
StoneBelle/List-Dict-Comprehension
Practice problems and syntaxes for list, dict, and pandas dict comprehension.
StoneBelle/nato-phonetic-alphabet
Used the NATO alphabet for more list and dict comprehension practice problems with the use of pandas.
StoneBelle/Pandas-Intro
Practiced pandas basics. Primarily retrieving data from CSV files, series methods, and creating new CSV files using internal data.
StoneBelle/PersonalizedInvitations
Generated personalized invitations based on the different text files provided in path directory.
StoneBelle/Py_Fundamentals
StoneBelle/Squirrel-Data-Analysis
StoneBelle/Tkinter_Review
Created this repository to practice & test my understandings on tk & ttk widgets. Repository will also act as a reference for future tkinter projects.
StoneBelle/Turtle_Review
StoneBelle/Web_Dev_Review
General reference/review on Web Development Fundamentals. Includes HTML tag, CSS styling, Flexbox, and Bootstrap exercises and examples.
StoneBelle/OOP_Review
Simple and concise review on OOP concepts of inheritance and special methods.
StoneBelle/AccountSimple
StoneBelle/American-States
A guessing game that uses OOP and pandas to retrieve and store game data. If user ends game early, any missing answers are stored in a newly generated CSV file.
StoneBelle/Binary_Search_Tree_Review
I created this repository to be used as a quick reference for reviewing Binary Search Tree (BST) functionality and concepts.
StoneBelle/Dice_Challenge
StoneBelle/DJango_Review
Introductory exercise for using Django as well as my personal notes to be used as a refresher on key concepts when needed.
StoneBelle/Drum-Kit
Drum Kit web application that incorporates sound and animation. Project's main purpose it to test my understandings on DOM, Functions, and Event Listeners.
StoneBelle/Fizz_Buzz
Fun little numbers game based on divisibility of 3 & 5.
StoneBelle/Kanye_Quotes
StoneBelle/LC_2024
StoneBelle/Linkedlists_Review
StoneBelle/Pickle_Jar
StoneBelle/Swift_Meta
StoneBelle/tkinter_practice
StoneBelle/Tomato-Timer
Created an interactive tomato timer using Tkinter.