Explore >> Select a destination


You are here

github.com
| | janakiev.com
12.3 parsecs away

Travel
| | When writing programs, there is often a large set of configuration and credentials that should not be hard-coded in the program. This also makes the customization of the program much easier and more generally applicable. There are various ways to handle configuration and credentials and you will see here a few of the popular and common ways to do that with Python.
| | adamj.eu
19.5 parsecs away

Travel
| | Code coverage is a simple tool for checking which lines of your application code are run by your test suite. 100% coverage is a laudable goal, as it means every line is run at least once.
| | golb.hplar.ch
15.7 parsecs away

Travel
| | [AI summary] A tutorial explaining how to use the go-git library in Go for common Git operations like cloning, committing, and creating a GitHub backup application.
| | bruceeckel.com
18.8 parsecs away

Travel
| [AI summary] Bruce Eckel demonstrates six Python tricks for writing cleaner, more efficient code, including converting scripts to Windows executables, context managers, argument parsing, and configuration handling.