/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

hamatti.org
| | yasoob.me
3.9 parsecs away

Travel
| | Oh hi there! Welcome to another useful post. This post is going to be about how to package your python scripts and packages for distribution on PyPI or some other place. Here I wont go too deep into explaining everything as most of us just need to know the basics of packaging. However i will provide you with different links for further study. Okay lets talk about setuptools first. What is it?
| | micro.webology.dev
3.8 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.
| | quanttype.net
3.7 parsecs away

Travel
| | [AI summary] A developer shares their frustrations with Python's limitations in debugging, deployment, concurrency, and language features compared to alternatives like Clojure and Go.
| | www.integralist.co.uk
17.3 parsecs away

Travel
| Introduction Virtual Environments Creating Virtual Environments Installing Python Versions Virtual Environments for multiple Pythons Shell Configuration Managing Dependencies Caching Dependencies Command Line Packages Introduction This blog post aims to demonstrate the most practical way to install multiple versions of Python, and of setting up 'virtual environments' for macOS userso We'll also dig into how to manage our project dependencies (e.g. we'll be discussing the classic Pip and requirements.txt ...