Тёмный

Learn MicroPython - Part 1 Controlling the flow 

Kevin McAleer
Подписаться 31 тыс.
Просмотров 14 тыс.
50% 1

Do you want to Learn MicroPython but don't know where to start, then this is the video for you.
Part 1 - • Learn MicroPython - Pa...
Part 2 - • Learn MicroPython - Pa...
Part 3 - • Learn MicroPython - Pa...
You can test out the new Learning Platform here: beta.kevsrobots.com/beta
Join this channel to get access to perks:
/ @kevinmcaleer28
💁‍♂️ For more information on SMARS Robots, tutorials and more visit: www.smarsfan.com​
🎖To join the membership at 🥉bronze, 🥈silver or 🥇gold levels, head over to
www.smarsfan.com/membership
Join the list - action.smarsfan.com/join-the-...
☕️ Enjoy this video? Buy me a coffee! www.buymeacoffee.com/kevinmca...
📸 Follow me on Instagram - @kevinmcaleer / kevinmcaleer
🐦 Follow me on Twitter - @kevsmac / kevsmac
🙂📘 Join the Facebook group - Small Robots / smallrobots
👩‍💻 My Code on GitHub: www.github.com/kevinmcaleer
🎵 Music by Epidemic Sounds www.epidemicsound.com/referra...
#Pico​ #MicroPython​ #Robotics

Развлечения

Опубликовано:

 

19 ноя 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@JohnJones-oy3md
@JohnJones-oy3md Год назад
Me yesterday: I don't think I want to learn yet another programming language. Me today: OK, maybe just one more. ;)
@MrFirephly
@MrFirephly Год назад
I'm a beginner and look forward to the rest of this series as I do all your videos, which have been very helpful so far. At 7:12 in the microphone hello world example you missed a " at the end. I'm getting used to spotting silly things like that in my own code. What gets me is a computer will stop the code working and say "expecting ..." , if the pc knows it should be there then just carry on or put it in. Computers are stupid somethimes😂 edit........Other, turns out you did see it.
@EarnestWilliamsGeofferic
@EarnestWilliamsGeofferic Год назад
Explaining Computers sent me! (Well, he had your channel open in one of his videos ... ) 🕶
@kevinmcaleer28
@kevinmcaleer28 Год назад
Awesome! Pleased to meet you! Chris (@ExplainingComputers) was very kind and generous to include my channel in the Chrome OS Flex video! He's also given me some excellent tips to grow this channel even faster too. Hope you like what you find, and let me know if there is anything else you think I should cover!
@phmiii
@phmiii Год назад
I am going through your entire "LEARN MICROPYTHON" class. This is my second time through this video.
@phmiii
@phmiii Год назад
Great information! I look forward to Part 2.
@PapaKn
@PapaKn Год назад
I think you will find that anything retrieved by input is of type String. Thus, "age" is always a string in your example.
@shannonjohnson8842
@shannonjohnson8842 Год назад
I'm using Micropython to control Lego trains. As a beginner these tutorials are so useful!
@AndersJackson
@AndersJackson Год назад
I think that Thonny is installed on Raspberry Pi by default. Python strength is that is fast and easy to code and test, because of the REPL. The weakness is that there are no phase where they type of variables is checked, so it will show up when you run the code, not when you load the code. Yes, that is a major drawback for finding common programming errors. The best Editor is Emacs, which is marvelous. And it can be run from any main OS.
@MrBobWareham
@MrBobWareham Год назад
Thanks, I have joined as I would like to learn, the video was very good
@laurentstrodiot8434
@laurentstrodiot8434 Год назад
Very nice video Kevin ! thanks for sharing your knowledge on micropython. I think this is a very useful language and very fun for making coded objects like led matrix or robots like you do ! Thanks.
@iKostanCom
@iKostanCom Год назад
Nice and simple tutorial, thanks.
@lephtovermeet
@lephtovermeet 10 месяцев назад
You're amazing. Thank you so much for this.
@amilaanuradha8409
@amilaanuradha8409 9 месяцев назад
Thank you
@jps99
@jps99 9 месяцев назад
That was pretty painless, I think I'll subscribe and follow the other tutorials!
@baygidhasan
@baygidhasan Год назад
Great❤❤
@Book_worm_1999
@Book_worm_1999 Год назад
Waiting for your next video
@anDromedaIOT
@anDromedaIOT Год назад
@kevin, big fan and really excited about this series, i'm a dev and love the Pico and learning cool code tricks is just what i want. I hope you will cover BLDC motors at some stage as i have a hard time getting them to spark up on my Pi4's but havent tried using the Pico which has better timing i believe. Thanks for all your effort, much appreciated.
@mrsbrent1015
@mrsbrent1015 Год назад
Enjoy Cambridge ❤
@kevinmcaleer28
@kevinmcaleer28 Год назад
Thank you!
@anthonyholmes1312
@anthonyholmes1312 Год назад
I love the idea. But I’ve done many beginner python courses. I would love to take it to the next level especially focused on making. Like coding displays, breakouts, etc.
@kevinmcaleer28
@kevinmcaleer28 Год назад
Yes - we'll definitely get to that, I realised that I'm a bit all over the place (beginner, expert, intermediate), so I thought it was time to start from the beginning so I can at least point people to that when we're covering more advanced topics. I've documented this course over at beta.kevsrobots.com/beta - its in Beta testing at the moment, but feel free to feedback too.
@vasudev16180
@vasudev16180 Год назад
Hi @@kevinmcaleer28 , This link is not working :( Could you please fix it?
@kevinmcaleer28
@kevinmcaleer28 Год назад
@@vasudev16180 sure - can you paste the link that’s not working so I can troubleshoot it?
@victormiranda9163
@victormiranda9163 Год назад
Am new to micro python. I programmed a pdp-11... I can't decide about your pace of presentation I'll watch a few more then decide
@kevinmcaleer28
@kevinmcaleer28 Год назад
Hey Victor - let me know any feedback you have; too fast, too slow, too much detail, not enough detail etc
@victormiranda9163
@victormiranda9163 Год назад
​@@kevinmcaleer28 good order. good pace. The three include details I want. Your examples have answered some questions I had about creating what I think as calls to subroutines both the call and the routine.. I found your vid about PHEW before the python guides. now I need to practice.
@richards7909
@richards7909 Год назад
Apart from being the correct way, is there any benefit to specifying a variable as a constant?
@kevinmcaleer28
@kevinmcaleer28 Год назад
Yes - it is assigned more efficiently in memory by Micropython so it’s better to store it as a constant than a variable
@user-nk5vc9ot6l
@user-nk5vc9ot6l 8 месяцев назад
im getting a const not defined and also a PI not not defined? I have typed everything exactly the same
@kevinmcaleer28
@kevinmcaleer28 8 месяцев назад
Which microcontroller and version of micropython are you using?
@user-nk5vc9ot6l
@user-nk5vc9ot6l 8 месяцев назад
I have this sorted now but thanks for your reply @@kevinmcaleer28
Далее
Learn MicroPython - Part 2 If, Else & Data Types
26:49
Лайфхак с колой не рабочий
00:16
Просмотров 168 тыс.
MicroPython #1 - Lets Get Started
12:35
Просмотров 141 тыс.
Raspberry Pi Pico W: Wireless Weather Station
17:13
Просмотров 280 тыс.
Learn MicroPython - Part 3 Loops and Operators
20:46
Просмотров 3,9 тыс.
The Truth About Learning Python in 2024
9:38
Просмотров 139 тыс.
Arduino VS CircuitPython Speed Comparison
5:48
Просмотров 37 тыс.
ВОТ И СПАЛИЛИ
0:20
Просмотров 902 тыс.
Дай знать, если жизненно 🤣💕
0:20