Close

Python on hardware! 35 #Python #CircuitPython #Adafruit @Adafruit @micropython @ThePSF: A New video by Adafruit Industries

Python on hardware! 35 #Python #CircuitPython #Adafruit @Adafruit @micropython @ThePSFThe wonderful world of Python on hardware! Episode 35 (June 19, 2019). This is our weekly Python video-newsletter-podcast! The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week. Playlist here: Sign up for the […]

Read More

ASK AN ENGINEER 6/19/2019 LIVE! @adafruit #adafruit #AskAnEngineer #DIY: A New video by Adafruit Industries

ASK AN ENGINEER 6/19/2019 LIVE! @adafruit #adafruit #AskAnEngineer #DIYMultistreaming with https://restream.io/ Visit the Adafruit shop online – http://www.adafruit.com —————————————– LIVE CHAT IS HERE! http://bit.ly/2uZxZxt Adafruit on Instagram: http://bit.ly/2hczccU Subscribe to Adafruit on YouTube: http://bit.ly/WjMaF9 Join our weekly Show & Tell on G+ Hangouts On Air: http://bit.ly/XXwygw New tutorials on the Adafruit Learning System: http://bit.ly/Pax0QO —————————————– […]

Read More

CircuitPython turtle rainbow benzene: A New video by Adafruit Industries

CircuitPython turtle rainbow benzeneimport board import time from Adafruit_CircuitPython_turtle.adafruit_turtle import * turtle = turtle(board.DISPLAY) benzsize = min(board.DISPLAY.width, board.DISPLAY.height) * 0.5 print(“Turtle time! Lets draw a rainbow benzene”) colors = (Color.RED, Color.ORANGE, Color.YELLOW, Color.GREEN, Color.BLUE, Color.PURPLE) while True: turtle.pendown() for x in range(benzsize): turtle.pencolor(colors[x%6]) turtle.forward(x) turtle.left(59) time.sleep(1) turtle.penup() turtle.home() turtle.clear() #circuitpython #madewithmu #turtle View on YouTube

Read More

Cylinder Radial Engine #Timelapse #3DPrinting @adafruit #adafruit: A New video by Adafruit Industries

Cylinder Radial Engine #Timelapse #3DPrinting @adafruit #adafruitEvery week we’ll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! Simple 5 Cylinder Radial Engine Pauli Reinikari http://bit.ly/2IRyZuW Prusa MK2S Red Grey PLA 3hrs 22mins X:177 Y:161 Z:17mm .2mm layer / .4mm nozzle 20% Infill / 1mm retract 200C / […]

Read More

left! right! forward! turtle power! Python Turtle – CircuitPython: A New video by Adafruit Industries

left! right! forward! turtle power! Python Turtle – CircuitPython#python #turtle #circuitpython http://bit.ly/2RlTQuz Visit the Adafruit shop online – http://www.adafruit.com —————————————– LIVE CHAT IS HERE! http://bit.ly/2uZxZxt Adafruit on Instagram: http://bit.ly/2hczccU Subscribe to Adafruit on YouTube: http://bit.ly/WjMaF9 Join our weekly Show & Tell on G+ Hangouts On Air: http://bit.ly/XXwygw New tutorials on the Adafruit Learning System: http://bit.ly/Pax0QO […]

Read More

left! right! forward! turtle power! Python Turtle – CircuitPython: A New video by Adafruit Industries

left! right! forward! turtle power! Python Turtle – CircuitPython#python #turtle #circuitpython http://bit.ly/2RlTQuz Visit the Adafruit shop online – http://www.adafruit.com —————————————– LIVE CHAT IS HERE! http://bit.ly/2uZxZxt Adafruit on Instagram: http://bit.ly/2hczccU Subscribe to Adafruit on YouTube: http://bit.ly/WjMaF9 Join our weekly Show & Tell on G+ Hangouts On Air: http://bit.ly/XXwygw New tutorials on the Adafruit Learning System: http://bit.ly/Pax0QO […]

Read More

left! right! forward! turtle power! Python Turtle – CircuitPython: A New video by Adafruit Industries

left! right! forward! turtle power! Python Turtle – CircuitPython#python #turtle #circuitpython http://bit.ly/2RlTQuz Visit the Adafruit shop online – http://www.adafruit.com —————————————– LIVE CHAT IS HERE! http://bit.ly/2uZxZxt Adafruit on Instagram: http://bit.ly/2hczccU Subscribe to Adafruit on YouTube: http://bit.ly/WjMaF9 Join our weekly Show & Tell on G+ Hangouts On Air: http://bit.ly/XXwygw New tutorials on the Adafruit Learning System: http://bit.ly/Pax0QO […]

Read More