Daily Python Tip ๐Ÿ๐Ÿง (@python_tip) 's Twitter Profile
Daily Python Tip ๐Ÿ๐Ÿง

@python_tip

One #python tip per day. Do you have any? Send it to bit.ly/pythontip. Edited by @simecek, @karlafej, and... you?

ID: 827002120373207040

linkhttp://bit.ly/pythontip calendar_today02-02-2017 03:54:05

1,1K Tweet

40,40K Takipรงi

145 Takip Edilen

Daily Python Tip ๐Ÿ๐Ÿง (@python_tip) 's Twitter Profile Photo

๐Ÿ Python environments got easier! uv is the new rust-powered packaging tool that might finally solve the XKCD-famous dependency puzzle m.xkcd.com/1987/ Quick start: * `uv run` for most cases * `uv venv` for virtual envs * `uv pip` for packages (don't mix with regular