hi
i am a beginner in electronics and i am keen to learn about raspberry pi
and how is it programmed is it like the Arduino or something else please
any one help me
hi
i am a beginner in electronics and i am keen to learn about raspberry pi
and how is it programmed is it like the Arduino or something else please
any one help me
It really depends what you want to do.
To help give you a SIMPLIFIED version, to help understand the first link given by David, which I feel will help you altogether:
Python is often used as the most go-to language for the Pi, in my experience. You can download environments to run other things, but if you're a beginner, Python is not only one of the best-documented programming languages on the RPi: it's also usually easier to read for beginners. Python also offers a variety of software from other users, already designed with the board in mind.
If you want a cheap web server for something, the RasPi does that too, but you need to learn the web-design language you want to program that in.
Long story short, Python is usually the "easiest" to pick up for this system, but there's exceptions to every rule. Just because you put 10w-30 oil in your car, doesnt' mean it's right for everyone's.... but it's usually the go-to when you don't know, for regular use.
It really depends what you want to do.
To help give you a SIMPLIFIED version, to help understand the first link given by David, which I feel will help you altogether:
Python is often used as the most go-to language for the Pi, in my experience. You can download environments to run other things, but if you're a beginner, Python is not only one of the best-documented programming languages on the RPi: it's also usually easier to read for beginners. Python also offers a variety of software from other users, already designed with the board in mind.
If you want a cheap web server for something, the RasPi does that too, but you need to learn the web-design language you want to program that in.
Long story short, Python is usually the "easiest" to pick up for this system, but there's exceptions to every rule. Just because you put 10w-30 oil in your car, doesnt' mean it's right for everyone's.... but it's usually the go-to when you don't know, for regular use.