Skip to content
View bbelderbos's full-sized avatar

Organizations

@Pybonacci

Block or report bbelderbos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bbelderbos/README.md

Hi there, I'm Bob πŸ‘‹

  • 🐍 Python software developer & coach
  • 🧠 Co-Founder of Pybites – practical, project-driven Python training
  • πŸ“š I love books / reading, yet my focus is shipping real projects, not just consuming more tutorials.

Programs & platforms


How I became a developer (short version)

  • Started in support & finance, automating my work with Excel + VBA macros.
  • Saw a painful problem: tons of telemetry bundles, no tool to analyse them.
  • Built a scrappy PHP app that processed thousands of bundles for hundreds of engineers.
  • That project put me on the map: I was pulled into automation work and finally became a full-time developer.

No CS degree β€” just JIT learning, persistence, and a lot of increasingly complex projects building up real-world experience. πŸ’‘

Now I help others escape tutorial hell, ship things, and build careers around it. πŸš€


What I love helping people with

  • Escaping tutorial paralysis and designing a project roadmap
  • Writing clean, tested, idiomatic Python – and sharing what I’m learning as I dive deeper into Rust and other languages
  • Building CLIs, web apps, and automations that actually get used
  • Levelling up from β€œcoder” to trusted engineer / senior dev
  • Creating systems for consistent learning: exercises, reading, and reflection
  • Turning your editor (especially Vim) and terminal into real productivity multipliers –
    Supercharge Your Vim Workflow Β· 9 Command Line Tips Every Developer Should Know

Podcast appearances


Connect


Latest Bluesky posts

  • Cool debugging trick I picked up from this article:

    Django bulk_update memory issue https://blog.pecar.me/django-bulk-update-memory-issue

    Logging memory usage in #Python using psutil - example below πŸ‘‡

    Bonus: comparing list comp vs gen expression 🐍 😍 πŸ“ˆ (28 Nov 2025) - link

  • Really enjoyed my chat with Kishan Patel on our @pybites podcast. (27 Nov 2025) - link
  • Python tip 🐍 itertools.groupby() for the win 🧠

    Context: I was solving an AoC which required a valid password to have a digit that appeared in a run of exactly two (not part of 111 or 2222, etc). (26 Nov 2025) - link

Follow me Β»

Latest Python tips

  • power of the right data structure: stacks: From ~9 seconds to ~0.1 seconds… just by changing the data structure. ... (26 Nov 2025) - link
  • Logging memory usage: Cool debugging trick I picked up from: ... (20 Nov 2025) - link
  • find dependency dependencies: I needed to see which packages were pulling in six. ... (20 Nov 2025) - link
  • from messy to clean numbers with `removeprefix` / `removesuffix`: With `removeprefix("$")` and `removesuffix(suffix)` you strip only what you *expect* to be there, then `float(cap) * multiplier` does the rest. Classic EAFP: try to parse, fall back to `0.0` when the data is junk. ... (20 Nov 2025) - link
  • Priority queues made simple with heapq: Need to schedule tasks by urgency or priority? ... (16 Oct 2025) - link

More Python tips Β»

Build READMERoll your own: How to create a self updating GitHub Readme.

Pinned Loading

  1. bobcodesit bobcodesit Public

    Coding tips (mainly Python) I share on social media.

    Python 33 4

  2. emojisearcher emojisearcher Public

    No more google search, copy emojis to the clipboard.

    Python 21 1

  3. color-searcher color-searcher Public

    Python 30 2

  4. pybites/100DaysOfCode pybites/100DaysOfCode Public

    PyBites #100DaysOfCode

    Python 448 166

  5. PyBites-Open-Source/karmabot PyBites-Open-Source/karmabot Public

    A Python based Slack Chatbot for community interaction

    Python 75 44

  6. PyBites-Open-Source/search PyBites-Open-Source/search Public

    Python 22 3