Jump to content




raspberry pi programming


  • You cannot reply to this topic
15 replies to this topic

#1 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 15 May 2013 - 07:48 PM

hey guys i just purchased a raspberry pi for programming and i wanted to know what are some good ways to learn more about computers with the little device

#2 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 15 May 2013 - 07:58 PM

Learn Python. Any other language won't serve you too well; Python is what the Pi was made for.

#3 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 15 May 2013 - 09:10 PM

i have been learning python and i want to try some stuff with minecraft pi edition

#4 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 16 May 2013 - 03:41 AM

View Posttiin57, on 15 May 2013 - 07:58 PM, said:

Learn Python. Any other language won't serve you too well; Python is what the Pi was made for.

C/C++ would be better, as it teaches you how to interact with the hardware(kind of). Assembly would be even better.

#5 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 16 May 2013 - 05:42 AM

View PostETHANATOR360, on 15 May 2013 - 09:10 PM, said:

i have been learning python and i want to try some stuff with minecraft pi edition
I think you have to learn ruby then, because I think the modding API for it is in ruby(I might be wrong)

#6 nutcase84

  • Members
  • 711 posts
  • LocationIn My Lonely Little Computer Corner

Posted 16 May 2013 - 06:22 AM

View PostKingOfNoobs, on 16 May 2013 - 05:42 AM, said:

View PostETHANATOR360, on 15 May 2013 - 09:10 PM, said:

i have been learning python and i want to try some stuff with minecraft pi edition
I think you have to learn ruby then, because I think the modding API for it is in ruby(I might be wrong)

There is ruby for McPi. Use python. It's quite easy, and similar to lua.

#7 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 16 May 2013 - 06:28 AM

People, it doesn't have to be easy.

#8 ShadowedZenith

  • Members
  • 95 posts
  • LocationComputational Soup of the Cloud

Posted 16 May 2013 - 08:01 AM

View PostMads, on 16 May 2013 - 03:41 AM, said:

View Posttiin57, on 15 May 2013 - 07:58 PM, said:

Learn Python. Any other language won't serve you too well; Python is what the Pi was made for.

C/C++ would be better, as it teaches you how to interact with the hardware(kind of). Assembly would be even better.

Not entirely true. The Raspberry Pi has an ARM processor and, since not all Assembly languages are the same (just compare the x86 assembly to ARM and you'll see), unless he's specifically targetting ARM everytime he develops after that, it's not going to be very beneficial except maybe in understanding the overall structure of an assembly program.

Edit: As for on topic, I'd have to agree that Python would be a good way to go.

#9 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 16 May 2013 - 11:52 AM

There are several modding APIs for the RPi Minecraft edition. There is the Python one and a Node.js one. There are also quite a few others.

#10 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 16 May 2013 - 12:28 PM

Learn. Java. Now.

#11 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 May 2013 - 12:33 PM

View Postjesusthekiller, on 16 May 2013 - 12:28 PM, said:

Learn. Java. Now.
No, just no....

On topic: I agree with Mads C/C++ would be best...

#12 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 16 May 2013 - 12:37 PM

I also agree with c/c++ as the best

#13 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 16 May 2013 - 01:33 PM

View Postjesusthekiller, on 16 May 2013 - 12:28 PM, said:

Learn. Java. Now.
already know it and going to be developing android apps this summer and i also know C a liitle bit played around with format strings and stuff and about assembly i also want to learn the basics of it so i can use some features of the gnu de-bugger

#14 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 16 May 2013 - 01:42 PM

View PostETHANATOR360, on 16 May 2013 - 01:33 PM, said:

already know it and going to be developing android apps this summer and i also know C a liitle bit played around with format strings and stuff and about assembly i also want to learn the basics of it so i can use some features of the gnu de-bugger

I don't reccomend learning ASM on the raspi, you're much better off with learning Intel x86 Assembly, as it is the most widely supported(learn the 32-bit "mode").

#15 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 17 May 2013 - 02:34 PM

I was just kidding with java...

Use C++ (aka cpp) for small and medium things.

#16 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 21 May 2013 - 12:41 PM

Python.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users