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
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
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
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
705e90ef43
Merge branch 'master' into standard-american-english
2018-12-20 15:03:09 -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
Andrew Janke
97679865ac
Fix "WARNING: Title level inconsistent"
2018-12-18 14:01:35 -05:00
Andrew Janke
249f031fbb
Fix sphinx build warnings
2018-12-18 13:57:40 -05:00
Surya Teja Reddy Valluri
179493d96c
small typo
2018-12-18 22:33:59 +05:30
Surya Teja Reddy Valluri
7022a9faef
Fixed typos/grammer
2018-12-18 22:32:01 +05:30
Surya Teja Reddy Valluri
fb856c1167
Merge branch 'master' of https://github.com/realpython/python-guide
2018-12-18 22:30:33 +05:30
Harish Kesava Rao
3cf750bea1
Incorporated changes from style suggestions
2018-12-18 07:01:38 -06:00
Andrew Janke
a2555b9852
Standardize on American English for the Guide
2018-12-18 02:32:06 -05:00
Andrew Janke
c902b8c628
Use console lexer, not bash, for shell sessions
2018-12-18 00:51:46 -05:00
Andrew Janke
e6d6e47b46
Use "Unix" instead of "UNIX" consistently
2018-12-18 00:33:12 -05:00
Andrew Janke
a622afa235
More typo, grammar, and style fixes
2018-12-18 00:26:44 -05:00
Harish Kesava Rao
fd2a8f3e8f
Final commit
2018-12-17 21:02:21 -06:00
Andrew Janke
5dcd3b81da
Update Anaconda links and text to reflect company name change
2018-12-17 18:22:01 -05:00
Andrew Janke
eb6ec70706
Typo, grammar, and style fixes
2018-12-17 17:23:26 -05:00
Marc Poulin
0dfc4c3555
Merge pull request #949 from apjanke/style-Xcode
...
Style it "Xcode", not "XCode"
2018-12-17 13:55:39 -07:00
Andrew Janke
dfa8b35a3b
Capitalize "Homebrew" consistently"
2018-12-17 13:21:20 -05:00
Andrew Janke
45814137dc
Style it "Xcode", not "XCode"
2018-12-17 12:50:00 -05:00
Harish Kesava Rao
8a6b1c73bf
issue-938: added sections in serialization for simple file, csv, yaml, json
2018-12-16 22:35:35 -06:00
Surya Teja
af9971071b
Added windows virtual environment activation command. Closes #942
2018-12-16 19:08:05 +05:30
Marc Poulin
35c13bc9ea
Fixed all H2 headings
...
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Marc Poulin
693c8ca677
Fixed all H1 headings
...
Before, H1 headings were not consistent.
Now, all H1 headings user over/under hashes.
2018-11-29 11:46:30 -07:00
Dan Bader
e000bd28c7
Merge pull request #937 from MikeTheWatchGuy/master
...
Added information on new Qt port.
2018-11-26 13:24:33 -08:00
Dan Bader
8e7ba7e666
Update community.rst
2018-11-21 17:16:12 -08:00
MikeTheWatchGuy
8ec78ec61b
Added information on new Qt port.
2018-11-21 09:11:53 -05: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
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