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! πŸ‘‹

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

Latest Bluesky posts

  • I love shell aliases, here is my shortcut to make a code image from what I have on my OS clipboard:

    alias carbonc="uvx --from pybites-carbon carbon -c -d ~/Downloads -t vscode -b #3DA9FC -l python"

    (-c from clipboard / -d where to put the image png / rest = styling) (16 Nov 2025) - link

  • A script for everything πŸ“ˆ

    A bad habit among us programmers: going without breaks. πŸ˜…

    But the body reminds us: back pain, dry eyes, tension.

    So why not use our coding chops to fix that? πŸ‘‡ (15 Nov 2025) - link

  • One of my favorite design patterns: the Repository Pattern. 😍

    It keeps business logic separate from the data layer. πŸ“ˆ

    Need to swap SQL for CSV or add an API backend later? Plug it in, the interface stays the same.

    Example below πŸ‘‡ (14 Nov 2025) - link

Follow me Β»

Latest Python tips

  • Priority queues made simple with heapq: Need to schedule tasks by urgency or priority? ... (16 Oct 2025) - link
  • divmod built-in: Ever needed both integer division (`//`) and remainder (`%`)? πŸ€” ... (13 Oct 2025) - link
  • Sort by callable: Did you know that the key argument of 🐍 `sorted()` accepts any callable that transforms items before comparison, e.g. built-ins like `str.lower` or `len`, or your own custom functions πŸ˜πŸ’‘ ... (13 Oct 2025) - link
  • FIFO vs LIFO: Using the right data structure matters πŸ’‘ ... (17 Sep 2025) - link
  • document your regexes: Did you know you can make your regex patterns more readable with re.VERBOSE (re.X) so you can split them across lines and add comments. πŸ’‘πŸ“ˆ ... (16 Sep 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