Tagged python
7 posts tagged with python.
-
Dependency cooldowns considered harmful: a first-principles analysis
Dependency cooldowns promise supply-chain safety by hiding releases for N days, but the math shows they guarantee extended CVE exposure while catching only a narrow band of attacks that lockfiles and staging already...
-
Taming Your Dev Chaos with direnv, .env, and .envrc (Plus a Sneak Peek at mise-en-place)
Stop manually juggling env vars like a clown — learn how direnv auto-magically handles your dev environments with .env and .envrc files. Includes a sick custom layout uv function for Python projects and a teaser on...
-
Access Google Spreadsheets using gspread and OAuth2Client
How to access Google spreadsheets using the Python module gspread and the OAuth2Client authorization system.
-
Install Bokeh from sources
A short guide to install Bokeh from sources in a virtualenv on Ubuntu 14.04
-
Installing common Python data analysis tools in virtualenv
Installing Python data analysis tools
-
Compile Numpy and Scipy against Intel MKL
Numpy and Scipy on Intel MKL
-
How to create virtualenvs with Virtualenvwrapper
Create virtualenvs with virtualenvwrapper