meddyliol
Posts: 118
Joined: Thu Mar 20, 2014 8:28 am
Location: South Wales

Which software for general programming

Fri Mar 21, 2014 9:38 am

I will be getting my Raspberry Pi today (I hope). As an old 'un I have limited experience with assembly language and C+. I want to learn Python, maybe with a view to building a website. Which is the best OS for this? I have downloaded the Noobs package and the Wheezy one. Another question is, when the Wheezy package is unzipped it leaves me with an image file. Do I just put this on an SD card or do I have to 'extract' the image file. If I mount the image file it only gives a total size of about 58 MB as opposed to the image file of 2.96 GB. Sorry if this sounds a little garbled (I am an old 'un you know ;) ).

If anyone can decode my blurb I could do with some advice.

Thanks

Brian 8-)
Raspberry Pi B, Raspberry Pi 2, monitor, powered hub, mouse, keyboard and Volvo V50 car

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26660
Joined: Sat Jul 30, 2011 7:41 pm

Re: Which software for general programming

Fri Mar 21, 2014 9:40 am

Raspbian is the best bet - it's the Foundations recommended OS and the one we do all dev work on.

The reason you only see 58M is that the image is of two partitions, the first is about 60, and that is the one that gets mounted.

If you are up to the job of manually imaging the SD card, I'd go that route, if not NOOBS is really easy to install.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

meddyliol
Posts: 118
Joined: Thu Mar 20, 2014 8:28 am
Location: South Wales

Re: Which software for general programming

Fri Mar 21, 2014 9:59 am

Thanks for your prompt reply. I have some experience with computers (am using a Macbook Pro now). How do I go about imaging the SD card? I have formatted the card with the recommended formatter (SDFormatter). Now what do I do?

Thanks again

Brian
Raspberry Pi B, Raspberry Pi 2, monitor, powered hub, mouse, keyboard and Volvo V50 car

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26660
Joined: Sat Jul 30, 2011 7:41 pm

Re: Which software for general programming

Fri Mar 21, 2014 10:50 am

There should be plenty of guides out there for imaging a card from a Mac. I don't use one so cannot comment. google is your friend.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

meddyliol
Posts: 118
Joined: Thu Mar 20, 2014 8:28 am
Location: South Wales

Re: Which software for general programming

Fri Mar 21, 2014 10:54 am

OK, thanks for that
Raspberry Pi B, Raspberry Pi 2, monitor, powered hub, mouse, keyboard and Volvo V50 car

User avatar
DeeJay
Posts: 2027
Joined: Tue Jan 01, 2013 9:33 pm
Location: East Midlands, UK

Re: Which software for general programming

Fri Mar 21, 2014 11:12 am

meddyliol wrote:How do I go about imaging the SD card? I have formatted the card with the recommended formatter (SDFormatter). Now what do I do?
Using SDFormatter is redundant/superfluous if you plan to 'flash' an Operating system image file onto the SD card. But no harm has been done.

The instructions on the Raspberry Pi Foundation Downloads page say:
The following raw images are intended for advanced users. To use an image file, you will need to unzip it and write it to a suitable (2GB or larger, 4GB or larger for Raspbian) SD card using the UNIX tool dd. Windows users should use Win32DiskImager. Do not try to drag and drop or otherwise copy over the image without using dd or Win32DiskImager – it won’t work. If you’re still not clear on what to do, the community on the Raspberry Pi Wiki has written a guide for beginners on how to set up your SD card.


Following that last link will bring you to a page which includes Flashing the SD card using Mac OSX

If all that sounds too daunting, I'd suggest using NOOBS instead - it was designed to make installing as easy as copying a few files using drag-and-drop on the Mac. You will need at least an 8G SD card to install NOOBS at the time of writing. Again, there are lots of tutorials for NOOBS, but the 'official' Quick Start Guide is a good first read.
How To Ask Questions The Smart Way: http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

meddyliol
Posts: 118
Joined: Thu Mar 20, 2014 8:28 am
Location: South Wales

Re: Which software for general programming

Fri Mar 21, 2014 1:50 pm

Thanks for all of your replies, I think I have done it with 'sudo dd bs=1m if=~/Desktop/2014-01-07-wheezy-raspbian.img of=/dev/rdisk2' I won't know until I have my machine which hasn't arrived yet. :cry:
Raspberry Pi B, Raspberry Pi 2, monitor, powered hub, mouse, keyboard and Volvo V50 car

User avatar
Richard-TX
Posts: 1549
Joined: Tue May 28, 2013 3:24 pm
Location: North Texas

Re: Which software for general programming

Fri Mar 21, 2014 8:10 pm

If it were me I would download the image mentioned below and use it. The later versions have bugs that are being worked on.
Richard
Doing Unix since 1985.
The 9-25-2013 image of Wheezy can be found at:
http://downloads.raspberrypi.org/raspbian/images/raspbian-2013-09-27/2013-09-25-wheezy-raspbian.zip

meddyliol
Posts: 118
Joined: Thu Mar 20, 2014 8:28 am
Location: South Wales

Re: Which software for general programming

Sat Mar 22, 2014 8:41 am

Thanks for that, I am downloading it now. I need all the help I can get. :)
Raspberry Pi B, Raspberry Pi 2, monitor, powered hub, mouse, keyboard and Volvo V50 car

Return to “Beginners”