Does this situation sound familiar to you? You are a data scientist, you developed an ML model in Python (using PyTorch, TensorFlow, or something like that), and you'd like your users to interact with it, You would like to make either an API or a web interface to your model, Your model is...
On Friday the 10th of February, myself and my compadre Cian Ruane took part in the HackYourWayDay hackathon in the NDRC that we had seen publicised around the place the previous week. The hackathon was themed around Eircodes, which are Ireland's new controversial postcodes. I'm interested in data,...
Context I have type 1 diabetes. It's not a big deal, there are much worse afflictions that can hang on a person. Diabetes just means the occasional pain in the arse (sometimes literally xo). I am supposed to get up early, eat 3 steady solid meals, and exercise; as is the case with every...
Under some scenarios, we would like to push a message from an HTTP server to clients. For example, in a group messaging application, whenever a user sends a message to the server, the server has to push such message to everyone. Since 2001, several techniques have been proposed. Eventually,...
Snakefood is a tool written by Martin Blais to create Python dependency graphs. Combined with GraphViz, snakefood can create beautiful visualizations of Python codebases. Here are graphs for some notable open source projects written in Python. Python Web Frameworks The different development...