Commit Graph

1191 Commits

Author SHA1 Message Date
Ian Cordasco 126d874a26 Merge pull request #500 from wonderb0lt/more-orms-in-database-section
Added peewee, PonyORM and SQLObject to the databases section
2014-12-07 07:48:02 -06:00
Ian Cordasco 3c56e57cab Merge pull request #503 from clebio/master
Installation instructions don't explicitly state using Terminal
2014-12-07 07:46:32 -06:00
Mary Brennan db1a94fd43 copy edits 2014-12-06 11:55:30 -08:00
Caleb Hyde dcecd4127e Revert removal of user prompt; Don't prescribe which emulator to use 2014-12-05 11:19:25 -06:00
Caleb Hyde 0f070bf3a7 Restructured Text formatting, not Markdown 2014-12-05 09:55:00 -06:00
Caleb Hyde 0559d84aca Minor formatting fix 2014-12-05 09:50:16 -06:00
Caleb Hyde 6abba86969 Explicitly state Terminal; update link to Homebrew 2014-12-05 09:47:26 -06:00
Helen ST e9eb5da170 Reference virtualenvwrapper from linux install page: Refs #469 2014-12-04 18:51:43 +00:00
Michael R. Bernstein 2aa73607ac Cleanup. 2014-12-02 09:52:55 -06:00
Michael R. Bernstein 93fc32f1ba Typos 2014-12-02 09:51:20 -06:00
Michael R. Bernstein fa446e1f12 Added basic section on Chameleon 2014-12-02 09:50:02 -06:00
Patrick Stegmann 2408d90384 Provided some more information on PonyORM and SQLObjects 2014-12-01 18:29:33 +01:00
Patrick Stegmann ff9daaca48 Added peewee, PonyORM and SQLObject to the databases section 2014-12-01 14:27:17 +01:00
kennethreitz ec1cbf4dad Merge pull request #497 from kaustubhsant/master
updated "latest version" link in win.rst
2014-11-30 14:11:28 -05:00
Kaustubh Sant 5e7eaf1605 Adding link to python 2.7.8 2014-11-29 22:17:54 -05:00
NickButcher1 9c538e54b9 Fix typo. 2014-11-21 20:11:10 +00:00
Ian Cordasco ef6df059c7 Merge pull request #495 from tbarn/master
Combined and centralized virtualenv docs, fixes issue #123
2014-11-20 11:31:58 -06:00
Kaustubh Sant 03f2106b92 updated latest version link 2014-11-20 11:05:40 -05:00
Taylor Barnett 9c7df812c4 Title style fix in win.rst 2014-11-19 18:19:51 -06:00
Taylor Barnett c4947830d6 Title style fix in osx.rst 2014-11-19 18:19:29 -06:00
Taylor Barnett 8f2a936c47 Title style fix in linux.rst 2014-11-19 18:18:54 -06:00
Taylor Barnett 17d0f7f005 Title style fix in env.rst 2014-11-19 18:18:08 -06:00
Johannes Jörg Schmidt c821dd31b2 Fix link to Pillow 2014-11-18 13:53:17 +01:00
Taylor Barnett 34bfcfc587 Removed virtualenv and linked to central location 2014-11-10 20:12:04 -06:00
Taylor Barnett 1123507978 Removed virtualenv and linked to central location 2014-11-10 20:11:24 -06:00
Taylor Barnett 86148b34d1 Removed virtualenv and linked to central location 2014-11-10 20:10:44 -06:00
Taylor Barnett e4025c1f3f Removed virtualenv and linked to central location 2014-11-10 20:02:38 -06:00
Taylor Barnett c5ab9e86be Grammar fix 2014-11-10 20:01:07 -06:00
Amirali Sanatinia 13634ee714 Merge Ununtu and Debian 2014-11-07 00:27:09 -05:00
Taylor Barnett 53865c5ff7 Added example 2014-10-25 17:57:19 -05:00
Taylor Barnett cb984f2b7b Fixed new line so code-block shows 2014-10-25 16:00:36 -05:00
Taylor Barnett 8e6bec7481 Consolidating info from dev/env.rst on virtualenv 2014-10-25 15:35:28 -05:00
Asad Dhamani 5fdd0104d5 Update which-python.rst
Fix typo
2014-10-16 01:08:22 +05:30
Ian Cordasco 34dcb75d3e Closes #489
Thanks to @yarko for pointing out the typo "statbility"
2014-10-12 12:45:06 -05:00
Kenneth Reitz c533eacf7e gratipay 2014-10-12 10:53:49 -04:00
Kenneth Reitz d7578ced8e final update 2014-10-12 10:53:08 -04:00
Kenneth Reitz 74c9aba777 rst syntax typo 2014-10-12 10:50:10 -04:00
Kenneth Reitz 45e106d412 Python 2 vs Python 3 2014-10-12 10:48:40 -04:00
flying-sheep ca36ab27cf typo 2014-10-11 22:12:51 +02:00
flying-sheep 745452bdfc updated python 2 vs 3 (fixes #48) 2014-10-11 17:19:41 +02:00
Kevin Aloysius a829c848a1 Minor Change 2014-10-05 03:45:18 -07:00
Kevin Aloysius 40dc0d40c2 Fixed Typo 2014-10-05 03:41:34 -07:00
Kevin Aloysius 65502530e9 Added Puppet Code and Examples 2014-10-05 03:39:05 -07:00
Kevin Aloysius 5fc3eff097 Facter Example 2014-10-04 21:47:39 -07:00
Kevin Aloysius be32d57f78 Added Puppet Description 2014-10-04 21:06:40 -07:00
Ian Cordasco ad57363ed8 Merge pull request #486 from kevinaloys/master
Updated Homebrew link
2014-10-04 20:55:18 -05:00
Kevin Aloysius 5835105872 Updated Homebrew link 2014-10-02 17:26:37 -07:00
Ben McGinnes ee93ac17ef Added PythonNet as it's the other side of the CLR/IronPython coin. 2014-10-02 10:30:51 +10:00
Mike Driscoll 0bcbf041bb Update freezing.rst 2014-09-23 16:29:58 -05:00
Jian Yu 25fae63aec Modify env $PATH in ~/.profile
Refer to https://github.com/kennethreitz/python-guide/pull/471
2014-09-18 20:28:01 +08:00