This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
python:python [2014/11/06 07:37] dblume [Python] |
python:python [2022/06/15 07:49] (current) dblume Mention flask gunicorn nginx |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Python ====== | + | ====== |
Man, there' | Man, there' | ||
Line 9: | Line 9: | ||
* Of course, there' | * Of course, there' | ||
* There' | * There' | ||
- | * Look into the microframework [[http:// | + | * Look into the microframework [[http:// |
* [[https:// | * [[https:// | ||
* [[http:// | * [[http:// | ||
Line 16: | Line 16: | ||
* A Power Point deck by Alex Martelli describing [[http:// | * A Power Point deck by Alex Martelli describing [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * [[http:// | ||
Would be nice to create a binary search in text files in Python. | Would be nice to create a binary search in text files in Python. | ||
Line 249: | Line 250: | ||
fcntl.flock(f, | fcntl.flock(f, | ||
</ | </ | ||
+ | |||
+ | ====== Various Approaches to threaded URL Requests ====== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * Or, use the doc's [[https:// | ||
+ | * And, as mentioned in Parallelism in One Line, [[https:// | ||
====== Fibonacci Generator with Itertools ====== | ====== Fibonacci Generator with Itertools ====== |