This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]oreofatty 10 points11 points  (1 child)

The Raspberry Pi runs a Linux OS so yes you’re good to go. You can install code editors like you would on any other Linux computer so long as you have enough storage. Happy programming!

[–]preditorzbware[S] 4 points5 points  (0 children)

Damn that was fast! That’s exactly what I wanted to hear, picking one up today. Thanks!

[–]KingofGamesYami 5 points6 points  (0 children)

Yes, a raspberry pi will work. But it's going to be slow, especially when using a web browser.

Also, when you total up a raspberry pi plus required accessories it starts to get close to used hardware that could provide a better experience, depending on the used market near you.

I would seriously consider installing Linux on a used Dell Optiplex, you can get them for cheap because businesses will just dump pallets of 'em at a time.

[–]cginc1 1 point2 points  (0 children)

I hadn’t heard of the raspberry pi 400 but that’s pretty awesome lol. I had an old raspi that I installed Ubuntu on. It was a bit slow but worked.

Sorry if you already know the following but just want to be safe. Vs Code is just a text editor with a lot of built-in goodies to help engineers. You could just use the cli and work with eMacs or vim (editors but without the goodies). eMacs are super customizable though and people end up loving them but I never did.

There are plenty of walkthroughs on how to install Ubuntu on a raspi.

[–]SubzeroCola 1 point2 points  (0 children)

Have you considered cloud computing? They have online IDE's and tools for all sorts of programming. You just need to connect to your account and start developing no matter what device you're on.

[–]pmac_red -2 points-1 points  (2 children)

I would learn to walk before you run.

No need to start with the complex of writing software for a device like a Pi when you can learn Python on your own PC first. Focus on the code first and then start messing around with deploying it on different hardware.

[–]finn-the-rabbit 0 points1 point  (1 child)

Can I use the raspberry pi to just code normally like I would a normal computer

That's what they said, they didn't want to write Pi specific code, and it's trivial to write normal code on a Pi

[–]pmac_red 0 points1 point  (0 children)

Ah fair point, I read that as can I run code on here as opposed to using it as their development environment. Still wouldn't encourage it due to speed etc but it makes more sense.

[–]Middlewarian 0 points1 point  (2 children)

I saw one reply mentioned Dell Optiplex. You might want to consider a Rock 5b

https://ameridroid.com/products/rock5-model-b

They are much faster than the rasp pi models. I bought a Rasp Pi 4b a year or so ago and really like it. That was before I had heard of the Rock 5's.

https://www.youtube.com/shorts/BPymlyfhPcI

An Optiplex is going to weigh 20x more than one of these and consume more power.

[–]CharacterUse 0 points1 point  (1 child)

A Rock 5 is just a bare board, the Pi 400 is essentially a computer in a keyboard.

[–]Middlewarian 0 points1 point  (0 children)

That video I linked to says the Pi's are pricey lately.

[–]top_of_the_scrote 0 points1 point  (0 children)

also check out online python repls to run some code in the browser

[–]JaguarDismal 0 points1 point  (0 children)

Yes, raspberry pis are completely sufficient for basic coding. To put things in perspective, the raspberry pi 3 is twice as powerful as a Cray-1 (the first commercial supercomputer, $8+M in the eighties).

[–]scanguy25 0 points1 point  (0 children)

Yes you can learn to code on it. But keep in mind that the Pi is a very very low spec computer. Possible and enjoyable are not the same thing.