home.social

Search

20 results for “bbelderbos”

  1. I recently talked with @bbelderbos about , , and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  2. I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  3. I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  4. I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  5. I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  6. Don't get me wrong, the learning curve is real!

    However Python devs have a head start — you already think in types, you already care about elegance + clean code.

    Which tip would've helped you most? Or any other ones?

    #Python #Rust #LearnRust #PythonTips #SoftwareDevelopment

  7. Don't get me wrong, the learning curve is real!

    However Python devs have a head start — you already think in types, you already care about elegance + clean code.

    Which tip would've helped you most? Or any other ones?

  8. Don't get me wrong, the learning curve is real!

    However Python devs have a head start — you already think in types, you already care about elegance + clean code.

    Which tip would've helped you most? Or any other ones?

    #Python #Rust #LearnRust #PythonTips #SoftwareDevelopment

  9. Don't get me wrong, the learning curve is real!

    However Python devs have a head start — you already think in types, you already care about elegance + clean code.

    Which tip would've helped you most? Or any other ones?

    #Python #Rust #LearnRust #PythonTips #SoftwareDevelopment

  10. Don't get me wrong, the learning curve is real!

    However Python devs have a head start — you already think in types, you already care about elegance + clean code.

    Which tip would've helped you most? Or any other ones?

    #Python #Rust #LearnRust #PythonTips #SoftwareDevelopment

  11. Tomorrow's free LIVE session covers how to structure real Python projects using these patterns.

  12. Tomorrow's free LIVE session covers how to structure real Python projects using these patterns.

    #Python #CleanCode #SoftwareEngineering #ABCs

  13. Tomorrow's free LIVE session covers how to structure real Python projects using these patterns.

    #Python #CleanCode #SoftwareEngineering #ABCs

  14. Tomorrow's free LIVE session covers how to structure real Python projects using these patterns.

    #Python #CleanCode #SoftwareEngineering #ABCs

  15. You can also model the repository interface with `typing.Protocol`, so any implementation (SQL, CSV, API, in-memory) just has to “duck type” to that contract:

    pybit.es/articles/typing-proto

  16. This week on our @pybites podcast: Code Smells 🎉

    I talk about 15 things to look out for in your (and others) code to make it cleaner and more maintainable over time. 🐍 😍

    I hope this is helpful for you:
    pybit.es/articles/write-more-m

    Happy to hear your thoughts on this ... 💡

  17. So now I am a bit puzzled. Just use request.Session for the majority of smaller cases, and for many requests use concurrent.futures?

    What is your experience? Are there particular reasons you would use httpx over requests or concurrent.futures? E.g. scaling, asyncio, HTTP/2 support, other?

    Curious to hear ...

  18. People newer to Python often get confused by the statement:

    if __name__ == "__main__":

    That's many underscores ("dunders"), right?

    In essence it lets you put code in your module that ONLY should execute when the module is called directly. So not when you import from it.

    I explain this further with a practical example in this 3 minute video:
    youtube.com/watch?v=ubpFY7_dAW4

  19. New Pybites video is up:
    Database migrations matter! Get up and running with Alembic + sqlmodel
    youtu.be/gekC1ESLxPs