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
Last revision Both sides next revision
python_wiki:main [2018/07/03 00:01]
billdozor
python_wiki:main [2019/11/04 22:36]
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 ]]
   * [[ 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 26: Line 41:
 ===== Frameworks ===== ===== Frameworks =====
  
-Django +<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 46: Line 70:
   * [[ 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.txt
  • Last modified: 2020/01/03 23:01
  • by billdozor