Raspberry Pi - How to Begin Coding Python on Raspberry Pi

preview_player
Показать описание

With Thonny you can easily begin to code Python Scripts on Raspberry Pi OS. Thonny is a very simple Python IDE that is easy to learn.
Рекомендации по теме
Комментарии
Автор

Eli, thank you for your videos.. I started watching 6 years ago trying to learn AD to leave a dead end job and move into IT. Now I’m making 6 figures as an Engineer and my life is dramatically different. It all started with your channel. Thank you!

Scorpsie
Автор

I have just gotten a Pi 4 to keep my brain in gear. When I was a programmer folk's kept saying how great Python was so I thought I'd have a look since walking the dog can't be all that retirement is about. I found this presentation very interesting and helpful. I banged my head on the wall, when having quickly hunted down a pdf of the Dummies book, I hit play only for you to say how it was deprecated duhhh! (Maybe the non python initial chapters may be of some use?). I agree entirely with your view on IDE's, 'horses for courses' etc. I worked on a project once based on using SMX, and of a sudden they changed it to ThreadX because the IDE was better. Bloody mental I thought. An IDE is a tool, a craftsman knows how to use different tools for the best result. :-)

alphalunamare
Автор

So happy I found this channel! I began coding a few months back and this is a great vid for me. Thank you, Eli.

danmiller
Автор

Was watching another raspi tutorial and saw Eli had one and immediately switched to this video 😁

elthado
Автор

This guy is awesome. I'm following him over 3/4 years

deled
Автор

I know you're not looking at comments but, thank you! Coding looked so daunting to me but now I'm having fun with it! Thank you thank you!

AKhan-
Автор

Thank you Eli! This is so helpful at getting a quick basic understanding of the overall tool in Pi. I am learning R Language, Tableau, SQL in different configs at the same time and I have noticed that R Language is very similar. I need the simplicity lol so again... THANK YOU!!!!

melissahirst
Автор

As much as you've helped me over the years, if I can help you in anyway with your programming projects I would love to.

FoXtac
Автор

Thanks for the video Eli.
Great format and content as usual.

I have been subscribed for a few years now and YES I have noticed that you are not as visible as you once were. I have unsubscribed and Subscribed to see if you start popping up on my youtube radar.

I was having some issues with my Raspberry PI / python code for gpio sensor so thought i would look to your video for help. AND IT DID! So i thought i would start from scratch with your Raspberry PI tutorial.

Keep up the splendid work!

pathunter
Автор

Question....I just spent $500 plus on a refurb HP laptop, for the purposes of learning Python are you telling me that all I needed was to buy a Raspberry pi...or even a 4 GB laptop?

RobertSpiller
Автор

This vid is great! Im trying to learn about how to code in Python and stuff like that before I buy my raspberry pi and all my accessories. Thanks for the vids!

SargentVaccum
Автор

Can you please show us how to run any Python script on RPi and see the simulation on mission planner ? A Pixhawk will also be need for that right ? A small video about this would be very helpful, thank you in advance

raafsports
Автор

hey dude do you remember about the jarvis project using raspberry pi which i have asked about you before ...i have completed it and its getting good response in my channel now...thanks dear

electricalcoder
Автор

I am part of a radio astronomy project, which will be online hopefully this year, one of the control units will be using Raspi..with python..I'll be editing code..

derelictmanchester
Автор

I don't use my official RB case as a case either. Only for display, cause it insulates the board, and doesn't let it breath or cool down, even when the lid is off.

aero
Автор

bravo tutorial, thx and god bless you and the world... regards from hong kong ^_^

wuyanchu
Автор

which IDE do you prefer to use? I see some tutrials using C on Visual code, . Which is the better option for debugging and GPIO use?

royhopkins
Автор

We build the robots car with Raspberry pi, use the python coding. Thanks for your video, that is really helpful.

ai-robots.online
Автор

You got me at soil moisture levels, I am terrible when it comes to watering my garden xD

huntingwithpride
Автор

When reading the program, the assignment operator should be pronounced "is assigned" not "equals". So,
pir = MotionSensor(4)
would be read "pir is assigned MotionSensor four" . Many instructors make this mistake. "Equals" is a comparison operator, which in Python is "==". The equal sign, =, is an assignment operator.

markanderson