Explore >> Select a destination


You are here

dusty.phillips.codes
| | blog.teamleadnet.com
4.3 parsecs away

Travel
| | When you change your launcher icon in Android, you have to create four different sizes (96x96, 72x72, 48x48, and 36x36) for different s...
| | florimond.dev
2.9 parsecs away

Travel
| | ChainMap in a nutshell: treat multiple dictionaries as one, unlock Python superpowers.
| | www.paepper.com
1.7 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.
| | initialcommit.com
18.1 parsecs away

Travel
| In this article, we explain how Pip and PyPI work, how to structure a Python package, and how to deploy a Python package to PyPI.