python_wiki:main

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
python_wiki:main [2018/07/03 00:05]
billdozor [Code Snippets]
python_wiki:main [2020/01/03 23:01] (current)
billdozor [External Resources]
Line 7: Line 7:
  
 ===== Code Snippets ===== ===== Code Snippets =====
 +
 +Other code snippets can be found here: https://gitlab.com/whowe/python-snippets
 +
 +\\
 +<columns 100% 33% 33%>
   * [[ python template ]]   * [[ python template ]]
   * [[ if __name__ main ]]   * [[ if __name__ main ]]
Line 12: Line 17:
   * [[ clear screen ]]   * [[ clear screen ]]
   * [[ config parser ]]   * [[ config parser ]]
-  * [[ exceptions|exceptions(try,except) ]]+  * [[ exceptions|exceptions (try,except) ]] 
 + 
 +<newcolumn> 
 +  * [[ list comprehensions ]]
   * [[ list of dictionaries with a list inside ]]   * [[ list of dictionaries with a list inside ]]
-  * logging+  * [[ logging ]]
   * [[ main program loop ]]   * [[ main program loop ]]
   * [[ os env variables ]]   * [[ os env variables ]]
   * [[ print status messages ]]   * [[ print status messages ]]
 +
 +<newcolumn>
 +  * [[ requests|requests (http library)]]
   * [[ send email ]]   * [[ send email ]]
 +  * [[ sort list of dictionaries by value ]]
   * [[ string matching ]]   * [[ string matching ]]
   * [[ string normalization ]]   * [[ string normalization ]]
   * [[ test port ]]   * [[ test port ]]
 +
 +</columns>
  
 ---- ----
Line 27: Line 41:
 ===== Frameworks ===== ===== Frameworks =====
  
-**Django** - FIXME (to create/fill out pages) +<columns 100% 50% 50%> 
-  * Installing +**Django** 
-  * Configuring +  * [[ Django Install ]] 
-  * Web Application Examples+  * [[ Django Configuration ]] 
 +  * [[ Django API ]] 
 + 
 +<newcolumn> 
 +**Flask** 
 +  * Flask Install 
 +  * Flask Configuration 
 +  * Flask API 
 + 
 +</columns>
  
 ---- ----
Line 44: Line 67:
 ===== External Resources ===== ===== External Resources =====
  
 +  * [[ https://automatetheboringstuff.com/2e/|Automate the Boring Stuff ]]
   * [[ https://learnpythonthehardway.org/book/ex0.html|Learn Python the Hard Way ]]   * [[ https://learnpythonthehardway.org/book/ex0.html|Learn Python the Hard Way ]]
   * [[ http://www.pyregex.com/|PyRegex (Online Python Regular Expressions Tester) ]]   * [[ http://www.pyregex.com/|PyRegex (Online Python Regular Expressions Tester) ]]
   * [[ http://python-regex.com/|Python Regex (Online Python Regular Expressions Tester) ]]   * [[ http://python-regex.com/|Python Regex (Online Python Regular Expressions Tester) ]]
 +  * [[ https://devguide.python.org/#status-of-python-branches|Python End of Life Dates ]]
 +  * [[ https://python-release-cycle.glitch.me/|Python Release Cycle ]]
  
 ---- ----
  
  • python_wiki/main.1530590718.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)