Skip to content

Instantly share code, notes, and snippets.

@giljunqueira
giljunqueira / AGA3.py
Created July 5, 2013 17:13
python: AGA3 GAS FLOW CALCULATION
# -*- coding: utf-8 -*-
"""
Created on Fri Aug 27 09:16:20 2010
@author: g.junqueira
AGA3 METER GAS CALCULATION IMPLEMENTATION as a callable Python function
"""
import math

Sublime Text 2 – Useful Shortcuts (Windows)

General

Ctrl+KB toggle side bar
Ctrl+Shift+P command prompt
Ctrl+` python console
Ctrl+N new file

Editing