Commit Graph

223 Commits (4b4762716c54aa809a2e02cf0e98d902de5f1296)

Author SHA1 Message Date
Randell Dawson 227685af59 fix: reordered content and added headers (#34713) 2019-05-15 12:28:56 +05:30
Michael G f9482c3df9 Added examples for complex numbers to numeric-types article (#28443)
* Added examples for complex numbers to numeric-types article

Introduce 3 examples of what a complex number would look like in Python.

* fix: moved links to bottom
2019-05-12 16:26:53 -07:00
Tanay Kulkarni 0a69401e59 Added python package installer details (#31594)
* Added python package installer details

* Update index.md
2019-05-12 16:26:40 -07:00
mayank6 bf36259770 Added a way to get multiple inputs (#31684) 2019-05-12 16:01:33 -07:00
Tanuj Sharma 21c45aabde added more common and efficient data structures (#29225) 2019-05-12 15:57:13 -07:00
Glafs dc0f0a96bb Added text to boolean-operations in python guides (#31023)
Added descriptions and examples of other boolean-operations which are not part of the Python language, but still useful to know.
2019-05-12 15:43:16 -07:00
Domingo Moronta 6361c48b99 Add formatted string literals example (#33192) 2019-05-12 15:36:26 -07:00
Nathan Liang 01163b2c6b corrected typos and clarified sentence structures (#32947) 2019-05-12 15:27:03 -07:00
Nayan Chawla db22bd3547 Python 3 Change (#28596)
Included difference in python 3 vs python 2
2019-05-12 14:33:15 -07:00
Michael G 43f2e6223f Added another example to defining-functions article (#28449)
Added an example to help show how to define and call functions in a simple and easy to understand manner.
2019-05-12 14:31:47 -07:00
Chirayu Samarth ce212d6c35 added info smart_open module (#25000) 2019-05-11 17:04:09 -04:00
Domingo Moronta 6c2c4f546e Add updated links to Anaconda resources (#32363)
* Add updated links to Anaconda resources

* fix: removed broken image
2019-04-19 16:16:37 -07:00
Austin Baldwin 9a64e1f1e6 Add help command for conda. (#31418) 2019-04-18 17:49:13 -07:00
Tanuj Sharma 8c55c83f47 fixed typos and reference link syntax (#29188) 2019-04-17 17:15:48 +05:30
Dom 4769fea6d0 Added text "the" (#31144) 2019-04-15 15:44:49 +05:30
tachoni fd9e450ae6 Fixed grammar on lines 7, 9 and 11 (#31795) 2019-04-14 10:37:52 +05:30
Badal Moradia 0313dfca04 Added docstring information (#28336) 2019-04-13 16:53:08 -07:00
Robin Ferguson 869c7bfb07 Amended list capitalization to be consistent (#31678)
In the "Python is generally used for" list.
2019-04-08 20:49:30 +05:30
ManicalEngineer eace670469 Added Links to different frameworks (#31508)
Added links to list of frameworks in web development section
2019-04-08 20:48:57 +05:30
mail-liam 177a014fdc Miscellaneous fixes (#31587)
* Miscellaneous fixes

Fix some errors in document, and changed some sentence structures.

* Restored title keyword

* Added missing word
2019-04-06 17:18:01 +05:30
Jean-Paul Wilson 1a20fbff6e docs: shorten the description for clarity. (#29020)
Change the first two sentences from
"Lambda Expressions are ideally used when we have something simple to be done an we are more interested in quickly getting the job done rather than formally naming the function. Lambda expressions also known as anonymous functions."
 to instead read:
"Lambda Expressions are used when an operation only has to be performed once, meaning that there is no need for defining a function as it will not be used again. Lambda expressions also known as anonymous functions, as they are not named (defined). "
2019-04-06 17:04:47 +05:30
Naida Agić 2462cfa1d9 Further explained how to initialize sets (#29486) 2019-04-03 16:14:59 -07:00
Andrea b8d3dc4e6a Minor wording/grammar updates (#28313) 2019-04-01 23:09:42 +05:30
Oliver Eyton-Williams 73277d8ba8 fix: Restore missing emojis and fix broken links (#35703)
* fix: Restore missing emojis and fix broken links

* fix: Remove emojis to conform with style guide

* fix: Remove the last emoticons
2019-03-29 12:52:56 -07:00
DanSLuong fed6ffb606 Fix(guide): Edited the formatting added title (#32577) 2019-03-27 23:39:34 -07:00
Kaunaj Banerjee 60e278f1d7 Add content on strings (#31946)
* Add content on strings

Added some content on Indexing, Slicing, Concatenation and Repetition.

* modify code and text formatting
2019-03-27 23:10:34 -07:00
Tanuj Sharma 2c1a838990 added another property of string with code samples (#29224) 2019-03-27 14:14:54 -07:00
Domingo Moronta d63ea99e3f Add parentheses to print commands (#33137) 2019-03-26 07:38:41 -07:00
Pooja-Talan f8e613862e String indexing example added (#30300)
* String indexing example added

* Update index.md
2019-03-25 21:15:31 -07:00
Taiyue Tan a4de1ad170 changes to formatting, language and text (#28332) 2019-03-25 20:58:37 -07:00
Sarvesh-yadav f97f4093f1 Explained Nested if-else condition (#32369)
* Explained Nested if-else condition

Explained what is if-else condition and how to use it

* fix: formatted code and output
2019-03-23 23:17:10 -07:00
Robin Ferguson d3c72b2479 Grammatical changes (#31680) 2019-03-23 22:42:30 -07:00
Varian Caesar 1bc5fcfbed Fix some header size inconsistencies (#30058) 2019-03-23 22:41:45 -07:00
Taiyue Tan 5d0cea176f changes to grammar/punctuation (#28356) 2019-03-21 23:11:33 +05:30
Kristen Kinnear-Ohlmann 7d1f321717 Clarified first 2 sentences (#27490)
Updated word order and added comma in the first sentence to clarify meaning.

Standardized the order and look of if/elif/else to match main article on the topic.
2019-03-21 19:09:18 +05:30
Taiyue Tan eeae761325 Changes to grammar, content, styling, etc (#28364) 2019-03-19 20:03:43 -07:00
Val B 6a7243ddd8 Minor grammar changes (#29174) 2019-03-19 19:19:39 -07:00
Shruti Grover 6f1830f7ba Adding resource for Python (#30018)
https://www.py4e.com (Python for Everybody) added as tutorials for python
2019-03-18 15:56:46 +05:30
Robin Ferguson 797a425665 Added code highlighting for while loop (#31676) 2019-03-04 16:26:31 -08:00
tachoni ee0b83d876 Fixed typo on line 12 (#31800)
Added colon before a list of description
2019-03-04 16:20:35 -08:00
mail-liam dcb7e22b08 Minor changes and fixes. (#28463)
Some minor changes to sentence structure and grammar fixes.
2019-03-04 15:36:05 -08:00
Michael G 1594728815 Added some Sample Code for a demonstration in article commenting-code (#28451)
Implemented some Sample Code for the reader so they can see how comments are used in a basic function.
2019-03-04 15:04:25 -08:00
ishan-sriv 218bcfe75d Add lines 109-118(reading files) (#27795)
* Add lines 109-118(reading files)

* Update index.md
2019-03-03 10:11:21 -08:00
Anaconda 76fd0ce297 Added method to delete objects (#33474) 2019-03-03 07:55:52 -08:00
Blake Lambert dd9ce2bc2a Added information on inheritance in Python (#26572)
* Added information on inheritance in Python

* Formatting changes
2019-02-22 03:33:16 -05:00
Tanmay Arora aaba4c0987 Explanation.md (#30081)
Explained and simplified a few core concepts
2019-02-20 18:50:29 -05:00
Kaunaj Banerjee e580fa594c Add an example of infinite loop (#28627)
* Add an example of infinite loop

* Update index.md
2019-02-20 18:31:40 -05:00
Adi f5ab32315f Update index.md to add the get method (#27185)
* Update index.md

Adding the Get method to the dictionary

* Grammar fix
2019-02-17 20:56:31 -05:00
Lipis 86b8cee810 Replace Github with GitHub (#34971) 2019-02-12 00:46:34 -08:00
JawnsenTrain 444fcbd578 Created a file for the insert method (#26496)
* Created a file for the insert method

I tried to adopt your style of making these files in order to retain consistency.

* Rename list-insert-method to list-insert-method.md

* Rename guide/english/python/lists/list-insert-method.md to guide/english/python/lists/list-insert-method/index.md

* Added code formatting, changed more info link
2019-02-11 16:39:33 -05:00