Skip to content

Instantly share code, notes, and snippets.

View frezaeix's full-sized avatar
:octocat:

Farzaneh Rezaei frezaeix

:octocat:
View GitHub Profile
@frezaeix
frezaeix / common-sci-symbols.md
Last active October 13, 2021 09:14 — forked from webbedfeet/common-sci-symbols.md
Commonly used scientific symbols in pandoc markdown

Commonly used scientific symbols in pandoc markdown

encoding is UTF-8, needs pdflatex

per mille sign

  • plain text: ‰ (doesn't render properly in PDF)
  • HTML: ‰ (renders properly in PDF)
  • LaTeX: $\text{\textperthousand}$ (renders properly in PDF)

delta sign

@frezaeix
frezaeix / bobp-python.md
Created March 11, 2020 13:28 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens