Found 237 bookmarks
Custom sorting
The Pitfalls of Boolean Trap
The Pitfalls of Boolean Trap

Good little article about the pitfalls of using boolean values as parameters for a function. Not the first time I've seen this sort of thing (I'm sure I read a similar article years before, and a similar thing in a coding book even earlier).

Still good advice.

At least it's a little better in languages with keyword arguments.

·ariya.io·
The Pitfalls of Boolean Trap
awesome-for-beginners: A list of awesome beginners-friendly projects.
awesome-for-beginners: A list of awesome beginners-friendly projects.
A great repo that contains a list of projects that encourage beginners (in programming, in some language, or perhaps even in a problem domain) to work on issues. All have some sort of "low-hanging fruit" tag for issues that would be a good place to build confidence in contributing.
·github.com·
awesome-for-beginners: A list of awesome beginners-friendly projects.
python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack Overflow
python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack Overflow
Very handy solution to the problem of making a project you're working on available to its own tests. While this tends not to be an issue for linting from the command line (I use a Makefile and sort the PYTHONPATH when doing the linting), but from within Emacs with flycheck it can be more awkward.
·stackoverflow.com·
python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack Overflow
0.30000000000000004.com
0.30000000000000004.com
Handy web page that explains the issue of floating point numbers, as it relates to different programming languages.
·0.30000000000000004.com·
0.30000000000000004.com