Commit Graph

1987 Commits

Author SHA1 Message Date
cclauss aef9ad5c0d Homebrew has changed how Python is installed
https://docs.brew.sh/Homebrew-and-Python

The default __python__ is now Python 3.
2018-03-04 03:03:28 +01:00
kennethreitz c88ed62cf8 Merge pull request #886 from Hasimir/crypto-updates
GPGME Python bindings
2018-02-28 10:47:52 -05:00
Ben McGinnes 35450c3efa GPGME Python bindings
* Added GPGME bindings description and the standard encryption and
  decryption example.
2018-02-28 12:57:48 +11:00
kennethreitz f7bbb1afe4 Merge pull request #880 from anothernode/master
Fix link to the tests section
2018-02-19 08:31:55 -06:00
Moritz Reiter c78a2e4f7f Fix link to the tests section 2018-02-19 09:36:32 +01:00
kennethreitz 1b9df186dd Merge pull request #878 from anothernode/update-pip-caching-info
Update information about pip caching
2018-02-17 10:35:51 -06:00
Moritz Reiter be727dbcf4 Update information about pip caching 2018-02-17 16:34:48 +01:00
kennethreitz fc40b57573 Merge pull request #874 from raiderrobert/master
Updating to use chocolatey
2018-02-11 11:22:58 -06:00
rroskam 5f348c9be2 Updating to use chocolatey 2018-02-11 10:49:26 -06:00
kennethreitz a904091908 Merge pull request #872 from kcolton/patch-1
(osx) how to make `python` reference `python3`
2018-02-10 06:35:00 -06:00
Ken Colton a0e33fd384 (osx) how to make python reference python3
I noticed that the very next page (which is no longer OSX specific) makes the assumption that `python` will invoke the Python 3 interpreter, while the last mention of versions on this page leaves `python` referencing the OSX System Python interpreter.

I honestly do not know if this is the "correct" way to configure this default. It looks like brew is cautious about symlinking over the native Python 2.7.10 (High Sierra) and they might have good reason. All of my projects are Python 3 now, so i'm ready to "make it ~facebook~ PATH official with Python 3"

Regardless of how it's done - or if it's a bad idea - it's worth mentioning IMO because there is a discontinuity of where this page leaves `python` and where the next page assumes `python` to be.
2018-01-31 22:22:28 -05:00
kennethreitz a679d6f228 merge 2018-01-20 09:00:25 -05:00
kennethreitz 7fed100da5 sidebar 2018-01-20 08:59:52 -05:00
kennethreitz 8f8278d8a5 Merge pull request #871 from orn688/fix-vscode-link
Fix VS Code extension link
2018-01-11 14:57:04 -05:00
Oliver Newman 63cbbefdf0 Fix VS Code extension link 2018-01-10 09:14:53 -08:00
kennethreitz 683f821bd9 Merge pull request #868 from DavidLutton/master
Windows install link to current release
2018-01-08 19:42:44 -05:00
David Lutton 208447c945 Windows install link to current release
Updates the Windows install guide to link to the current release of the installer
2018-01-08 20:05:14 +00:00
kennethreitz d626196d63 Merge pull request #866 from techbeamers/update-python-guide
Update learning.rst
2018-01-06 17:48:27 -05:00
Meenakshi Agarwal ccf2a19c37 Update learning.rst
Added a Python resource for step by step tutorial, quizzes, coding tips, best practices and interview questions.
2018-01-07 02:19:06 +05:30
kennethreitz 835e4d1fb3 Merge pull request #864 from glasnt/topic/django
Add DjangoCon AU
2018-01-05 14:56:05 -05:00
Katie McLaughlin b6307553f4 Add DjangoCon AU 2018-01-05 17:53:30 +11:00
kennethreitz 9f1f96fbcf new urls for ads 2017-12-31 18:00:24 -05:00
kennethreitz 3351291578 new ad
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-12-21 13:12:17 -05:00
kennethreitz 94f009ffa3 Merge pull request #863 from Prodesire/master
fix make error on ci.rst and tests.rst
2017-12-05 09:08:30 -06:00
Prodesire 59757273d0 fix make error on ci.rst and tests.rst 2017-12-04 22:17:08 +08:00
kennethreitz 411599c5ad Merge pull request #860 from bakotaco/master
update latest MacOS version name (High Sierra)
2017-12-03 06:41:51 -06:00
kennethreitz 44111eda09 Merge pull request #862 from Zac-HD/various
Various cross-references in tests and installation advice
2017-12-03 06:41:08 -06:00
Zac-HD cb3f026a3e Update install instructions
Link py2 docs to py3 docs.
Fix invisible subheading.
Note that pip is part of the Python install now; closes #347.
Suggest avoiding eol 2.6 unless paid specifically.
2017-11-27 14:35:28 +11:00
Zac-HD ce7530bc70 New testing tool: Hypothesis
Based on README at https://github.com/HypothesisWorks/hypothesis-python
2017-11-27 13:58:59 +11:00
Zac-HD 39b0911c14 Link scenarios/ci to writing/tests
Closes #451
2017-11-27 13:28:19 +11:00
Zac-HD 9c6f2b79ad Cross-reference structure tests to writing tests
Closes #806
2017-11-27 13:25:47 +11:00
Zac-HD eaaddf5931 Nose is deprecated, remove suggestion
https://nose.readthedocs.io now suggests using nose2, which
https://github.com/nose-devs/nose2 in turn has ceased feature
development due to the popularity of py.test.

Closes #683
2017-11-27 13:25:30 +11:00
kennethreitz 516f9ad5e7 Merge pull request #861 from siddhantgoel/master
Add toga to GUI resources
2017-11-24 23:01:12 -05:00
Siddhant Goel b0c5b4f185 add toga to GUI resources 2017-11-23 17:12:39 +01:00
Bas Kok 40b16591ae update latest MacOS version name (High Sierra) 2017-11-20 10:27:31 +01:00
kennethreitz 8603dfe3cf Merge pull request #858 from j127/patch-1
Update structure.rst - fix indentation bug
2017-11-13 22:01:14 -05:00
Josh 65c8a8ccd7 Update structure.rst - fix indentation bug 2017-11-13 16:18:22 -08:00
kennethreitz 0502ad112c Merge pull request #857 from svandragt/patch-1
deadsnakes repository change
2017-11-13 01:46:25 -05:00
Sander van Dragt 91d788c201 deadsnakes repository change 2017-11-09 15:00:54 +00:00
kennethreitz 28e5118fdc Merge pull request #850 from Armour/master
fixed typo
2017-11-02 15:41:20 -04:00
kennethreitz 65cf3b1c49 Merge pull request #855 from BlueStarCoder/patch-1
correct typo in virtualenvs.rst
2017-11-02 15:41:07 -04:00
kennethreitz 7402c26006 Merge pull request #856 from kikisdeliveryservice/venv-add-link
add internal link to version control ignores
2017-11-02 15:40:52 -04:00
kennethreitz 44ee96766f Merge pull request #851 from Nefari0uss/master
quick typo fix in readme
2017-11-02 15:40:39 -04:00
kennethreitz 0e707752ca Merge pull request #852 from nlsdfnbch/master
Fixing typos in installation guide for Linux
2017-11-02 15:40:22 -04:00
kennethreitz 32d25ad890 Merge pull request #853 from KatherineMichel/fixing-broken-link
Fixing broken link
2017-11-02 15:40:11 -04:00
kennethreitz 3532755c9d Merge pull request #854 from yoichi/contents-fix-indent
fix indent
2017-11-02 15:39:57 -04:00
kikisdeliveryservice d6982f162f add internal link to version control ignores 2017-10-31 09:22:02 -07:00
BlueStarCoder 11b1297f99 correct typo in virtualenvs.rst
change $PROJECT_HOME to $WORKON_HOME on line 362
2017-10-26 10:24:08 +05:30
Yoichi Nakayama e0e59c88a5 fix indent 2017-10-19 01:03:51 +09:00
KatherineMichel a4a324447a Fixing another broken link 2017-10-17 23:45:25 -05:00