David Wolever
@wolever
CTO @RxFoodCo, co-founder @xvzfio, and @pyconca; python, postgres, typescript, startups, VA3WVR
ID: 16685295
https://github.com/wolever 10-10-2008 16:31:50
45,45K Tweet
2,2K Followers
671 Following
David Wolever This is worth celebrating! I recommend stopping by Hynek Schlawack's blog to get a taste of what's current and what's still reliable. e.g., hynek.me/articles/pytho… hynek.me/articles/packa… hynek.me/articles/pytho…
.Amazon Web Services regularly publishes solutions on their blog to relatively common problems. They invariably involve half a dozen unique services, one of which is always Lambda, strung together in wildly complex ways. I call these solutions the "Go Fuck Yourself" option.
Python buds: got any plans this weekend? The fantastic Montréal-Python community is hosting a hackathon to work on (useful!) COVID-related projects: montrealpython.org/en/2020/04/mp-…
Is there a way software or data analysis could help your community respond to COVID? The fantastic Montréal-Python community would love to work on your project this weekend! More details here: montrealpython.org/en/2020/04/mp-…
#PyConUS2022 Pablo Galindo Salgado With the new PEG parser, now the SyntaxError is able to provide more helpful error messages! It tells you: '{' was never closed 👏🏻
#PyConUS2022 Pablo Galindo Salgado AttributeError has also been problematic. Ever seen the error 'NoneType' is not subscriptable? In Python 3.11 it tells you which one it is!