Explore >> Select a destination


You are here

www.alexstrick.com
| | 3.70.187.24
6.0 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.
| | snarky.ca
4.2 parsecs away

Travel
| | There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version
| | nagekar.com
4.0 parsecs away

Travel
| |
| | maryrosecook.com
24.0 parsecs away

Travel
| Little Lisp is an interpreter that supports function invocation, lambdas, lets, ifs, numbers, strings, a few library functions, and lists. I wrote it for a l...