Explore >> Select a destination


You are here

treyhunner.com
| | www.pythonmorsels.com
2.1 parsecs away

Travel
| | Articles and blog posts on the Python programming language, with a focus on Python best practices.
| | nickjanetakis.com
5.6 parsecs away

Travel
| | We'll go over the code powering a CLI tool using only the Python 3 standard library and cover a few programming patterns along the way.
| | www.danstroot.com
4.4 parsecs away

Travel
| | The way programming is taught is usually aligned to how computers work (why variables are 16, 32 or 64 bits) and language constructs and syntax. However, the way I learned coding was not how we teach coding. I learned by building things. What motivates learning for beginners?
| | nrk.neocities.org
29.3 parsecs away

Travel
| [AI summary] This article provides an introduction to static analyzers for C, focusing on tools like compiler warnings, Cppcheck, GCC's fanalyzer, and clang-tidy, emphasizing ease of use, minimal setup, and reducing false positives.