Jeff Gruenbaum's repositories
encrypto-env
Easily setup your Python .env file with encryption.
file-flamingo
A suite of base classes that simplifies interactions with files.
htmlfactory
A simple way to produce HTML with Python.
ifcollector
A framework for creating complex if statements.
python_template
Template repository with github workflow setup to check code quality with mypy and black. Env setup with poetry.
congenial-fishstick
Rust playground
demo-vscode-extension
Playing around with vscode extensions.
django_personal_website
My personal website used to share work experience and projects. Feel free to tweak it and make it your own. Created in Django.
dominate
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
flask-api-tutorial
Tutorial that I will be following can be found [here](https://realpython.com/flask-connexion-rest-api/)
flask-tutorial
This repo is for the tutorial found [here](https://flask.palletsprojects.com/en/2.0.x/tutorial/layout/)
GameFaceOn
A repository used to get familiar with pygame.
jgrugru.github.io
Personal portfolio website.
mental-math-quiz
Fun app to test your mental math skills.
nba-game-webscraper
Webscraping tool to grab NBA games from nba.com and format into a csv.
personal-debugger
My own debugger, including timing and profiling of functions.
poc_pub_sub
Proof of Concept for server design, utilizing redis's pub sub feature.
poetry-vscode-settings
This script will blow your mind.
ProgrammingChallenges
Completed programming challenges from various websites (largely completed through Python).
pycraigslist
A fast and expressive Craigslist API wrapper
pydantic_car
Exploratory demo of using pydantic with redis.
react-to-do-app
created my to-do react app
rp_portfolio
Personal portfolio website created with Django. Followed tutorial [here](https://realpython.com/get-started-with-django-1/)
StackOverflowTesting
I use this repo when answering questions on Stack Overflow or testing out new ideas.