Sabine Maennel

Mathematician, Software-Developer and Writer

  • Home
  • Django
  • Python
  • Learning resources
  • about

Understanding Generators in Python

July 11, 2016 by admin Leave a Comment

Understanding Generators in Python

In this tutorial I show you how to make a generator in Python. A generator is a function, that will serve you a sequence: it knows what "next" means in a given context. The sequence it serves can be finite or infinite. … [Read more...]

How Python is all about Trying Error Handling in Python

July 8, 2016 by admin Leave a Comment

<span class="entry-title-primary">How Python is all about Trying</span> <span class="entry-subtitle">Error Handling in Python</span>

This is a Prezi-Tutorial that teaches you how to use the Try-Select-Clause in Python in order to write safe Python code. … [Read more...]

Django Restframework Part 1: Serialization

June 14, 2016 by admin 2 Comments

This article is about the django restframework's serialization. With Django Restframework your goal is to arrive at an api. Usually your data sits in the database, but the api serves it as JSON. So the task of the serializer is to transform the data in both directions. Read on to understand how you can build your own serializer for your own data with the framework! … [Read more...]

Ordered Dictionaries in Python

June 13, 2016 by admin Leave a Comment

I just stumbled upon an ordered dict in Python and had to look it up. So here you can find how an ordered dict differs from a normal dict and why it is useful. … [Read more...]

Ethan Brown: Learning Javascript

June 12, 2016 by Sabine Maennel Leave a Comment

This is the best Javascript book I know of and in this article I will tell you what is so good about it: this is Javascript as it happens today, since Javascript ist not only a language it is kind of a movement, where you have to catch the newest trends in order to understand what is happening around you on the net. And what you get from this book is just that: you start to … [Read more...]

Next Page »

Recent Posts

  • Understanding Generators in Python
  • How Python is all about Trying
  • Django Restframework Part 1: Serialization
  • Ordered Dictionaries in Python
  • Ethan Brown: Learning Javascript

Tags

api Backbone books class based generic views Codeschool collections communication between apps Django django restframework Error-Handling format Functions httpie Javascript learningplatform Node OrderedDict print Python rest api separating concerns serialization signals Try-Select-Clause

Copyright © 2018 · Magazine Pro Theme on Genesis Framework · WordPress · Log in