Explore >> Select a destination


You are here

www.kencochrane.com
| | janakiev.com
12.8 parsecs away

Travel
| | Python is a great language for automating tasks, and downloading images is one of those tasks that can be easily automated. In this article, you'll see how to use the Python Imaging Library (PIL) or rather Pillow, Requests, and Urllib to download images from the web.
| | micro.webology.dev
20.2 parsecs away

Travel
| | One of the most significant Python innovations in my development toolchain was the Click utility, which simplified the creation of Python scripts. Click changed how I approach writing one-off Python scripts and made it easier for me to write better developer experiences around those scripts. Once I found django-click, writing Django management commands was a breeze, using the same Click API that I was already familiar with. Arguably, the second most significant innovation was the Typer library, built on Click, making writing Python scripts even easier.
| | dougseven.com
14.5 parsecs away

Travel
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...
| | luten.dev
60.5 parsecs away

Travel
| Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK.