python
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python [2019/12/11 22:35] – jrseti | python [2020/07/16 16:22] (current) – jrseti | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * [[python_setup|Python Project Setup]] | * [[python_setup|Python Project Setup]] | ||
| * [[python_testing|Python Testing]] | * [[python_testing|Python Testing]] | ||
| - | * [[python_formatting|Python Formatting]] | + | * [[python_formatting|Python Formatting, checking code syntax]] |
| - | * [[python_commenting|Python Commenting]] | + | * [[python_tricks|Python |
| + | |||
| + | * [[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:// | ||
| + | |||
| - | [[http:// | ||
python.1576103727.txt.gz · Last modified: 2019/12/11 22:35 by jrseti