Oct 26, 2019Fire fighting, the Volatile playgroundIn his Rands in Repose blog, Michael Lopp, identified two factions constantly at war in any Software Development team: The volatile and the Stables The Volatiles are those who are striving for innovation, they are restless, they are eager to advocate for major architectural changes and they would rewrite the…Software Development4 min readSoftware Development4 min read
Nov 26, 2018Markov Chains with PythonLearn about Markov Chains and how to implement them in Python through a basic example of a discrete-time Markov process in this guest post by Ankur Ankan, the coauthor of Hands-On Markov Models with Python. What is a Markov Chain? A Markov chain is a type of Markov process in which the time is discrete…Machine Learning6 min readMachine Learning6 min read
Nov 6, 2018Welcome TurboGears 2.4Today was finally made public the pre release of TurboGears 2.4 through the official announcement. The announcement states that the new version provides: * More predicable configuration flow through configuration blueprints * Pluggable Components based configuration * Ability to extend the framework with new components. Given the *major* improvements in…Web Development5 min readWeb Development5 min read
Sep 25, 2018The Hidden Gems of Python Standard Library: Never miss a crash on productionThe Python Standard Library is a pool of great utilities and tools that can make life easier for any developer. Given its size it’s easy to miss some modules or features that are available. …Python5 min readPython5 min read
Jan 23, 2017Going Isomorphic with Python and ReactIsomorphic web applications are applications whose part or all the code is executed both on server and client. The server and the browser share the same code. One of greatest goals that isomorphic solutions can achieve is improving SEO for Single Page Applications, but so far such features were mostly…React6 min readReact6 min read
Sep 26, 2016ES2015 and React in pure Python environmentES2015 is the last approved Javascript standard which includes a lot of improvements and features which Python developers are used to. …React6 min readReact6 min read