Help With Programming: Get Started Now!

  • Thread starter Thread starter jbmiller
  • Start date Start date
  • Tags Tags
    Programming
AI Thread Summary
Starting with programming can be daunting, especially when choosing between languages like C and Python. Many users recommend Microsoft Visual Studio for C programming, but alternatives like Code::Blocks are also viable, particularly for Windows users. The discussion highlights a common dilemma: the user feels overwhelmed and considers switching from C to Python due to its perceived simplicity and availability of tutorials. Despite concerns about returning a book and disappointing family, the user aims to eventually learn MATLAB as a second language. The community provides support by suggesting specific downloads for Code::Blocks, indicating that it can serve as both a text editor and compiler for C programming.
jbmiller
Messages
121
Reaction score
0
Hey everyone,

Sorry if I seem somewhat repetitive about this, but I need help with getting started. I feel really dumb because I've asked questions somewhat similar to this.

Ok, where do I even start with programming. I bought a book from Amazon, which says I need a "text editor" and a "complier". Alot of people have told me that I should download microsoft visual studio, and listening to their advice, I did.

From there I have no clue what to do. I'm tempted to just give up C and start back up again with Python. Since to me it seems much simpler to get started. I already have everything I need downloaded and the website comes with nifty tutorials. The only problem with this is that I already bought a book from Amazon, but prior to that I bought the Python book and sent it back telling my mom that it would be better to start with C. Now I don't know about you guys, but my mom would be pretty upset if I walked up to her telling her that I now need a python book. Not to mention that I would make a complete fool of myself...

My final goal is to program with Matlab. Regardless of which language I start with I would want my second language to be Matlab.

Thanks for the replies.
 
Technology news on Phys.org
I code C using CodeBlocks. It's an editor and compiler and will do what you need easily if you're using Windows.
 
Pengwuino said:
I code C using CodeBlocks. It's an editor and compiler and will do what you need easily if you're using Windows.

http://www.codeblocks.org/downloads/26

Which one should I download?

codeblocks-10.05-setup.exe
codeblocks-10.05mingw-setup.exe
 
Grab the second one.
 
Alright, thanks for the help. I really needed it.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top