Marc Poulin
4ae0b0ee2a
Merge pull request #961 from apjanke/fix-broken-or-redirect-links
...
Fix redirected and broken links
2019-03-05 11:24:41 -07:00
Andrew Janke
d200bf04f8
Format Windows console examples with doscon or powershell
2019-03-05 01:05:12 -05:00
Andrew Janke
808eb3a286
Fix redirected and broken links
2019-03-05 00:52:49 -05:00
Marc Poulin
5187d5801d
Merge pull request #988 from davidshq/master
...
- Minor enhancements to clibs and admin scenarios
2019-03-01 07:51:56 -07:00
Dave Mackey
011423c651
- In scenarios/admin.rst, adding a StackOverflow link to explain eggs
...
- In scenarios/clibs.rst, adding StackOverflow link to explain ABI
-- In same, adding Microsoft Doc link to explain LoadLibrary
-- Minor grammar changes
-- Updating struct documentation link to use /3/ instead of /3.5/
2019-02-28 09:02:27 -05:00
Marc Poulin
4241add07b
Merge pull request #987 from davidshq/master
...
Updates to GUI and CLI Files
2019-02-26 10:44:22 -07:00
Dave Mackey
8c7e008147
- Updating link to Dive Into Python
2019-02-26 08:26:03 -05:00
Dave Mackey
554fb163d9
- Reformatting first paragraph of cli to conform to 78 character width.
...
-- Same for Click, Cement.
- In gui, similarly for Camelot, PyGObject, Kivy, Pyjs Desktop, Qt
-- PySimpleGUI, Toga, TkInterwxPython
2019-02-25 22:29:18 -05:00
Dave Mackey
188e336732
- Changing PyGTk to be less verbose, formatted as note.
...
- Updated PyjamasDesktop to Pyjs Desktop, streamlined description
-- Removed link to Python wiki entry, content outdated
- Updated link for wxPython, it had changed
2019-02-25 22:09:07 -05:00
Dave Mackey
907d9a7b82
Removed extraneous "by" and unnecessary "especially" from cli.rst
2019-02-25 21:42:38 -05:00
Marc Poulin
bece4954e7
Merge pull request #985 from XVilka/patch-1
...
Before, links went to the 2.7 documentation.
Now, links go to the 3.x documentation.
2019-02-25 07:55:28 -07:00
Anton Kochkov
7013647d92
Don't recommend Python 2 Library
...
Switch the Further Reading section to Python 3 link
2019-02-25 16:39:54 +08:00
Marc Poulin
dceab6e6f1
Merge pull request #979 from TomNicholas/patch-1
...
Add xarray to scientific section
2019-02-11 09:01:49 -07:00
Tom Nicholas
bd742f7bb6
Add xarray to scientific.rst
2019-02-11 10:53:52 +00:00
Carlos Damázio
92c70b865a
Adding instructions for bbFreeze and PyInstaller in Linux stubs in Freezing Your Code.
2019-02-10 17:58:44 -02:00
Mario Kostelac
696d729319
Add link to the original essey
2019-02-09 21:08:24 +00:00
Christopher Snow
ff05d2f76c
Fix inconsistency with virtualenv project folder naming, and a couple grammar checks.
2019-02-08 21:35:06 -05:00
Marc Poulin
7698c948f9
Merge pull request #974 from realpython/requests-redirect
...
python-requests.org redirect
2019-02-08 15:01:55 -07:00
Marc Poulin
507281032e
python-requests.org redirect
...
Before, http://python-requests.org would redirect to http://docs.python-requests.org/en/master/
Now, page links to http://docs.python-requests.org/en/master/ directly.
2019-02-08 14:54:07 -07:00
Dan Bader
cbd69760ff
Merge pull request #973 from barbourkd/fix-requests-url
...
Fix broken link to python-requests.org (http only)
2019-02-07 07:37:35 -08:00
Kevin D Barbour
6749edc80a
Fix broken link to python-requests.org (http only)
2019-02-07 08:45:55 -05:00
Marc Poulin
1d98f63f66
Merge pull request #959 from apjanke/remove-osx-version-reference-for-default-python-version
...
Don't qualify OS X version when saying what Python version it ships with
2019-01-24 08:59:04 -07:00
Marc Poulin
fdb272edfe
Merge pull request #970 from zachvalenta/rm-ref-to-clint
...
remove reference to Clint
2019-01-17 12:18:13 -07:00
Marc Poulin
1efc78a09a
Merge pull request #971 from gbrova/gbrova/prefer-list-comps-over-map
...
Prefer list comprehensions over map and filter
2019-01-15 09:44:54 -07:00
Dan Bader
f066175650
Merge pull request #958 from apjanke/console-lexer-not-bash
...
Use `console` lexer, not `bash`, for shell sessions
2019-01-14 17:38:01 -08:00
George Brova
c283dbdf9b
Reword the discussion on short ways to manipulate lists
...
- Remove emphasis on map and filter, in favor of generator expressions.
- Move list comprehensions and generator expressions under "Short ways
to manipulate lists" rather than "Filtering a list".
- Add some examples.
2019-01-15 01:00:13 +01:00
George Brova
90af77a526
Remove explicit recommendation to use map and filter over list comprehensions
2019-01-15 00:57:22 +01:00
zachvalenta
c84165588c
remove reference to Clint
2019-01-10 14:58:49 -05:00
Marc Poulin
7375152528
Merge pull request #969 from Benjamin-Lee/patch-1
...
Fix grammar mistake
2019-01-10 11:49:40 -07:00
Benjamin Lee
2bcf5e9a82
Fix grammar mistake
...
No comma before "and": https://www.grammarly.com/blog/comma-before-and/
2019-01-10 11:38:36 -06:00
Marc Poulin
01c5ec4178
Merge pull request #966 from tiangolo/fastapi
...
Add FastAPI to the web frameworks section
2019-01-04 13:55:20 -07:00
Sebastián Ramírez
124d9ef00c
Update FastAPI section from code review
2019-01-04 23:59:38 +04:00
Marc Poulin
979b4cdfbd
Merge pull request #953 from apjanke/global-vs-caller-namespace
...
Use "local" instead of "global" to describe where imports go
2018-12-28 08:46:29 -07:00
Andrew Janke
d012a66ed6
Use "local" instead of "global" to describe where imports go
2018-12-27 13:10:21 -05:00
Marc Poulin
4e9a305151
Merge pull request #967 from realpython/update-heading-styles
...
Update H1 to H4 heading styles
2018-12-27 08:31:13 -07:00
Marc Poulin
0ee8f8d40b
Update H1 to H4 heading styles
...
Updated heading formats in style guide.
2018-12-27 08:28:38 -07:00
Sebastián Ramírez
8b7f86b857
Add FastAPI to the web frameworks section
2018-12-22 20:07:05 +04:00
Marc Poulin
b913993ce2
Merge pull request #955 from apjanke/typos2
...
More typo, grammar, and style fixes
2018-12-21 10:17:28 -07:00
Marc Poulin
922d549603
Merge branch 'master' into typos2
2018-12-21 10:13:13 -07:00
Marc Poulin
ade79fad44
Merge pull request #965 from apjanke/fix-build-warnings
...
Fix sphinx build warnings
2018-12-21 09:50:06 -07:00
Marc Poulin
3733857b09
Merge pull request #947 from harishkrao/master
...
issue-938: added sections in serialization for simple file, csv, yaml and json
2018-12-21 09:44:03 -07:00
Harish Kesava Rao
4e09d8aae0
Implemented feedback and suggestions from code review
2018-12-20 20:05:01 -06:00
Marc Poulin
3ae73f4bb5
Merge pull request #962 from apjanke/standard-american-english
...
Standardize on American English for the Guide
2018-12-20 15:09:18 -07:00
Marc Poulin
705e90ef43
Merge branch 'master' into standard-american-english
2018-12-20 15:03:09 -07:00
Marc Poulin
9d975b5361
Merge pull request #946 from suryasr007/master
...
Added windows virtual environment activation command. Closes #942
2018-12-20 14:27:07 -07:00
Surya Teja Reddy Valluri
dc85a33f3a
Fixed Scripts issue
2018-12-20 21:34:46 +05:30
Surya Teja Reddy Valluri
a5eb4cae8e
Merge branch 'master' of https://github.com/realpython/python-guide
2018-12-20 21:28:23 +05:30
Marc Poulin
831ccee881
Merge pull request #954 from apjanke/update-anaconda-links
...
Update Anaconda links and text to reflect company name change
2018-12-19 10:27:12 -07:00
Marc Poulin
32437cc4bc
Merge pull request #952 from apjanke/typos
...
Typo and grammar fixes
2018-12-19 08:42:58 -07:00
Marc Poulin
90ab6b34ab
Merge pull request #956 from apjanke/Unix-not-UNIX
...
Use "Unix" instead of "UNIX" consistently
2018-12-19 08:31:14 -07:00