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.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top