Commit Graph

240 Commits (2ad2c3378dd716d22028d92eb1de43c389f27848)

Author SHA1 Message Date
Ken Nguyen 575cf064af Updated code examples to Python 3 (#20765) 2018-11-03 10:20:23 -07:00
kingtheoden 50ecd8ad40 Fix invalid syntax (#25653)
Print now needs brackets to work in python3
2018-11-03 01:22:25 +05:30
MUSSONT 2d33e01f72 PEMDAS reference added.md (#20291)
* Update index.md

* corrected formatting
2018-11-02 07:41:16 -07:00
ManicalEngineer be84c11a30 Update index.md - Added 5th Pro to Pros & Cons (#31498)
* Update index.md

Added 5th pro to pro's & con's

* Update index.md

* Update index.md
2018-11-01 23:27:42 -04:00
Muh Fachrul Razy e6b4de233a Add Comparison Operators (#33117)
Add comparison boolean operators 'and', 'or', and 'not'
2018-11-01 11:15:18 -04:00
Nikita 32b54e8706 Added space (#25869) 2018-11-01 10:05:21 +05:30
Pravin Pratap c056fc18dd Added difference in range() between Python 2 and 3 (#20629)
Added the differences between the working methods of the range() function in Python 2 and 3, including the explanation of the "lazy" method of generating a list of numbers.
2018-10-31 21:11:43 -07:00
Ken Nguyen d6d2578495 Fixed typos and added pipenv method (#20621) 2018-10-31 20:58:02 -07:00
Kyle Cheng ac286c1d2f Readability (#33128) 2018-10-31 23:17:57 -04:00
Shane 522fce544e add return value which might be 0 (#20657)
if the input in abs is 0, then the return can't always be a positive value. 0 is not a positive value
2018-10-31 20:52:54 -05: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
Pravin Pratap a1226a38d8 Added virtualenv specifics for Windows (#20540)
Added the specific command to be executed on a Microsoft Windows-based system.
2018-10-30 22:47:27 -05:00
Sayali fa93878e2b change answer to 00000000 (#23880)
In bitwise right shift operation the answer should in 8 bit format i.e 00000000 as both the the operands are in 8 bit format
2018-10-31 08:11:47 +05:30
Pravin Pratap 0a8669fbbe Added another code sample. (#20499)
Added a code sample to demonstrate usage of the zip function with a list of lists.
2018-10-30 18:01:00 -07:00
JawnsenTrain 1602caddc9 Revised the wording and fixed the grammar (#23607) 2018-10-29 15:44:02 -07:00
Maleo223 f00f46d2e5 Grammar/Sentence Structure Changes. (#22617) 2018-10-29 15:32:24 -07:00
Billy 834e178e3f Added Python logo to the article (#19905) 2018-10-29 15:17:56 -04:00
PranavKrishnan1 0f95416c24 Added some text. (#26711)
* Added some text.

Wrote about Guido Van Rossum and added some info on libraries.

* Update index.md
2018-10-29 00:34:49 -06:00
kunal768 560076fb26 Created a file for "Basics of Raspberry Pi Stuffs" (#20150)
* Created a file for "Basics of Raspberry Pi Stuffs" 

The code contains two parts:
First part is simply blinking led (Blink time can be set by time.sleep(x) x for the number of seconds)
Second part is for pwm control for led brightness

* Update RaspberryPiBasics.py

* reformatted two 2 space indention with title corr.
2018-10-28 21:44:26 -07:00
mistymayem 0e77f8c289 Simplified explanation of example (#20262) 2018-10-28 20:30:24 -05:00
Ken Nguyen 75d856fa26 Added PEP8 convention (#20168) 2018-10-27 20:13:15 -07:00
mistymayem 18f55fdfdf Sorted examples by priority (#20201) 2018-10-27 10:01:38 +05:30
Tanish Grover 5a5639b4d1 Added a "things you can do with python" section (#20400)
Added a section on the uses of python.
These include web development, machine learning and scripting.
2018-10-25 10:38:00 -04:00
Blake Lambert af0fda4891 Infinite loop situation (#25657)
Added additional information on creating infinite loops.
2018-10-25 09:59:01 -04:00
mkanoria bf196ded49 Add 'Pro' statement (#25670)
Pro statement about the ease of debugging Python code using the interpreter
2018-10-25 08:19:32 -04:00
Emily E b40aa9c718 Update index.md (#21037)
Clarified some grammar and style
2018-10-22 15:01:37 -04:00
Brian Hopper e17ffcdfd9 Update index.md (#21047)
Cleaned up language structure a bit, filled out the definition.
2018-10-22 14:43:28 -04:00
theodoreyoong 5e8d071a18 Fix(guide): Reformat article 2018-10-21 14:26:29 -04:00
Brian a0b88d5b16 Update index.md (#22032) 2018-10-20 10:20:06 -07:00
Antony ekirapa c4368e075d Update index.md (#22006)
Removed " where it is not needed and capitalised 'ide' to show as "IDE"
2018-10-20 10:19:02 -07:00
jgowman bda61b730d Closing Parentheses (#21481)
The parentheses were opened but not closed
2018-10-20 22:48:36 +05:30
Brian 43cf17dcd5 Update index.md (#21942) 2018-10-20 10:18:18 -07:00
mimikaan 5ba36f1e87 Update index.md (#21773)
A simple implementation of class and object in python.
2018-10-20 10:17:14 -07:00
Pratham1812 4c6e8c0be2 Added use of 'or' (#21675) 2018-10-20 18:40:06 +02:00
Ken Nguyen bda1775764 Added example to convert int to binary (#20275) 2018-10-19 21:40:32 +01:00
mistymayem 51c7b412a1 Added outputs for examples (#20171) 2018-10-19 04:29:03 +05:30
Alex 6a781e06da Update wording of index.md (#19559)
Inserted missing words in the article and comments
Updated the capitalization of True and False where necessary to maintain consistency with Python syntax
2018-10-16 20:55:20 -07:00
mrugesh mohapatra 164d900e96 fix(ci): fix tests for guide in root (#19526) 2018-10-16 11:42:46 -05:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30