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

  • I was reading Kobzol’s excellent article “Writing #Python like it’s #Rust”, and it perfectly captures how Rust can upgrade the way you write Python. 💡

    Here are some takeaways I keep coming back to: (01 Dec 2025) - link

  • From ~9 seconds to ~0.1 seconds… just by changing the data structure.

    In a recent @Pybites code ensemble session we tackled an Advent of Code puzzle where you repeatedly “react” a polymer string by removing adjacent units like aA / Bb. (30 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. (29 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