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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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! πŸ‘‹

  • 🐍 Python software developer
  • πŸ’» Co-Founder of PyBites
  • πŸ“š Love books/reading

Latest Bluesky posts

  • Do you know all these 5 powerful uses of * in #Python?

    – Keyword-only args – Extended unpacking – Flexible funcs with *args – Unpack into func calls – Merge iterables

    πŸ‘‡ See examples below β€” which ones do you use the most, and which ones are new to you?

    #coding #tips (18 Apr 2025) - link

  • 'Scratch your own itch' is a good driver to build stuff. πŸ’ͺ

    And even trivial things can lead to interesting projects. πŸ’‘

    See this emoji searcher project for example, I still use this every day to find + copy emojis πŸš€ https://github.com/bbelderbos/emojisearcher

    What are you building with #Python? (18 Apr 2025) - link

  • Becoming a proficient #Python dev isn’t just about syntax, it’s about building usable apps with clean, testable, well-structured code.

    That’s what we coach in our 6-week cohort starting next month.

    Real apps. Real feedback. Real growth. πŸ’ͺ

    More info: pybitescoaching.com (17 Apr 2025) - link

Follow me Β»

Latest Python tips

  • Timing code in Python: Using `timeit` to compare merging dictionaries in #Python: Old way with `**` unpacking vs. new way with `|`. ... (26 Jul 2024) - link
  • Merging dictionaries: Old way: `{**dict1, **dict2}` ... (26 Jul 2024) - link
  • You can now use | for typing: `|` got added to type hints >= 3.10, not needing the `typing` import anymore for these: ... (26 Jul 2024) - link
  • dict dispatch pattern: Tired of long and unmaintainable `if-elif-elif-else` chains? 😱 ... (13 Jul 2024) - link
  • split file name and extension: `pathlib` has you covered, just make a `Path` object and access the `stem` and `suffix` attributes: ... (11 Jul 2024) - 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 31 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 449 168

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

    A Python based Slack Chatbot for community interaction

    Python 74 45

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

    Python 22 3