Search
297 results for “nedbat”
-
Headed to #PyCon, so thinking about summer camp feelings again. https://nedbatchelder.com/blog/202505/pycon_summer_camp
-
Headed to #PyCon, so thinking about summer camp feelings again. https://nedbatchelder.com/blog/202505/pycon_summer_camp
-
Headed to #PyCon, so thinking about summer camp feelings again. https://nedbatchelder.com/blog/202505/pycon_summer_camp
-
Headed to #PyCon, so thinking about summer camp feelings again. https://nedbatchelder.com/blog/202505/pycon_summer_camp
-
Headed to #PyCon, so thinking about summer camp feelings again. https://nedbatchelder.com/blog/202505/pycon_summer_camp
-
@nedbat That's great to hear. So your worst case is spin up a new image and redeploy.
Still, it's a pain in the neck you didn't ask for today :)
I know you've put a lot of sweat equity into your custom Python site but this kind of story is what makes me glad I'm just using #nikola and doing the static site generator thing, backed by S3 and cloudfront. No moving parts and ludicrously cheap to run.
It's not a fair comparison though because you site does a lot more!
-
-
-
-
-
-
@nedbat Very funny usage of #python #decorator !
-
@AlSweigart @nedbat You inspired me to hack a way to ensure `a`, `b`, and `c` are distinct. I came up with…
```
len(set((a, b, c))) == 3
```I suspect that's bordering on obfuscated code. Probably not #Pythonic.
-
"Silence is Golden" by @nedbat as a #PyConUS lightning talk
I appreciated the lightning talk on applying the pacman principle both in physical space as well as the actual time you're speaking. Leave space in conversation for others. Enjoy the silence sometimes in conversation, it doesn't always have to be filled.
-
@villares @AlSweigart @nedbat
Thanks! Although it may be small, it's not exactly #Pythonic. I also just realized that it might not be very efficient. Maybe we should check with `timeit`. -
And a follow up from @nedbat who brings the Pacman rule to time as well as space by leaving silence in a conversation for people to join. 😍
-
@baconandcoconut attesting to the power of the @nedbat method of helping some get to a talk: "tell me about something you're interested in" -> [a bit of talking] -> "great, that's your [lightning] talk"
-
Testing is better than data structures and algorithms
https://nedbatchelder.com/blog/202509/testing_is_better_than_dsa.html
#HackerNews #Testing #is #better #than #data #structures #and #algorithms #softwaredevelopment #coding #bestpractices #testingstrategies
-
Testing is better than data structures and algorithms
https://nedbatchelder.com/blog/202509/testing_is_better_than_dsa.html
#HackerNews #Testing #is #better #than #data #structures #and #algorithms #softwaredevelopment #coding #bestpractices #testingstrategies
-
Testing is better than data structures and algorithms
https://nedbatchelder.com/blog/202509/testing_is_better_than_dsa.html
#HackerNews #Testing #is #better #than #data #structures #and #algorithms #softwaredevelopment #coding #bestpractices #testingstrategies
-
Testing is better than data structures and algorithms
https://nedbatchelder.com/blog/202509/testing_is_better_than_dsa.html
#HackerNews #Testing #is #better #than #data #structures #and #algorithms #softwaredevelopment #coding #bestpractices #testingstrategies
-
Testing is better than data structures and algorithms
https://nedbatchelder.com/blog/202509/testing_is_better_than_dsa.html
#HackerNews #Testing #is #better #than #data #structures #and #algorithms #softwaredevelopment #coding #bestpractices #testingstrategies
-
-
Leaving time and leaving space are both inclusive. Let others join your conversation, by leaving a slice of physical space, and making space in your conversation with a little silence.
“Silence is golden.”
💜
-
There are a couple more open spaces at #PyConUS at 03:00 PM:
S-4: Python Dataclasses and Serialization
S-5: Local agents & adding type annotations everywhere for ~freeAnd starting at 03:45 PM, there's a juggling open space hosted by @nedbat hallway outside room 103. There's no experience necessary and it's always a fun open space.
-
Here's a description of some nice features I didn't know about in #PyTest's parameterize() decorator. My favourite is how to avoid really long names for test cases.
https://nedbatchelder.com/blog/202602/pytest_parameter_functions
-
New blog post: https://harihareswara.net/posts/2024/changelogs-and-release-notes/
- The distinction between detailed changelogs and brief release notes (with examples)
- Why it's worth doing both
- Why relying solely on GitHub as a project's communication platform discourages publishing and reading release notes
Spurred by @nedbat 's https://hachyderm.io/@nedbat/113152493265812268 , with references to @wiredferret @kfogel @leonardr @agateau @olivierlacan @xavdid @zwol @zulip and more.
#maintainers #opensource #FLOSS #maintainership #documentation