Commit Graph

18 Commits (2ad2c3378dd716d22028d92eb1de43c389f27848)

Author SHA1 Message Date
DanSLuong 07981cd3f5 Fix(guide): Edited formatting (#32583)
* Fix(guide): Edited formatting

* Update index.md
2019-05-23 22:10:02 -05:00
Tanuj Sharma 21c45aabde added more common and efficient data structures (#29225) 2019-05-12 15:57:13 -07:00
Tanuj Sharma 8c55c83f47 fixed typos and reference link syntax (#29188) 2019-04-17 17:15:48 +05:30
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
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
Utkarsh Raghav dc27b9a4cc created data type conversions (#27645)
* Created Data Type convertions

Converting different data types to required types.

* Rename Data-type-Convertions to data-type-conversions

* Change file to .md

* Rename guide/english/python/data-structures/data-type-conversions.md to guide/english/python/data-structures/data-type-conversions/index.md
2019-01-30 13:31:01 -08:00
Max Ong Zong Bao a62a30ce63 Rephrasing the guide on how a dictionary works in Python for a layman. (#23949)
* Rephrasing on how a dictionary works in Python 

Rephrased the guide to make it easier to understand for a layman. Besides that added headers to break it down further to explain certain aspects of the python dictionary.

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Update guide/english/python/data-structures/dictionaries/index.md

Co-Authored-By: steelwolf180 <steelwolf180@gmail.com>

* Redo my previous delete

Undo my deleting of **has_key()** method
2018-12-19 15:39:01 -05:00
Mukesh Jha d7918dbc00 Added the way to modify immutable string. (#25334)
* Added the way to modify immutable string.

* Formatting changes
2018-12-18 22:24:09 -05:00
DanSLuong 0afe892563 fix(guide): Edited the formatting for readability (#32574) 2018-12-18 15:50:19 +05:30
Kaunaj Banerjee 88f400af91 Correct some typos (#30981)
- 'index' should be 'indexed'
- 'contain' should be 'contains'
- 'heterogenuous' should be 'heterogeneous'
2018-12-07 04:28:06 -05:00
JawnsenTrain 8024f9ffc6 Deleted the repeated word "using" (#23581)
The Integer Objects sentence had "using" twice, so I deleted one.
2018-11-25 00:34:23 -05:00
Adi 5ee74650f1 Update index.md with has_key() (#21093)
Adding has_key() method to python dictionaries
2018-11-07 18:32:45 +00:00
Roppon Picha e04f1045d0 added intro sentence. corrected spelling. (#21207) 2018-11-07 07:47:43 -06:00
Domingo Moronta 0fd1d30c43 Add decription to data structures (#32377) 2018-10-31 18:28:05 -05:00
murtazasaif ae31e8f007 Updating index.md (#20547)
Describing how to get just values from a dictionary in Python 3.x
2018-10-31 08:00:52 -07:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30