python-in-the-morning icon indicating copy to clipboard operation
python-in-the-morning copied to clipboard

Repo to keep track of my various morning Python activies

Results 8 python-in-the-morning issues
Sort by recently updated
recently updated
newest added

please review this near the end of your stream because I cannot wake up early enough lol https://github.com/tscheer100/maze-generator-and-solver

#### Original Library: https://github.com/joytocode/lighthouse-lambda #### Problem: Stops working after Node 8.10 (Can't even spin up Node8.10 on AWS anymore)and Lighthouse 3.1 #### My Solution: https://github.com/AlanSwenson/lighthouse-lambda - Fork that uses [chrome-aws-lambda](https://github.com/alixaxel/chrome-aws-lambda)...

made a new, short script that texts me every time a specific email appears in my inbox. https://github.com/tscheer100/emailChecker/

can you talk about python and how it is being used in the current epidemic?

https://github.com/LEvinson2504/passportLogin

Could I have a code review for my little [game jam repo](https://github.com/PinkFlufflyLlama/Game-Jam-Entry), please? It would be nice if it was a time when I was watching a stream but that...

I have a list (csv file) with a bunch of combinations of `issue_date,stock_ticker`. The list is 40.000 rows long. The current function spits 1 return per 1 second or so....

created my own script for pulling out quotes. There is one thing lacking: it can't pull out Quotes if the Quotes header is the last header of the file. I...