Python introduction: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "Following: * [https://docs.python.org/3/tutorial/ Official Python3 tutorial] Other learning resources: * https://python101.pythonlibrary.org/ * https://automatetheboringstuf...")
 
No edit summary
 
Line 11: Line 11:


=Python on Pi: controlling LED strips=
=Python on Pi: controlling LED strips=
Follow [[PI_LED_strips]] for setup
* for loop
* while loop
* conditions
* time.wait

Latest revision as of 20:09, 20 January 2019

Following:

Other learning resources:

Basics

On individual laptops

Python on Pi: controlling LED strips

Follow PI_LED_strips for setup

  • for loop
  • while loop
  • conditions
  • time.wait