Pinned Repositories
Advent-of-Code
bingo
COVID-19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
Fun-Projects
collection of interesting projects I see online or dream up in my spare time
log-everywhere
Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).
relative-imports-in-python
Example packages and code to better understand imports and relative imports in python3
save-thread-result
Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟
test-project
Test project in python to see how packaging works for python
YouTube-Channels
Contains a csv file with a list of every video uploaded by select YouTube channels. Lists will be uploaded once a week!
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
shailshouryya's Repositories
shailshouryya/yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
shailshouryya/save-thread-result
Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟
shailshouryya/relative-imports-in-python
Example packages and code to better understand imports and relative imports in python3
shailshouryya/Fun-Projects
collection of interesting projects I see online or dream up in my spare time
shailshouryya/YouTube-Channels
Contains a csv file with a list of every video uploaded by select YouTube channels. Lists will be uploaded once a week!
shailshouryya/COVID-19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
shailshouryya/log-everywhere
Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).
shailshouryya/Advent-of-Code
shailshouryya/bingo
shailshouryya/test-project
Test project in python to see how packaging works for python
shailshouryya/cpython
The Python programming language
shailshouryya/esmre
Efficient String Matching Regular Expressions
shailshouryya/nltk
NLTK Source
shailshouryya/odsc-hackathon-shazam
Source code for the ODSC 2023 Shazamlike-song-identification team hackathon project
shailshouryya/opencensus-website
opencensus.io website content
shailshouryya/peps
Python Enhancement Proposals
shailshouryya/presidio
Context aware, pluggable and customizable data protection and PII data anonymization service for text and images
shailshouryya/Project-Group-9
Project Group 9
shailshouryya/Public-Key-Infrastructure
shailshouryya/urllib3
urllib3 is a user-friendly HTTP client library for Python