Wanted: Feedback on an agent based (with Python SPADE) monitoring back end

Each agent is authenticated, registered and declare its availability
(for the presence notification system). Read more

Similar

DIY Wallpaper Engine in Python

Today, as a sequel to my latest article, you’ll learn some new web scraping tricks with a new project: an app that automatically finds a nice desktop wallpaper and applies it to your Windows machine… (more…)

Read more »

Post-Mortem Python Plotting

Next time you're in your IPython console and you get an error somewhere deep in your stack, run %debug. It's a post-mortem debugger, and it'll drop you in an interpreter right where the error happened. You can inspect all the variables, go up and down the... (more…)

Read more »