Kickoff

I spend considerable amounts of time reading documentation and googling the intertubes in pursuit of learning "that one new thing I need for this".

Frequently, I see people say things like "you can build Amazing Thingamabob (tm)", and "use the combobulator to defenestrate 10x faster!", but they gloss over details which are obvious to someone that already knows the topic, yet impenetrable to first time newbies. That's lead me many a time to ask

OK,but how?


So I decided to share here (every once in a while at least!) what I learned in my deep dives, in hopes that it will save someone a bit of time when looking into those topics 😊

Stay tuned!

No comments:

Post a Comment

Found a bug/mistake, or got a better way? Your constructive comment is welcome! Something is unclear? Ask!

But if you need help with your code I'd encourage you to head over to https://stackoverflow.com instead ;)

Python coroutines

How to make coroutines return values. WHY Maybe you need to handle a large volume of records and you heard coroutines are a good way...