Commit Graph

2306 Commits

Author SHA1 Message Date
MikeTheWatchGuy 8ec78ec61b Added information on new Qt port. 2018-11-21 09:11:53 -05:00
Dan Bader cca6499e97 Merge pull request #936 from bnorquist/mojave
Add installation instructions for osx high sierra & mojave
2018-11-20 10:35:14 -08:00
Ben Norquist eda3868a80 merge master 2018-11-20 12:10:31 -06:00
Ben Norquist c178db7792 redundant instructions 2018-11-20 12:07:27 -06:00
Ben Norquist fdc5e3bfaa add path step for mojave and high sierra 2018-11-20 12:06:14 -06:00
Dan Bader 61254a06da Spelling 2018-11-08 11:47:49 -08:00
Dan Bader 4a4dae724e Merge pull request #935 from s-pace/www/fix/search_script_position
[search] removing extra bottom line
2018-11-07 13:27:14 -08:00
s-pace 126c1594e8 Search the Guide 2018-11-07 20:39:23 +01:00
s-pace 1d3dfa6183 override 2018-11-07 18:51:25 +01:00
s-pace 87a3400adf removing extra bottom line 2018-11-07 18:47:28 +01:00
kennethreitz 3fc0707267 Merge pull request #934 from s-pace/www/fix/search_script_position
[fix search website] Changing the position of the script (not included)
2018-11-07 12:37:48 -05:00
Sylvain Pace 4e081f2e9e Merge branch 'master' into www/fix/search_script_position 2018-11-07 18:30:18 +01:00
s-pace 18df25b13e ready to deploy 2018-11-07 18:28:59 +01:00
s-pace f52611818b everything in the same place 2018-11-07 18:20:01 +01:00
Dan Bader 2fe73f2807 Revert "adding search experience to the documentation #932"
This reverts commit 1363df8e25.
2018-11-07 09:10:58 -08:00
s-pace 2f70d88292 script with the nav 2018-11-07 18:10:44 +01:00
s-pace f7b55aa35e using another id 2018-11-07 18:05:54 +01:00
s-pace 03601528ec fixing position of the script 2018-11-07 17:55:02 +01:00
kennethreitz 47934d5f09 Merge pull request #933 from s-pace/www/feat/add_search
[doc website] Add nice search experience #932
2018-11-07 11:39:26 -05:00
s-pace 1363df8e25 adding search experience to the documentation #932 2018-11-07 17:34:50 +01:00
Marc Poulin 57360cf2c6 Resolved W3C link redirect warnings
Fixed permanent redirects reported by the W3C link checker.
2018-10-22 14:12:24 -06:00
Marc Poulin a6aa52a7a3 Fixed URL for Dive Into Python
Before, link to "Dive Into Python 3" was broken.
Now, link points to correct page.
2018-10-19 08:07:21 -06:00
Marc Poulin 566e8275d2 Merge pull request #925 from codeaditya/version-update
Update the link for latest available Python 2.7 release for Windows
2018-10-15 12:48:59 -06:00
Aditya bd3d762f5e Update the link for latest available Python 2.7 release for Windows 2018-10-15 15:47:12 +05:30
Dan Bader 2dee29c362 Update community 2018-10-11 15:45:20 -07:00
Marc Poulin 4e6093a8f7 Merge pull request #924 from mrshu/mrshu/cli-fire
add: Section on `fire` in CLI scenario
2018-10-10 13:20:21 -06:00
Dan Bader 5bd6610e41 Update whitelist 2018-10-07 13:20:54 -07:00
mr.Shu 6e557c3e87 add: Section on fire in CLI scenario
* Add a section on [Python Fire](https://github.com/google/python-fire/)
  in the CLI scenario.

Signed-off-by: mr.Shu <mr@shu.io>
2018-10-06 13:49:12 +02:00
Marc Poulin 8ea6c6a106 Merge pull request #923 from rickwest/patch-2
Update web.rst following #922 
Link now goes to main page.
2018-09-30 09:48:10 -06:00
Rick West 92ee9d116f Update web.rst 2018-09-30 14:02:01 +01:00
Rick West 33436d48cc Update web.rst following #922
Fix broken link 🙈
2018-09-29 21:03:44 +01:00
Dan Bader b22766707c Merge pull request #922 from rickwest/patch-1
Update web.rst
2018-09-29 11:58:00 -07:00
Rick West 96d17ff292 Update web.rst
Add Masonite to web frameworks.
2018-09-29 19:22:56 +01:00
Marc Poulin bdaf525f94 Merge pull request #921 from realpython/grammarly
Grammarly
2018-09-25 13:38:55 -06:00
Marc Poulin 29be1ba532 Capitalize CPU and I/O 2018-09-25 13:36:31 -06:00
Marc Poulin 71b2afae23 Deleted first paragraph
The subject of this section is finding examples of excellent code, not "readability matters".
2018-09-24 14:29:11 -06:00
Marc Poulin 3bdbae8d8c Fixed grammar. 2018-09-24 13:58:49 -06:00
Marc Poulin 5d0541cbea Added missing comma 2018-09-24 13:52:20 -06:00
Dan Bader bc74a48a8c Update _redirects 2018-09-21 10:22:58 -07:00
Dan Bader 1afc0423bf Merge pull request #919 from realpython/issue-796
Issue 796 resolved
2018-09-17 11:02:37 -07:00
Marc Poulin 1d1ebf540d Side effects of changing a list 2018-09-14 11:20:53 -06:00
Marc Poulin dc078e1a66 Cleaned up some wording 2018-09-14 11:11:16 -06:00
Marc Poulin 6d8a602a0c Cleaned up formatting and grammar 2018-09-14 10:46:54 -06:00
Marc Poulin 29abc5acf3 Modifying the values in a list
To avoid side effects, don't modify the original list. Create a new list instead.
2018-09-13 11:28:43 -06:00
Marc Poulin e69d7e7657 2.x vs 3.x, lists vs. iterators
Describe the differences between 2.x and 3.x and suggest situations when iterators would be more appropriate than lists.
2018-09-13 11:00:37 -06:00
Marc Poulin 436dec875c Issue 796, clarify ways to manipulate a list 2018-09-11 15:52:31 -06:00
Dan Bader 95f203bc9c Merge pull request #918 from MikeTheWatchGuy/master
Add PySimpleGUI to list of GUI frameworks
2018-09-03 22:18:42 -07:00
MikeTheWatchGuy a27732e229 Update gui.rst 2018-09-04 01:07:27 -04:00
MikeTheWatchGuy 1ec2c8ff61 Update gui.rst 2018-09-03 20:29:46 -04:00
Dan Bader 78fdbb4fae Fix tag 2018-08-30 11:12:10 -07:00