Author

Bob Belderbos Avatar

Bob Belderbos

Latest articles

by

  • My Favorite Career Development Book

    ·

    ·

    2 min read

    If there is one career book we could recommend you it’s “So Good They Can’t Ignore You”. In this article some of the main takeaways for me.


  • Mutable vs Immutable Data Types in Python

    ·

    ·

    4 min read

    Knowing the difference between mutable and immutable types in Python is important. In this article I will give you some practical examples of both and show you some of the advantages of using immutable types. We even look at JS / React / functional programming a bit towards the end.


  • When to Write Classes in Python And Why it Matters

    ·

    ·

    5 min read

    When people come to Python one of the things they struggle with is OOP (Object Oriented Programming). Not so much the syntax of classes, but more when and when not to use them. If that’s you, read on. In this article I will give you some insights that will get you clarity on this.


  • Stop obsessing about algorithms

    ·

    ·

    1 min read

    We hear it so often: I need to ace algorithms to land a SW job. To a certain extent yes. You surely need to understand what data structure to use and make efficiency trade-offs.


  • A Simple yet Effective System

    ·

    ·

    2 min read

    There is just too much stuff out there when it comes to being more productive. I am reading The Ultimate Sales Machine (Chet Holmes) and it offers what is probably the most concise time management system I have seen so far.


  • 4 Common Mistakes When Learning Python and Programming

    ·

    ·

    3 min read

    How are you progressing with your Python? What could be holding you back? I gave it some thought and identified 4 issues we commonly see that hold people back from becoming a proficient Pythonista and programmer.