/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.fluentcpp.com
| | akrzemi1.wordpress.com
11.2 parsecs away

Travel
| | The language feature in C++17 known as class template argument deduction was intended to supersede factory functions like make_pair, make_tuple, make_optional, as described in p0091r2. This goal has not been fully achieved and we may still need to stick to make_ functions. In this post we will briefly describe what class template argument deduction is,...
| | cukic.co
8.0 parsecs away

Travel
| | Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast.
| | www.paepper.com
13.1 parsecs away

Travel
| | Python is a great language to build command-line tools in as it's very expressive and concise. You want to have the ability to parse arguments in your scripts as you don't want to hard-code the relevant variable values to make the tool useful. So how do we go about this in Python? It's easily done using the argparse module. With argparse, you define the different arguments which you expect, their default values and their shortcuts to call them.
| | 3.70.187.24
32.9 parsecs away

Travel
| [AI summary] The author, a beginner programmer with experience in C, decides to switch to Python for its extensive libraries and resources, particularly for use with Raspberry Pi projects, and is currently learning through a free book.