User Tools

Site Tools


python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python [2019/12/12 18:01] jrsetipython [2020/07/16 16:22] (current) jrseti
Line 5: Line 5:
   * [[python_testing|Python Testing]]   * [[python_testing|Python Testing]]
   * [[python_formatting|Python Formatting, checking code syntax]]   * [[python_formatting|Python Formatting, checking code syntax]]
 +  * [[python_tricks|Python TRICKS!]]
 +
 +  * [[python_tips|Python tips]]
 +
 +
 +  * [[http://google.github.io/styleguide/pyguide.html|Google Python Style Guide]]
 +  * [[https://www.programiz.com/python-programming/property|Commenting]]
 +  * [[https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html|Rst and Sphinx formatting]]
  
-[[http://google.github.io/styleguide/pyguide.html|Google Python Style Guide]] 
-[[https://www.programiz.com/python-programming/property|Commenting]] 
  
 What to put at the top (I always forget!) What to put at the top (I always forget!)
Line 14: Line 20:
 #!/usr/bin/env python3 #!/usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
 +
 +import sys
 +import os
 +
 +print("HERE")
 +
 </code> </code>
 +
 +[[https://www.ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt|Code Complexity Cheat-Sheet!]]
 +
 +
 +
python.1576173689.txt.gz · Last modified: 2019/12/12 18:01 by jrseti