cclauss
2d1b231c4d
Changes in how homebrew installs Python on Mac OSX
...
Homebrew no longer sets pip.
See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html
python points to the macOS system Python (with no manual PATH modification)
python2 points to Homebrew’s Python 2.7.x (if installed)
python3 points to Homebrew’s Python 3.x (if installed)
pip2 points to Homebrew’s Python 2.7.x’s pip (if installed)
pip3 points to Homebrew’s Python 3.x’s pip (if installed)
2017-08-17 13:44:46 +02:00
Vivek Joshy
ec5f791c69
Correct typo
...
Change looks to look
2017-08-11 06:01:03 -04:00
daegontaven
7be51790e4
Add version control ignores to gotchas
2017-08-11 01:46:24 -04:00
kennethreitz
9d9523603a
Merge pull request #831 from Prodesire/master
...
correct wrong Mac OS X app bundles link
2017-08-01 02:23:50 -04:00
Harry Moreno
6776b2ff22
Fix grammar
2017-07-31 17:01:06 -04:00
wangbx
e0f8d9166c
correct wrong Mac OS X app bundles link
2017-07-31 23:31:26 +08:00
Sharlak
d39c485d16
clarified module naming re: underscores
2017-07-30 21:57:19 +01:00
Sharlak
4432d82020
lengthened title underline appropriately
2017-07-30 21:23:32 +01:00
Marco Bakera
79caf4f9c3
fixing link to manual of PyInstaller.
2017-07-12 08:35:32 +02:00
kennethreitz
6b36563ca3
no ad
2017-07-07 15:36:52 -04:00
kennethreitz
39996e866c
Merge branch 'master' of github.com:kennethreitz/python-guide
2017-07-07 15:28:16 -04:00
kennethreitz
2b9d4696d0
ad
2017-07-07 15:28:09 -04:00
Miro Hrončok
38ce99c783
Remove "Ubuntu" from a link to page about general Linux
...
The page speaks about several Linux distros and it's not just
about Ubuntu
2017-06-22 18:21:39 +02:00
Miro Hrončok
1446c90087
Update the Linux installation instructions to reflect Fedora
...
* Fedora does not come with Python 2 pre-installed since Fedora 23
* RHEL with Python 2.4 is no longer supported (section removed)
* Added Fedora installation instructions for Python 3.6 as well
* Be carefull about /usr/bin/pip
2017-06-21 15:38:22 +02:00
Carl Karsten
31f3cf52dc
update py27 to 36
2017-06-16 17:15:26 -05:00
kennethreitz
8f7a436ec5
Revert "no ad, for now"
...
This reverts commit ceffbd832b .
2017-06-09 14:57:14 -04:00
kennethreitz
ceffbd832b
no ad, for now
2017-06-09 11:14:38 -04:00
kennethreitz
76a7e7c0eb
Merge pull request #819 from Barmaley13/master
...
Adding most basic bbfreeze example
2017-05-26 14:57:35 -07:00
Daniel Andersson
3f8f2fd739
pep8 is nowadays called pycodestyle
...
See <https://github.com/PyCQA/pycodestyle/issues/466 >. Pointing towards
the `pep8` tool risks leading users to outdated versions of the tool
(the last `pep8` version is 1.7.0 from January 2016; the currently
latest `pycodestyle` version is 2.3.0).
2017-05-25 19:40:08 +02:00
Barmaley13
fcd3b1324d
Adding some documentation
2017-05-15 17:19:03 -06:00
Barmaley13
d2708a6b3d
Adding most basic bbfreeze code
2017-05-15 16:23:15 -06:00
kennethreitz
88b5223ecd
Merge pull request #817 from r3ticuli/patch-1
...
pytest url fix
2017-05-12 18:02:36 -04:00
Gabriel
6776bc7499
Update scrape.rst
...
Second link
2017-05-12 16:07:12 -04:00
Gabriel
f412d3a283
Update learning.rst
2017-05-12 15:58:19 -04:00
Gabriel
18d34438af
Update learning.rst
...
added datacamp link
2017-05-12 15:55:41 -04:00
sbstn mssr
62956e9c8b
pytest url fix
...
pytest site url was brokenly pointing to https://docs.pytest.org/latest/ .
2017-05-08 16:36:27 -04:00
Gabriel
d88edd0e78
test adding link
2017-05-08 15:20:09 -04:00
kennethreitz
40ac0adc14
wsl-guide
2017-05-01 10:30:55 -04:00
kennethreitz
39d7cbfebb
ad placement
2017-04-27 17:53:14 -04:00
kennethreitz
7f118fc3d0
changes
2017-04-27 17:51:06 -04:00
kennethreitz
a094400701
tweaks
2017-04-27 17:46:12 -04:00
kennethreitz
beef67fc89
Merge branch 'master' of github.com:kennethreitz/python-guide
2017-04-27 17:43:35 -04:00
kennethreitz
a3055ae6b6
sponsor
2017-04-27 17:42:17 -04:00
kennethreitz
8fc52daabc
Merge pull request #812 from ortymid/patch-1
...
Remove junk in Jinja code block
2017-04-25 11:55:18 -04:00
monchitos
6e0c78df7b
Adding a reminder for preventing a misuse of the example in "common gotchas/mutable default arguments"
2017-04-18 10:02:15 -05:00
Dmytro Brykovets
d3e97f2ec1
Remove junk in Jinja code block
...
The "<!" before template extension statement is unnecessary and also breaks code highlighting.
2017-04-15 12:34:19 +03:00
kennethreitz
83d1fd49d5
fixes
2017-04-13 11:00:51 -04:00
kennethreitz
a8ed45d5c4
fixes
2017-04-13 10:58:14 -04:00
kennethreitz
9164a1b1e9
working with python 3
2017-04-13 10:53:18 -04:00
kennethreitz
7096c95132
syntax
2017-04-13 10:51:59 -04:00
kennethreitz
fd8cce0708
fix contents
2017-04-13 10:49:47 -04:00
kennethreitz
ef35770716
update installation
2017-04-13 10:46:45 -04:00
kennethreitz
0c97ce5a31
update python 2 guides
2017-04-13 10:43:58 -04:00
kennethreitz
d3d2fcc496
python 3 guides
2017-04-13 10:43:52 -04:00
Abhishek Kumar Singh
d6789d22f1
Check virtualenv installation, close #657
2017-04-10 21:03:09 +05:30
kennethreitz
9de13b1cd5
Merge pull request #808 from vcaldas/language
...
Language pt_BR - Fixes #788
2017-04-04 09:42:46 -04:00
Victor Caldas
8376cfaa18
Update sidebarintro.html
2017-03-19 12:47:28 +01:00
Victor Caldas
1fd684ad51
Add Pt_BR - Fixes #788
...
pt_BR translation ongoing,
2017-03-19 12:47:03 +01:00
Thomas Güttler
aa152492e2
Link to **Python** docs of travis.
...
I think this make more sense, since all of these options are explained there.
2017-03-14 14:44:21 +01:00
Marijn van der Zee
2f9028969c
Remove wrong usage of :option:
...
From http://www.sphinx-doc.org/en/stable/domains.html#directive-option :
> The directive will create cross-reference targets for the given options,
> referencable by option (in the example case, you’d use something like
> :option:`dest_dir`, :option:`-m`, or :option:`--module`).
I don't think we're intending here to create cross references,
we simply want to render it nicely.
So just use code formatting instead.
This gets rid of the last build warnings.
2017-03-11 15:18:48 +01:00