python




Let's face it using urrlib is hard, and is not really fun at all. Using it to call your own api's or 3rd party api's is an exercise in frustration. Let's take a look at...



Properly dealing with dates can be hard, but they don’t have to be as long as you understand the basics. I have had to deal a lot with dates lately with a few Django applications, and life got a whole lot easier once I figured out...



In an age of web services being able to interact with them is almost a necessity for any developer. Unfortunately, if you are a new’ish python developer it might be a bit hard to figure out how to do it since...



Automating your deployment can be one of those things that is tricky to get right at first, but pays off in spades once done. It seems as you develop you continually evolve your processes until you finally figure out how to get your deploys...