|
You are here |
technicaldiscovery.blogspot.com | ||
| | | | |
shipit.dev
|
|
| | | | | A guide on installing Python on a USB storage device when running OpenWRT. | |
| | | | |
atilaoncode.blog
|
|
| | | | | I read two C++ subreddit threads today on using the auto keyword. They're both questions: the first one asks why certain people seem to dislike using type inference, while the second asks about what commonly taught guidelines should be considered bad practice. A few replies there mention auto. This confuses me for more than one... | |
| | | | |
mathspp.com
|
|
| | | | | The 'Zen of Python' is a set of guidelines you should always keep in mind when programming in Python. | |
| | | | |
kieranhealy.org
|
|
| | | I'm teaching my Modern Plain Text Computing course this semester and so I'm on the lookout for small examples that I can use to show some of the ordinary techniques we regularly use when working with tables of data. One of those is just coming up with some example data to illustrate something else, like how to draw a plot or fit a model or what have you. This is partly what the stock datasets that come bundled with packages are for, like the venerable mtcars or the more recent palmerpenguins. Sometimes, though, you end up quickly making up an example yourself. This can be a good way to practice stuff that computers are good at, like doing things repeatedly. | ||