SmoothFriction.nl

posts - 39, comments - 20, trackbacks - 0

July 2010 Entries

Python 101: BYOB (Build your own Blog)

In my setup I said I was going to learn Python, and at the same time dive into the world of CQRS. After getting my feet wet a little bit, I decided to go with something completely different. I present to you: BYOB, the Python edition! I have to be honest and I’ll mention straight away that this is NOT my own idea. I borrowed it from the honorable Rob Conery, who at a certain time last year mentioned that it’s a good idea for EVERY serious developer to build his own blog. He gives a nice summary of the...

posted @ Wednesday, July 07, 2010 3:43 PM | Feedback (0) | Filed Under [ python byob ]

Python 101: Setting up

One of the first things I do when getting started with a new programming language is to find myself a good development enviroment. I love Visual Studio, and I love the things Jetbrains does (ReSharper, IntelliJ IDEA). Visual Studio can work with python, in the appearance of IronPython. However, I want to go straight to the bone first and start out with the ‘original’! JetBrains recently launched a new line of editors: a web editor, one for PHP, and… One for Python! PyCharm comes with everything you’re used to have in IntelliJ IDEA, combined with all the goodness of...

posted @ Sunday, July 04, 2010 10:49 AM | Feedback (0) |