python-guide.git
12 years agoA bit more precise on web framworks: they are not only libraries and you built your...
guibog [Sat, 21 Apr 2012 11:34:28 +0000 (19:34 +0800)]
A bit more precise on web framworks: they are not only libraries and you built your app inside them

12 years agoMerge pull request #117 from guibog/master
Kenneth Reitz [Sat, 21 Apr 2012 10:58:45 +0000 (03:58 -0700)]
Merge pull request #117 from guibog/master

Adding some explanation to style guide

12 years agoadd some explanations to style guide
guibog [Sat, 21 Apr 2012 10:15:10 +0000 (18:15 +0800)]
add some explanations to style guide

12 years agoMerge pull request #116 from daler/master
Kenneth Reitz [Fri, 20 Apr 2012 15:35:52 +0000 (08:35 -0700)]
Merge pull request #116 from daler/master

Add description of Expert Python Programming

12 years agoadd description of expert python programming
daler [Fri, 20 Apr 2012 15:30:51 +0000 (11:30 -0400)]
add description of expert python programming

12 years agoMerge pull request #115 from daler/master
Kenneth Reitz [Fri, 20 Apr 2012 15:16:38 +0000 (08:16 -0700)]
Merge pull request #115 from daler/master

Add matplotlib description

12 years agoadd description for matplotlib
daler [Fri, 20 Apr 2012 14:59:52 +0000 (10:59 -0400)]
add description for matplotlib

12 years agoMerge pull request #114 from sateeshkumarb/feature/dev-change
Kenneth Reitz [Thu, 19 Apr 2012 18:55:42 +0000 (11:55 -0700)]
Merge pull request #114 from sateeshkumarb/feature/dev-change

Added a paragraph on IDLE (Section Development Environment:Other Tools)

12 years agoAdded a paragraph on IDLE (Section Development Environment:Other Tools)
Sateesh Kumar [Thu, 19 Apr 2012 18:30:36 +0000 (00:00 +0530)]
Added a paragraph on IDLE (Section Development Environment:Other Tools)

12 years agoMerge pull request #108 from mark-up/master
Kenneth Reitz [Tue, 17 Apr 2012 10:08:22 +0000 (03:08 -0700)]
Merge pull request #108 from mark-up/master

Typo in example code block.

12 years agoMerge pull request #112 from wting/fix_list_manip_comment
Kenneth Reitz [Tue, 17 Apr 2012 10:08:06 +0000 (03:08 -0700)]
Merge pull request #112 from wting/fix_list_manip_comment

Fix list manipulation comments and for loop

12 years agoFix list manipulation comments and for loop
William Ting [Tue, 17 Apr 2012 10:06:21 +0000 (00:06 -1000)]
Fix list manipulation comments and for loop

12 years agoMerge pull request #110 from treyhunner/patch-1
Kenneth Reitz [Wed, 4 Apr 2012 05:34:57 +0000 (22:34 -0700)]
Merge pull request #110 from treyhunner/patch-1

pocco was renamed to pycco

12 years agopocco was renamed to pycco
Trey Hunner [Wed, 4 Apr 2012 05:32:30 +0000 (22:32 -0700)]
pocco was renamed to pycco

12 years agoMerge pull request #109 from gregmalcolm/master
Kenneth Reitz [Tue, 3 Apr 2012 03:58:16 +0000 (20:58 -0700)]
Merge pull request #109 from gregmalcolm/master

Correction to Python Koans url

12 years agoCorrected Python Koan's URL. Mike's fork of Python Koan's is no longer being maintain...
gregmalcolm [Tue, 3 Apr 2012 03:53:00 +0000 (23:53 -0400)]
Corrected Python Koan's URL. Mike's fork of Python Koan's is no longer being maintained, my fork is much more up-to-date

12 years agoThe wrong variable is checked and appended in this example code block.
Mark Simpson [Mon, 2 Apr 2012 12:05:24 +0000 (00:05 +1200)]
The wrong variable is checked and appended in this example code block.

12 years agoMerge pull request #107 from mark-up/master
Kenneth Reitz [Mon, 2 Apr 2012 10:49:26 +0000 (03:49 -0700)]
Merge pull request #107 from mark-up/master

The homebrew install script has been moved.

12 years agoUpdated the OSX install guide to fix a broken link to the homebrew install script
Mark Simpson [Mon, 2 Apr 2012 10:40:21 +0000 (22:40 +1200)]
Updated the OSX install guide to fix a broken link to the homebrew install script

12 years agoMerge https://github.com/leetrout/python-guide
Kenneth Reitz [Sun, 25 Mar 2012 19:05:15 +0000 (15:05 -0400)]
Merge https://github.com/leetrout/python-guide

12 years agoMerge pull request #104 from leetrout/b80f05a16e07
Kenneth Reitz [Sun, 25 Mar 2012 19:00:24 +0000 (12:00 -0700)]
Merge pull request #104 from leetrout/b80f05a16e07

Corrected enumerate typo in style

12 years agoCorrected atter typo in style.
Lee Trout [Sun, 25 Mar 2012 16:28:53 +0000 (13:28 -0300)]
Corrected atter typo in style.

12 years agoUpdated value checking in style guide with more explicit example for None.
Lee Trout [Sun, 25 Mar 2012 16:25:00 +0000 (13:25 -0300)]
Updated value checking in style guide with more explicit example for None.

12 years agoAdded missing call to enumerate.
Lee Trout [Sun, 25 Mar 2012 16:07:09 +0000 (13:07 -0300)]
Added missing call to enumerate.

12 years agoMerge pull request #101 from kevinburke/style
Kenneth Reitz [Fri, 16 Mar 2012 08:18:34 +0000 (01:18 -0700)]
Merge pull request #101 from kevinburke/style

Clean up the style page

12 years agoadd examples of python idioms.
Kevin Burke [Fri, 16 Mar 2012 08:11:42 +0000 (01:11 -0700)]
add examples of python idioms.

12 years agoMerge pull request #90 from durden/master
Kenneth Reitz [Wed, 14 Mar 2012 23:12:39 +0000 (16:12 -0700)]
Merge pull request #90 from durden/master

PyQwt

12 years agoMerge pull request #70 from dcrosta/idioms
Kenneth Reitz [Wed, 14 Mar 2012 23:12:21 +0000 (16:12 -0700)]
Merge pull request #70 from dcrosta/idioms

some idioms I used this morning

12 years agoper feedback from @ejucovy, warn about shadowing gettext with "_"
Dan Crosta [Thu, 5 Jan 2012 16:00:50 +0000 (11:00 -0500)]
per feedback from @ejucovy, warn about shadowing gettext with "_"

12 years agosome idioms I used this morning
Dan Crosta [Tue, 3 Jan 2012 15:03:59 +0000 (10:03 -0500)]
some idioms I used this morning

12 years agoMerge pull request #96 from john2x/imaging
Kenneth Reitz [Wed, 14 Mar 2012 23:00:08 +0000 (16:00 -0700)]
Merge pull request #96 from john2x/imaging

Draft for PIL in new imaging section under Scenarios.

12 years agoMerge pull request #98 from mahmoudhossam/master
Kenneth Reitz [Wed, 14 Mar 2012 22:59:28 +0000 (15:59 -0700)]
Merge pull request #98 from mahmoudhossam/master

Django ORM, Linux packaging, and a license chooser.

12 years agoMerge pull request #102 from kevinburke/vim
Kenneth Reitz [Wed, 14 Mar 2012 22:58:07 +0000 (15:58 -0700)]
Merge pull request #102 from kevinburke/vim

sharpen up vim section and spelling fixes

12 years agosharpen up vim section and spelling fixes
Kevin Burke [Tue, 13 Mar 2012 07:31:05 +0000 (00:31 -0700)]
sharpen up vim section and spelling fixes

12 years agolead in to command
Kevin Burke [Tue, 13 Mar 2012 07:10:22 +0000 (00:10 -0700)]
lead in to command

12 years agorefactor the style page.
Kevin Burke [Tue, 13 Mar 2012 07:09:13 +0000 (00:09 -0700)]
refactor the style page.

12 years agoMerge pull request #100 from imbilltucker/master
Kenneth Reitz [Mon, 12 Mar 2012 19:58:13 +0000 (12:58 -0700)]
Merge pull request #100 from imbilltucker/master

fix typo, add Python Koans, WingIDE

12 years agoadd WingIDE to IDE list with comment about X11 on Mac
Bill Tucker [Mon, 12 Mar 2012 19:55:24 +0000 (13:55 -0600)]
add WingIDE to IDE list with comment about X11 on Mac

12 years agoadd reference to Python Koans
Bill Tucker [Mon, 12 Mar 2012 19:28:23 +0000 (13:28 -0600)]
add reference to Python Koans

12 years agofix 2 typos
Bill Tucker [Mon, 12 Mar 2012 18:18:39 +0000 (12:18 -0600)]
fix 2 typos

12 years agoMerge pull request #99 from ghickman/travis-ci
Kenneth Reitz [Mon, 12 Mar 2012 18:00:27 +0000 (11:00 -0700)]
Merge pull request #99 from ghickman/travis-ci

Add travis as a CI option

12 years agoAdd travis as a CI option
George Hickman [Mon, 12 Mar 2012 17:18:34 +0000 (10:18 -0700)]
Add travis as a CI option

12 years agoAdded license chooser
Mahmoud Hossam [Sun, 11 Mar 2012 10:50:07 +0000 (12:50 +0200)]
Added license chooser

12 years agoAdded python packaging information for a number of Linux distributions.
Mahmoud Hossam [Sat, 10 Mar 2012 20:06:52 +0000 (22:06 +0200)]
Added python packaging information for a number of Linux distributions.

12 years agoAdded Django ORM description.
Mahmoud Hossam [Sat, 10 Mar 2012 05:18:56 +0000 (07:18 +0200)]
Added Django ORM description.

12 years agoMerge remote-tracking branch 'origin/master'
Kenneth Reitz [Mon, 20 Feb 2012 22:55:17 +0000 (17:55 -0500)]
Merge remote-tracking branch 'origin/master'

12 years agoSOPA over
Kenneth Reitz [Mon, 20 Feb 2012 22:55:12 +0000 (17:55 -0500)]
SOPA over

12 years agoDraft for PIL in new imaging section under Scenarios.
John Del Rosario [Tue, 14 Feb 2012 08:27:27 +0000 (16:27 +0800)]
Draft for PIL in new imaging section under Scenarios.

12 years agoMerge pull request #95 from guillermooo/add-make-win
Kenneth Reitz [Sun, 12 Feb 2012 22:33:46 +0000 (14:33 -0800)]
Merge pull request #95 from guillermooo/add-make-win

Add make.bat for contributors on Windows

12 years agoadd make.bat
guillermooo [Sun, 12 Feb 2012 21:54:18 +0000 (22:54 +0100)]
add make.bat

12 years agonew branch
guillermooo [Sun, 12 Feb 2012 21:48:58 +0000 (22:48 +0100)]
new branch

12 years agoadd Windows-specific info about virtualenvwrapper; ignore more files
guillermooo [Mon, 6 Feb 2012 22:27:22 +0000 (23:27 +0100)]
add Windows-specific info about virtualenvwrapper; ignore more files

12 years agoAdd snippet about PyQwt and how it compares to matplotlib
Luke Lee [Thu, 2 Feb 2012 16:31:19 +0000 (10:31 -0600)]
Add snippet about PyQwt and how it compares to matplotlib

12 years agopython 2.7
Kenneth Reitz [Mon, 23 Jan 2012 20:35:37 +0000 (15:35 -0500)]
python 2.7

12 years agoshould be at beginning
Kenneth Reitz [Mon, 23 Jan 2012 20:32:47 +0000 (15:32 -0500)]
should be at beginning

12 years agomoar
Kenneth Reitz [Mon, 23 Jan 2012 20:29:10 +0000 (15:29 -0500)]
moar

12 years agomoar
Kenneth Reitz [Mon, 23 Jan 2012 20:26:58 +0000 (15:26 -0500)]
moar

12 years agoinstall landing page
Kenneth Reitz [Mon, 23 Jan 2012 20:21:05 +0000 (15:21 -0500)]
install landing page

12 years agothere we go
Kenneth Reitz [Mon, 23 Jan 2012 10:09:16 +0000 (05:09 -0500)]
there we go

12 years agoclients
Kenneth Reitz [Mon, 23 Jan 2012 10:07:39 +0000 (05:07 -0500)]
clients

12 years agorefactor
Kenneth Reitz [Mon, 23 Jan 2012 10:01:54 +0000 (05:01 -0500)]
refactor

12 years agoguide
Kenneth Reitz [Mon, 23 Jan 2012 09:59:56 +0000 (04:59 -0500)]
guide

12 years agorightttttt
Kenneth Reitz [Mon, 23 Jan 2012 09:58:08 +0000 (04:58 -0500)]
rightttttt

12 years agoosx deets
Kenneth Reitz [Mon, 23 Jan 2012 09:56:48 +0000 (04:56 -0500)]
osx deets

12 years agonotes
Kenneth Reitz [Mon, 23 Jan 2012 09:55:59 +0000 (04:55 -0500)]
notes

12 years agodistribute and pip
Kenneth Reitz [Mon, 23 Jan 2012 09:49:42 +0000 (04:49 -0500)]
distribute and pip

12 years agocrappy linux guide
Kenneth Reitz [Mon, 23 Jan 2012 09:46:53 +0000 (04:46 -0500)]
crappy linux guide

12 years agoosx update
Kenneth Reitz [Mon, 23 Jan 2012 09:39:58 +0000 (04:39 -0500)]
osx update

12 years agoosx updates
Kenneth Reitz [Mon, 23 Jan 2012 09:32:51 +0000 (04:32 -0500)]
osx updates

12 years agomissed a spot
Kenneth Reitz [Mon, 23 Jan 2012 09:27:52 +0000 (04:27 -0500)]
missed a spot

12 years agotitles
Kenneth Reitz [Mon, 23 Jan 2012 09:25:27 +0000 (04:25 -0500)]
titles

12 years agolink to download
Kenneth Reitz [Mon, 23 Jan 2012 09:24:49 +0000 (04:24 -0500)]
link to download

12 years agoblah
Kenneth Reitz [Mon, 23 Jan 2012 09:24:03 +0000 (04:24 -0500)]
blah

12 years agofixes
Kenneth Reitz [Mon, 23 Jan 2012 09:23:31 +0000 (04:23 -0500)]
fixes

12 years agoattribution
Kenneth Reitz [Mon, 23 Jan 2012 09:22:53 +0000 (04:22 -0500)]
attribution

12 years agonew windows guide
Kenneth Reitz [Mon, 23 Jan 2012 09:20:36 +0000 (04:20 -0500)]
new windows guide

12 years agoold osx guide
Kenneth Reitz [Mon, 23 Jan 2012 09:20:29 +0000 (04:20 -0500)]
old osx guide

12 years agogrrr
Kenneth Reitz [Mon, 23 Jan 2012 09:06:44 +0000 (04:06 -0500)]
grrr

12 years agotry again
Kenneth Reitz [Mon, 23 Jan 2012 09:04:45 +0000 (04:04 -0500)]
try again

12 years agohmm
Kenneth Reitz [Mon, 23 Jan 2012 09:03:21 +0000 (04:03 -0500)]
hmm

12 years agobetter
Kenneth Reitz [Mon, 23 Jan 2012 09:01:53 +0000 (04:01 -0500)]
better

12 years agolet's try this
Kenneth Reitz [Mon, 23 Jan 2012 09:01:21 +0000 (04:01 -0500)]
let's try this

12 years agosidebar
Kenneth Reitz [Mon, 23 Jan 2012 08:58:58 +0000 (03:58 -0500)]
sidebar

12 years agorefactor
Kenneth Reitz [Mon, 23 Jan 2012 08:49:02 +0000 (03:49 -0500)]
refactor

12 years ago2.7
Kenneth Reitz [Mon, 23 Jan 2012 08:48:16 +0000 (03:48 -0500)]
2.7

12 years agono reason to have traditional shared hosting today
Kenneth Reitz [Mon, 23 Jan 2012 08:47:33 +0000 (03:47 -0500)]
no reason to have traditional shared hosting today

12 years agoclean up heroku section
Kenneth Reitz [Mon, 23 Jan 2012 08:46:04 +0000 (03:46 -0500)]
clean up heroku section

12 years agoslim down web section
Kenneth Reitz [Mon, 23 Jan 2012 08:41:23 +0000 (03:41 -0500)]
slim down web section

12 years agomove index to end
Kenneth Reitz [Mon, 23 Jan 2012 08:36:26 +0000 (03:36 -0500)]
move index to end

12 years agoCC BY-SA 3.0
Kenneth Reitz [Mon, 23 Jan 2012 08:33:14 +0000 (03:33 -0500)]
CC BY-SA 3.0

Closes #87

12 years agoMerge remote-tracking branch 'origin/master'
Kenneth Reitz [Wed, 18 Jan 2012 16:13:33 +0000 (11:13 -0500)]
Merge remote-tracking branch 'origin/master'

12 years agoSOPA
Kenneth Reitz [Wed, 18 Jan 2012 16:13:29 +0000 (11:13 -0500)]
SOPA

12 years agoMerge pull request #84 from BrianPainter/master
Kenneth Reitz [Wed, 18 Jan 2012 14:09:32 +0000 (06:09 -0800)]
Merge pull request #84 from BrianPainter/master

Windows Installation - fixed formatting

12 years agoUpdate docs/starting/installation.rst
BrianPainter [Wed, 18 Jan 2012 14:05:30 +0000 (09:05 -0500)]
Update docs/starting/installation.rst

12 years agoFixed formatting
Brian Painter [Wed, 18 Jan 2012 14:02:26 +0000 (09:02 -0500)]
Fixed formatting

First time using this formatting, fixed my errors

12 years agoMerge branch 'master' of github.com:BrianPainter/python-guide
Brian Painter [Wed, 18 Jan 2012 13:53:19 +0000 (08:53 -0500)]
Merge branch 'master' of github.com:BrianPainter/python-guide

Conflicts:
docs/starting/installation.rst

12 years agoFixed Style
Brian Painter [Wed, 18 Jan 2012 13:49:26 +0000 (08:49 -0500)]
Fixed Style

First time using the style

12 years agoUpdate docs/starting/installation.rst
BrianPainter [Wed, 18 Jan 2012 13:32:16 +0000 (08:32 -0500)]
Update docs/starting/installation.rst

12 years agoUpdate docs/starting/installation.rst
BrianPainter [Wed, 18 Jan 2012 13:27:34 +0000 (08:27 -0500)]
Update docs/starting/installation.rst

12 years agoUpdate docs/starting/installation.rst
BrianPainter [Wed, 18 Jan 2012 13:26:33 +0000 (08:26 -0500)]
Update docs/starting/installation.rst