Commit Graph

1459 Commits

Author SHA1 Message Date
kennethreitz fbf0d8b999 Update which-python.rst 2017-08-30 18:56:16 -04:00
kennethreitz 97ebece5f1 Update installation.rst 2017-08-30 18:55:26 -04:00
kennethreitz 53c1c7db1e Update virtualenvs.rst 2017-08-30 18:53:00 -04:00
kennethreitz 2ca6cdb5f1 Update virtualenvs.rst 2017-08-30 18:48:18 -04:00
kennethreitz aee8a9f9cb Update virtualenvs.rst 2017-08-30 18:35:01 -04:00
kennethreitz a554f0f645 Update virtualenvs.rst 2017-08-30 18:32:20 -04:00
kennethreitz 6a8feb001c Update virtualenvs.rst 2017-08-30 18:25:47 -04:00
kennethreitz 0c7fed1f34 Update sidebarlogo.html 2017-08-29 20:49:05 -04:00
kennethreitz 325482560f Update sidebarintro.html 2017-08-29 20:48:53 -04:00
kennethreitz 7a58e5c03a python 3 propganda™
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-28 02:10:33 -04:00
kennethreitz 9a12bb7a90 Merge branch 'master' of github.com:kennethreitz/python-guide 2017-08-20 20:41:33 -04:00
kennethreitz 6656c15227 BTC
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-20 20:41:26 -04:00
kennethreitz eb1170d665 Merge pull request #834 from cclauss/patch-2
Changes in how homebrew installs Python on Mac OSX
2017-08-17 07:34:01 -07:00
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
cclauss af75a6aad6 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:33:16 +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