Skip to content

Instantly share code, notes, and snippets.

View arrietafernando's full-sized avatar
🏠
Working from home

Fernando Arrieta arrietafernando

🏠
Working from home
View GitHub Profile
@arrietafernando
arrietafernando / example_dotenv.md
Last active December 22, 2023 16:49
Reading a .env file in Python

Reading a .env file in Python

.env files allow you to put your environment variables inside a file. It is a simple text file with each environment variable listed one per line, in the format of KEY=VALUE. Lines starting with # are ignored. For example:

# settings and private keys
DATABASE_PASSWORD=someval
REDIS_ADDRESS=localhost:6379
API_KEY=fb6b05d6e75a93e30e22334443379292ccd29f5d815ad93a86ee23e749227
SECRET_KEY='helloworld'
@arrietafernando
arrietafernando / README.md
Created February 25, 2023 02:26 — forked from abelcallejo/README.md
NASA POWER Cheatsheet

NASA POWER Cheatsheet

Table of contents

Meteorology

Spatial resolution of 0.5 x 0.625 degrees of latitude and longitude respectively