Home / Python - Aeguana - Make It Possible - Blog
News
26th December 2015 | By:

Manipulating the browser history [HTML5]

Since the introduction of HTML5 it’s been possible to manage the browser history using the history and history.pushState API. It allows us to change the URL in the browser without the page refreshing. There are a lot of frameworks that already support… Continue

News
26th June 2015 | By:

Python Virtual Environment Tutorial

This is a basic tutorial designed to help you setup a virtualenv and start using it. The purpose of virtualenv is to isolate Python environments and make sure there are no conflicts when you have multiple applications deployed on the… Continue

News
2nd December 2014 | By:

Using SOAP with SUDS – an introduction

I’m sure that most of you reading this post have heard/used the XML/SOAP – same as me. However I’d never used the WSDL before, yet last week I needed to work with two, unconnected to each other APIs, using this protocol. So… Continue