Commit Graph

21 Commits (560076fb264dc79f50034a34643e4c9418c920f6)

Author SHA1 Message Date
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