|
You are here |
pymotw.com | ||
| | | | |
speakerdeck.com
|
|
| | | | | A talk I gave at PyCon 2012 about code generation and how Jinja2 works internally. | |
| | | | |
madebyme.today
|
|
| | | | | Some time ago, during a code review, I had a discussion with a colleague of mine about preferring dict() over {} in new Python code. They argued that dict() is more readable - and expresses intent more clearly - therefore should be preferred. I wasn't convinced by that, but at that time I didn't have any counterarguments, so I passed. Yet that made me wonder: what's the difference between the dict type and {} literal expression? | |
| | | | |
akaptur.github.com
|
|
| | | | | Last week at Hacker School I did a quick presentation on python bytecode and the dis module. The disassembler is a very powerful tool with a gentle ... | |
| | | | |
poignardazur.github.io
|
|
| | | [Note - This is republishing of an article that was previous posted on github gist, and advertised on reddit in January 2021.] | ||