ASAdeel Syedinade3lsyednba.hashnode.dev·Apr 21, 2025 · 6 min readMachine Learning All-Star Selection ClassifierIntroduction Every year like clock work the media explodes come all star weekend because their favorite player didn’t get chosen. Harsh media narratives and little coverage destroys players marketability ergo destroying their chances of making the al...00
ASAdeel Syedinade3lsyednba.hashnode.dev·Jul 4, 2024 · 5 min readCoding a Morning Weather TextIntroduction I wanted to get started on using python to automate everyday tasks, so for my first automation project I decided to write a program that texts me the weather everyday. I split up this project into 3 big tasks: Use web scrapers to get th...01R
ASAdeel Syedinade3lsyednba.hashnode.dev·Jan 16, 2024 · 1 min readMonkeyType CheaterPurpose of the Code https://monkeytype.com/ is a typing test website to test your typing speed. I wanted to write code that cheats it and gets a really high wpm (words per minute) every time. Code implementation Firstly, I used selenium for this proj...00