Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Which is the best programming language to learn first?

#1
During high school, my programming teacher only taught us C++, and she always told us that this language is the "foundation" or programming, and that if you know it, you will eventually know any other languages too. But in my opinion they're still a bit different, and also require a lot of practice.

What do you think? Which is the best programming language to learn first?
Reply
#2
Not C++ unless you can handle it. Tongue

Python is a pretty beginner friendly language. Call me insane, but I actually don't mind PHP either.

Reply
#3
PHP and Java.
[Image: favicon.ico]CoD Glitches - Call of Duty Glitching Community
[Image: favicon.ico]CoD4 Zone - Call of Duty 4 Fan Discussion Forum
Reply
#4
I'm with hans, Python, made better because with python, some parts, and a raspberry pi you can literally make anything.
Reply
#5
All this talk about the raspberry pi makes me want one man... I think I'm gonna order one tomorrow.

What model of it do you have?

Reply
#6
(May 26th, 2017 at 9:30 PM)Hans Squeaky Wrote: All this talk about the raspberry pi makes me want one man... I think I'm gonna order one tomorrow.

What model of it do you have?

1 pi 2, 2 pi 3's and a few pi zero's and pi zero W's.

depends on the project.

I recently upgraded the CPU in my wearable computer to a Pi 3b for the extra CPU's and ram.
Reply
#7
In childhood days I got first programming essence in my life by writing a Windows batch file Big Grin
Reply
#8
(February 13th, 2019 at 8:48 AM)effone Wrote: In childhood days I got first programming essence in my life by writing a Windows batch file Big Grin

Ah, good ol' batch file days. I use to mess with people with them. Fun startup options and disguising them as Internet Explorer.  Tongue
Reply
#9
PYYYYTHONNNNN
[Image: userbar2.png]
2018 Makestation Member of the Year
July 2020 Makestation Member of the Month
December 2020 Makestation Member of the Month
2019 Makestation Member of the Year Nominee
Reply
#10
I created a scheduled task and duplicated it a large number of times on a work computer once, and its purpose was to continuously open internet explorer windows. People would keep trying to close them and they'd keep popping back up, about one every 30 seconds. It was great. Finna

Re: @Thomas - Yes - Python is probably one of the simplest languages I've ever attempted to use! It's very refreshing and significantly less time-consuming to write code as opposed to, say, Java. Tongue

Reply
#11
I'd like to update my statement lol.

Python, Basic, C++... and HTML 5/CSS.

why the last one?

because you can literally program games in HTML 5 and have them run on your website lol.
"I reject your reality and subsitute my own." - Adam Savage, Mythbusters
[Image: 5.jpg]
Reply
#12
(April 25th, 2014 at 8:09 PM)derailed Wrote: During high school, my programming teacher only taught us C++, and she always told us that this language is the "foundation" or programming, and that if you know it, you will eventually know any other languages too. But in my opinion they're still a bit different, and also require a lot of practice.

What do you think? Which is the best programming language to learn first?

C++ is only foundational for OOP and learning how to use a compiler. Literally nothing else.

C is a lot more foundational in the sense that it follows a more procedural approach by default but you can also write it as a more functional style, not to mention the gcc is insanely optimized so it'll run ultra-fast. The tradeoff is that it's a very small language, so although memorizing it will take you an afternoon, it will take you much longer to write anything useful. Also, it's rather unsafe in the sense that it doesn't do garbage collection on its own, you can play with memory directly, and most standard library stuff doesn't do input sanitation, so you need to implement stuff like that yourself.

If I were going to recommend you a language to start off with, it would be a tie between C and Python. As mentioned, C will get you all the foundational knowledge you need (and when things break, you'll have to go lower-level to assembly and bytecode to figure out exactly why something went wrong.) You'll learn a lot more in the long-run.

As for Python, the only reason I really recommend it is that it's easy. It reads like English. It can be written in any style, really (procedural, functional, OO if you really want.) It can run decently fast, you usually don't need to f*** with interpreter options. There is a massive community for it too, so when it gets down to finding how to do something, there's a good chance the question has been asked on StackExchange, and there's also probably a library dedicated to doing that. You can write programs that work a lot faster, but the tradeoff is that you don't really learn about what goes on behind the scenes until you get to CPython and the native interface.
Reply
#13
Python and C++ in my opinion
Reply
#14
I learned HTML, c, c++ and PHP. One of the favorite programming language.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Goto and Eval] The great evils of programming Darth-Apple 2 1,780 January 29th, 2021 at 5:48 PM
Last Post: SpookyZalost
  Official Assembly Language Thread. SpookyZalost 4 3,043 November 19th, 2020 at 5:14 PM
Last Post: SpookyZalost
  Can you Learn a Programming Language in Eight Hours? Darth-Apple 4 3,187 March 6th, 2020 at 11:20 PM
Last Post: Darth-Apple
  Learn PHP - Directory of Tutorials Darth-Apple 0 4,425 November 8th, 2013 at 2:44 AM
Last Post: Darth-Apple



Users browsing this thread: 1 Guest(s)

Dark/Light Theme Selector

Contact Us | Makestation | Return to Top | Lite (Archive) Mode | RSS Syndication 
Proudly powered by MyBB 1.8, © 2002-2024
Forum design by Makestation Team © 2013-2024