kennethreitz
f31ca0a5fb
french!
2016-07-18 14:07:09 -04:00
Thomas Gratier
ecb39fcf6a
Indent unindented content in numbered list
2016-07-16 21:48:36 +02:00
kennethreitz
cfc84ebb70
Merge pull request #720 from apeschel/master
...
Don't treat targets as files
2016-07-14 20:25:42 -04:00
Thomas Gratier
730c97f4af
Fix typo: infrustructure to infrastructure
2016-07-10 00:12:12 +02:00
kennethreitz
da1f2a637e
Merge pull request #722 from DonJayamanne/master
...
updated to include a reference to VS Code
2016-07-09 16:48:54 -04:00
kennethreitz
7f5dbf71b6
Merge pull request #724 from ThomasG77/patch-1
...
Duplicated word
2016-07-09 16:47:15 -04:00
Thomas Gratier
82ef7f39ba
Remove duplicated "in" word
2016-07-09 22:46:17 +02:00
Thomas Gratier
d0d6f664ed
Duplicated word
2016-07-09 10:33:07 +02:00
Don Jayamanne
46ca5e9323
fixed review issues
2016-07-07 00:23:31 +10:00
Don Jayamanne
a603b95c87
updated to include a reference to VS Code
2016-07-06 17:17:28 +10:00
Aaron Peschel
82a89026b9
Don't treat targets as files
...
Currently, this sample Makefile has problems if there are any
files/directories named init or test in the same directory as the
makefile. This commit adds a phony to the sample Makefile so that these
targets are not treated as files.
2016-06-28 15:53:53 -07:00
kennethreitz
0760825429
Merge pull request #715 from toanant/patch-1
...
Added section on Shinken #238
2016-06-22 17:53:34 -04:00
Abhishek Kumar Singh
a64d47166c
Added Oxford Comma!
...
Signed-off-by: Abhishek Kumar Singh <abhishek4bhopati@gmail.com >
2016-06-21 13:00:42 +05:30
Abhishek Kumar Singh
30f19999fd
Corrected Oxford comma. Close #238
...
Signed-off-by: Abhishek Kumar Singh <abhishek4bhopati@gmail.com >
2016-06-21 12:54:55 +05:30
kennethreitz
673ed9a742
oreilly book
2016-06-20 23:16:50 -04:00
kikisdeliveryservice
2ed32ebe0d
Clean up of intro paragraphs for clarity.
2016-06-20 13:38:23 -07:00
Abhishek Kumar Singh
7c7fe74dab
Update admin.rst with monitoring tool shinken.
2016-06-20 18:06:58 +05:30
Rahiel Kasim
fc8788b230
speed.rst: PEP8 in examples
...
PEP8
2016-06-14 14:04:43 +02:00
kennethreitz
91e208505f
Merge pull request #707 from LibHunt/awesome-python-newsletter
...
Add 'Awesome Python Newsletter' from LibHunt
2016-06-04 11:33:26 -07:00
kennethreitz
3ec10e2c83
Merge pull request #709 from Michael-F-Bryan/speed
...
Speed
2016-06-04 11:33:05 -07:00
Zev Averbach
8b674a5b30
changed "tenants" to "tenets"
...
Tenants are people who pay rent; tenets are principles or beliefs.
2016-06-03 16:06:45 -07:00
dfowler
5888db734d
Fix a few typos
2016-06-03 17:58:02 -04:00
Michael Bryan
dde23c230e
Converted "::" to proper python code-block directives
2016-06-03 16:15:00 +08:00
Michael Bryan
75e957e89e
Wrote a bit about threading
2016-06-03 16:06:11 +08:00
Michael Bryan
1d25e8bffe
Added a bit about concurrent.futures
2016-06-03 15:24:21 +08:00
Stan Bright
6eee93bb68
Add 'Awesome Python Newsletter' from LibHunt
2016-05-27 12:50:42 +03:00
Tom
bdf3e1ea92
Fix incorrect dictConfig example
...
dictConfig expects a special `root` key outside of the `loggers` subdictionary in order to configure the root logger. I've tried the existing example code on python 2.7.5 and 3.5.1, and in neither case does the final log line produce any output (because the root logger remains set to `looging.WARN` by default).
Changing the example to use the `root` key causes the log message to appear properly.
The `root` key is explained in PEP391: https://www.python.org/dev/peps/pep-0391/#dictionary-schema-detail
2016-05-10 17:05:23 -06:00
Grant Regimbal
44e72cd2e3
link to pep 257
2016-04-21 19:44:26 -05:00
gruzovator
f7f4728833
more simple rm pyc files command
2016-04-19 11:55:48 +03:00
Nathaniel Irons
1a5d942353
Fix Xcode typo
2016-04-03 11:53:21 -07:00
Terry Chia
9c703e6c70
Update crypto.rst
...
Python 3.2 support has been dropped from pyca/cryptography as of April 2015. https://github.com/pyca/cryptography/pull/1846
2016-04-01 16:56:21 +08:00
Steve Piercy
205ffc7dd6
use correct URL for Pyramid
...
wrap to 79 columns
2016-03-31 05:31:40 -07:00
Carlos de la Guardia
cc6a4c03a8
Remove inaccurate comparison of Pyramid to Django.
...
Ass proposed in #693 .
2016-03-30 23:53:51 -06:00
remcodraijer
02d68a86ed
Changed summary line of docstring to follow PEP 0257 - update
...
Quoting https://www.python.org/dev/peps/pep-0257/#one-line-docstrings
"The docstring is a phrase ending in a period. It prescribes the function or method's effect as a command ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
2016-03-24 12:33:39 +01:00
remcodraijer
6b4d013f52
Changed summary line of docstring to follow PEP 0257
...
Quoting https://www.python.org/dev/peps/pep-0257/#one-line-docstrings
The docstring is a phrase ending in a period. It prescribes the function or method's effect as a command ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
2016-03-24 12:27:57 +01:00
Adam Liter
49192a4317
Updates command for installing Homebrew
...
As can be seen on the Homebrew website (http://brew.sh/ ), it seems that
Homebrew is now recommending that you install Homebrew by calling
`/usr/bin/ruby` instead of just `ruby`.
2016-03-19 22:44:22 -04:00
Joachim Jablon
a37543f242
Fixes #686
2016-03-17 00:25:34 +01:00
kennethreitz
2839c219fe
Merge pull request #685 from serra/what-has-mule-got-to-do-with-ci
...
I fail to see how Mule would help in Continuous Integration scenarios
2016-03-16 15:22:19 -04:00
Marijn van der Zee
4d8ae2a694
I fail to see how Mule would help in Continuous Integration scenarios
...
afaik Mule is an Enterprise Service Bus, which can be useful in enterprise application integration scenarios,
but imo it is really is not useful in the context of continuous integration of Python programs.
2016-03-13 17:30:57 +01:00
Marijn van der Zee
5e5d548a6c
Include Youtube video using raw:: html directive
2016-03-12 14:19:09 +01:00
F. Gabriel Gosselin
fada1cedd8
Fix pip requirements link
...
Missing < broke the link
2016-03-09 13:59:58 -08:00
Jacob Bryan
4e3b235a1c
Update structure.rst
...
Updated a broken link to the pip website which explains a pip requirements file
2016-03-08 16:31:44 -06:00
kennethreitz
25c3d1543d
Merge pull request #680 from n1trux/patch-1
...
change W3C link to the XPath Tutorial
2016-03-05 14:55:24 -05:00
Crack Duck
31452655eb
change W3C link to the XPath Tutorial
...
the old link 404's, so I did a quick search and found the W3C XPath tutorial and replaced the link.
2016-03-05 13:22:56 +01:00
prateekrc3
6f370e16dc
Update learning.rst
...
Added a tutorial http://thepythonguru.com/ .
2016-03-05 11:28:30 +05:30
Scott Burns
4a83c7a88b
Clarify gondor
2016-02-22 15:22:32 -06:00
kennethreitz
e39e69d7a4
thats better
2016-02-22 00:58:21 -05:00
kennethreitz
5c1329ed9b
sp
2016-02-22 00:55:59 -05:00
kennethreitz
819255fd01
waitress
2016-02-22 00:54:32 -05:00
kennethreitz
b1032554dd
tornado opinion
2016-02-22 00:49:34 -05:00