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

  • Thanks for joining us 🎧 @tiangolo.com πŸŽ‰ and for all you do with @fastapi.tiangolo.com, other libs, and now FastAPI Cloud 😍

    It will be so nice to deploy FastAPI apps with just: fastapi deploy πŸš€

    https://www.youtube.com/watch?v=Q_8aXh33Cpk (27 May 2025) - link

  • I've completed "Build unix' wc program in python" on @pybites.bsky.social πŸπŸŽ‰ - https://pybitesplatform.com/bites/build-unix-wc-program-in-python/ (27 May 2025) - link
  • snakeviz == nice for profiling + visualizing πŸ’‘ πŸ’ͺ 🐍

    uv run python -m cProfile -o profile.out -m script_or_package uv add --dev snakeviz uv run snakeviz profile.out

    (Screenshot: me profiling slow Pandas code as a candidate to refactor using Polars πŸ”₯)

    #python #debugging (09 May 2025) - link

Follow me Β»

Latest Python tips

  • How Counter and defaultdict work in Python: Python’s `__missing__` method is the secret behind the magic of Counter and defaultdict πŸ”πŸ ... (02 Jun 2025) - link
  • Simplify layered dict lookups with ChainMap: Problem: you need to look up a key across multiple dictionaries in priority order β€” later groups should override earlier ones. Nesting `.get()`s works but becomes messy and hard to maintain. ... (31 May 2025) - link
  • Detect file encoding with chardet: The *chardet* library is super handy for guessing unknown file encodings. ... (29 Apr 2025) - link
  • Temporary files / directories: Making a temporary file/directory is very useful for testing. ... (23 Apr 2025) - link
  • Timing code in Python: Using `timeit` to compare merging dictionaries in #Python: Old way with `**` unpacking vs. new way with `|`. ... (26 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 32 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 166

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

    A Python based Slack Chatbot for community interaction

    Python 74 44

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

    Python 22 3