Commit Graph

240 Commits (2ad2c3378dd716d22028d92eb1de43c389f27848)

Author SHA1 Message Date
Gokul Manohar 7b022e2d72 Provided a better code. (#33478)
* Provided a better code.

Updated the code to give desired output.

* fix: corrected some verbiage
2019-06-28 00:00:46 -07:00
Terho d86a007cec Basic update script for Raspberry Pi (#32519)
Python update && upgrade script for Raspberry Pi
2019-06-27 23:22:07 -07:00
Blake Lambert 5302b7b351 Added parenthesis, updated to Tuple. (#31085)
Added parenthesis to print function to align file.  Changed #2 from a list to a tuple.
2019-06-27 22:57:37 -07:00
Terho 7e7522fdfd update index.md (#29446)
Added short flask guide
2019-06-27 19:29:05 -07:00
Glafs 9a72acf7ac Added information to python method article (#27410)
* Added information to python method article

Added information over methods in OOP in python.

* Corrected mistakes in python methods guide

Added the py syntax highlighting and corrected some grammar.

* fix: remove stub info
2019-06-27 18:51:42 -07:00
Mayur Garg 7ce8272944 Added "Note" and "Usage with common data types" (#27332)
* Added "Note" and "Usage with common data types"

Added detailed information about the workings of 'is' and '==' operators with common data types. Included a simple coding example for each case and explained the reasons (for most cases) of why these operators work in this fashion and how they work under the hood.

* Minor changes to previous commit.

* fix: removed extra backticks
2019-06-24 15:07:08 -07:00
Utkarsh Raghav 6902abb937 Added two more types of waits (#26978)
Added methods to achieve a time delay using selenium related waits.
2019-06-24 14:57:18 -07:00
Ruslan Kharitonov ada34f00c5 F strings objects example (#30712)
* Upgraded node image to latest stable, v8.12 in docker compose

* f-strings example with capital letter F

* Example of using f-strings with an object

* Revert "f-strings example with capital letter F"

This reverts commit 8f498480ce.

* Revert "Upgraded node image to latest stable, v8.12 in docker compose"

This reverts commit e55dd116d2.

* feat: fixed header formatting
2019-06-10 19:52:01 -05:00
Vishwas Navada K a893cb43c3 fix the command python -m simpleHTTPServer (#36132)
* fix the command python -m simpleHTTPServer

Change the simpleHTTPserver to simpleHTTPServer, which is the right commmand.

* another capital S had been omitted
2019-06-10 20:27:41 +01:00
DanSLuong 07981cd3f5 Fix(guide): Edited formatting (#32583)
* Fix(guide): Edited formatting

* Update index.md
2019-05-23 22:10:02 -05:00
angel13 20dc570df7 Added resource Python for Scientists and Engineers (#32181) 2019-05-23 22:07:28 -05:00
John Close d439d9f385 Update index.md (#30805) 2019-05-23 22:06:50 -05:00
Sarvesh Yadav 4a8b643497 True and False interpretion (#32626)
* True and False  interpretion

How true and false is  interpreted by python.

* Update index.md

* Update index.md
2019-05-20 00:34:23 +05:30
PUNIT TIWARI f7f69fca06 add changes " Print value using abs function" . (#33346) 2019-05-19 23:58:36 +05:30
van-tienhoang 3366d820a7 Adding alternative tools for coding style (#30493)
* Adding alternative tools for coding style

Adding alternative tools for coding style

* fix: changed console to shell
2019-05-18 18:12:07 +05:30
Xiaojie(Aaron) Li c33260581b fixed grammar/articulation of certain sentences (#30508) 2019-05-16 13:04:44 +05:30
Randell Dawson 0a1eeea424 fix(guide) Replace invalid prism code block names (#35961)
* fix: replace sh with shell

fix replace terminal with shell

fix replace node with js

fix replace output with shell

fix replace cs with csharp

fix replace c++ with cpp

fix replace c# with csharp

fix replace javasctipt with js

fix replace syntax  with js

fix replace unix with shell

fix replace linux with shell

fix replace java 8 with java

fix replace swift4 with swift

fix replace react.js with jsx

fix replace javascriot with js

fix replace javacsript with js

fix replace c++ -  with cpp

fix: corrected various typos

fix: replace Algorithm with nothing

fix: replace xaml with xml

fix: replace solidity with nothing

fix: replace c++ with cpp

fix: replace txt with shell

fix: replace code with json and css

fix: replace console with shell
2019-05-15 19:08:19 +02:00
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