python
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| python [2019/12/11 21:35] – created jrseti | python [2020/07/16 16:22] (current) – jrseti | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Python Help and Hints====== | ======Python Help and Hints====== | ||
| - | | + | |
| + | * [[python_setup|Python Project Setup]] | ||
| + | * [[python_testing|Python Testing]] | ||
| + | * [[python_formatting|Python Formatting, checking code syntax]] | ||
| + | * [[python_tricks|Python TRICKS!]] | ||
| + | |||
| + | * [[python_tips|Python tips]] | ||
| + | |||
| + | |||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | What to put at the top (I always forget!) | ||
| + | |||
| + | < | ||
| + | # | ||
| + | # -*- coding: utf-8 -*- | ||
| + | |||
| + | import sys | ||
| + | import os | ||
| + | |||
| + | print(" | ||
| + | |||
| + | </ | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||
python.1576100136.txt.gz · Last modified: 2019/12/11 21:35 by jrseti