I use Code School for learning Javascript. How do I judge it? I think it is a good deal for getting started. To get a thoroughly understanding of a topic you still need books, and I felt the courses there differ depending on the instructor in quality. In this article I will share my experiences with Code Academy with you. What I am trying to learn there is Javascript. … [Read more...]
Django Restframework Part 0: Introduction
This will be the introduction to a series of articles about the django restframework. In this article you will get an overview and it is meant as an entry point to the other articles on the framework. I hope that will help to get a better understanding on that superb piece of code that is highly appreciated in order to turn django into a backend api for your webapplication. … [Read more...]
How to format and print in Python 3.0
Are you like me? Always underestimating print and format and always struggeling with it, since you never really got into doing it the right way? In forcing myself to write this article about the print and format function in Python 3.0 I am hoping to counter that problem for myself, since printing and formating is something we do all the time, why not trying to get effective … [Read more...]
Function calls in Python
Of course I am using them all the time, so probably are you. But still it is good to revisit the essentials once in a while and to be sure about what we are doing. So if you want to revisit your knowledge on Python function calls, this article is for you. … [Read more...]
Julia Elman & Mark Lavin: Lightweight Django
The best book on Django that I encountered so far. I love it since it is modern Django: django without being dogmatic. you can programm along and the code is on github it is a django backend combined with a Javascript (Backbone) Frontend get it as book not as e-book: otherwise the code is horrible to read It starts with a Django application all in one file, … [Read more...]