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 #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
SHOW AND TELL – LIVE! 6/19/2019 @adafruit #adafruit #showandtell #DIYTo show and share your project at 7:30pm today, view the chat here or in discord http://bit.ly/2upb6m4 and look for the JOIN link to join the Google Hangout On Air. For best results be on a wired connection and have a headset and mic! Visit the […]
Read More
SHOW AND TELL – LIVE! 6/19/2019 @adafruit #adafruit #showandtell #DIYTo show and share your project at 7:30pm today, view the chat here or in discord http://bit.ly/2upb6m4 and look for the JOIN link to join the Google Hangout On Air. For best results be on a wired connection and have a headset and mic! Visit the […]
Read More
Trash Panda 2 preview @adafruit @johnedgarpark @msmakecode #adafruitDesigned in MakeCode Arcade for PyGamer View on YouTube
Read More
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 #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#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#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#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