An opinionated list of Python frameworks, libraries, tools, and resources
Some time ago, I was building a chat application using AWS Websocket API gateway. Things were going smoothly. I created a WebSocket API Gateway, added $connect, $disconnect, and sendMessage/addGroup routes. From the frontend (React) side, everything was fire-and-forget. You send a message, and the onMessageHandler takes care of it 💪🏼 But then a new requirement of uploading files using S3 signed
Open any data science tutorial online. Not a Python script. Not a GitHub repo. A tutorial with explanation, code, output, visualizations, and commentary all woven together in one document. That document is a Jupyter Notebook. The best ML papers show their experiments in notebooks. Kaggle grandmasters share their approach in notebooks. Every data science course teaches in notebooks. When you get a