• 0

What is (are) the best programming language(s) for beginners?


  

465 members have voted

  1. 1. What is (are) the best programming language(s) for beginners?

    • Pascal
      13
    • Java
      68
    • Python
      36
    • Vb.net
      50
    • Basic
      23
    • Delphi
      6
    • C
      37
    • C++
      37
    • C#
      100
    • Smalltalk
      0
    • Lisp
      1
    • A++
      0
    • Curry
      1
    • Haskell
      2
    • Ruby
      12
    • Perl
      8
    • Other (refer)
      9
    • PHP
      62


Question

Recommended Posts

  • 0

Definitely BASIC or VB.NET if you want GUI. Others may argue for C++ or C# if you want more of a challenge in the beginners level.

I wonder what do you guys mean by BASIC. MS-DOS Quick BASIC? FreeBASIC? All the BASICs I know of are terribly outdated languages.

I'm also curious of why would you consider C# more of a challenge than VB.

  • 0

I wonder what do you guys mean by BASIC. MS-DOS Quick BASIC? FreeBASIC? All the BASICs I know of are terribly outdated languages.

I'm also curious of why would you consider C# more of a challenge than VB.

Although through the CLR, C# and VB.NET executes the same, the syntax is quite different. I learned MS-DOS Basic so I was used to working with VB.NET when it was introduced. Now that I am familiar with C#, the learning curve was steeper but doable (going from VB.NET to C#). It depends on your background and what kind of "baggage" going into learning a language. If you have a clean slate, learn C# as an introductory langauge which I believe is better. In this way, you weill be better prepared for the newer iterations of C# when it comes (in terms of SDK functionality like 2.0, 3.0, and now C# SDK 4.0).

  • 0

C# has quickly become my default language. It's clean, easy to read, very well documented and exampled, fast and I've found non-coders can read/understand it too. I've had people that have never touched programming before help me find tiny little logic errors in a hundred lines of code that were causing weird bugs.

That, and VS (even the Express Free editions) is SUPER powerful, and the best IDE / toolset available today...

That and the sheer flexibility of C#, it can, with very little to no change, be running as a web app, a desktop app, a phone app, a 360 game, and a silverlight client with literally zero changes to the code. (well, outside of interface stuff...but the core code's the annoying bits anyways) Yes, C/C++ can be doing the same thing, but combine that with it's cleanliness and syntax and it's the best choice IMHO

  • 0
Although through the CLR, C# and VB.NET executes the same, the syntax is quite different. I learned MS-DOS Basic so I was used to working with VB.NET when it was introduced. Now that I am familiar with C#, the learning curve was steeper but doable (going from VB.NET to C#). It depends on your background and what kind of "baggage" going into learning a language. If you have a clean slate, learn C# as an introductory langauge which I believe is better. In this way, you weill be better prepared for the newer iterations of C# when it comes (in terms of SDK functionality like 2.0, 3.0, and now C# SDK 4.0).
Oh, I wholeheartedly agree then. VB is the logical choice if you're coming from any kind of BASIC background. As a new programming language, I'd recommend C# over it though, due to the syntax being more usual, and there being less language-specific additions in it. And I say that having started with VB myself. :laugh:
That, and VS (even the Express Free editions) is SUPER powerful, and the best IDE / toolset available today...

That and the sheer flexibility of C#, it can, with very little to no change, be running as a web app, a desktop app, a phone app, a 360 game, and a silverlight client with literally zero changes to the code.

Isn't it awesome. :heart:
  • 0

You said it, not me. Therefore, YOU should be the one answering. And if you're complaining about how I didn't quote the phrase verbatim, well get a grip and don't be such a hardass.

Again, I cannot elaborate on your claim. I never said "have a program that can do everything," you did. Maybe you should ask yourself. I said that some people prefer very abstract languages (and environments, but the two are treated as the same on this forum most of the time) where you get a high level of reward with very little investment, while others enjoy the minutia of how things work. Depending on where on the scale one is, C and C++ can either be or not be enjoyable.

  • 0

Again, I cannot elaborate on your claim. I never said "have a program that can do everything," you did.

I will quote you again.

There is no reason why C or C++ can't be enjoyable to learn. It all comes down to whether you have a real interest in learning how things work, or if you just want to push a few buttons in a wizard and be instantly rewarded on a massive scale. Pick whatever suits your style.

Looks like you have a serious lack of reading comprehension. That, or you're just ignoring what you don't want to read and trying to not be proven wrong.

  • 0

I will quote you again.

Looks like you have a serious lack of reading comprehension. That, or you're just ignoring what you don't want to read and trying to not be proven wrong.

I know what I wrote, because I wrote it. I know exactly what it means, because I wrote it. I have told you several times. Nowhere does it say "magically have a program that can do everything," like you've also been told several times. This is the last response I'm going to give you in this thread, so if you write any responses, you can just paste them into Notepad and paste my last post (#60) below them and keep arguing with yourself for as long as you want. Have fun.

  • 0

I know what I wrote, because I wrote it. I know exactly what it means, because I wrote it. I have told you several times. Nowhere does it say "magically have a program that can do everything," like you've also been told several times. This is the last response I'm going to give you in this thread, so if you write any responses, you can just paste them into Notepad and paste my last post (#60) below them and keep arguing with yourself for as long as you want. Have fun.

And I also said "If you going to nit pick about how I didn't quote exactly, don't be such a hardass". :rolleyes:

/done

Anyways, back on topic... Personally, I learned BASIC on my TI-83 Plus. Learned loops, basic conditionals, flow control (the wonders of having to use GOTO), and assignments. After that, I went on to Visual Basic 6.0 and then to C++. From there, everything else. Having the background in understanding basic programming concepts like conditionals, math, assignments, flow control, functions, loops, etc before hitting C++ made learning C++ a lot less frustrating. I wasn't trying to learn all the concepts from scratch on top of having to worry about pointers and memory management. This is why I usually suggest scripting languages like Python for beginners. There's a lot you can do with it, and it makes it easy to learn fundamentals while being able to write up useful programs. C# is also good if you want to jump right into a more traditional C-style OO language. Lots of resources, lots of built in libraries, code completion, built in help for everything, and more.

Not many people seem to like or prefer Perl. Maybe I'm just weird. :laugh:

  • 0

Name one programming language where you can "push a few buttons in a wizard" and magically have a program that can do everything.

Go ahead. I'm waiting. :rolleyes:

I think he means the IDE. Microsoft does a real good job at wizards and shortcuts (ctrl+K, ctrl+S or right click "Surround with...") for development, hell they have a shortcut to do an "if" statement and block of code. Its good for connecting databases, forms, etc... but if you dont know how to do this without the magic of a wizard then thats not good. Well its not bad but would it be better to know the ground work also so you can have more control? It like using phpMyAdmin to do a database, all point and click and it even generates php code for you.

  • 0

More to the point, which godless soul voted for LISP?! :huh:

Ok, I'm going to take credit for that. I learned it way back in the early 90's when I was in college and I remember how stupidly hard that language was. I learned LISP man.. probably 16 years ago. It's bad. Even worse than RPG or COBOL, and those are pretty bad. But look at it this way, if you learn LISP first anything will be easier afterwards.

  • 0

Ok, I'm going to take credit for that. I learned it way back in the early 90's when I was in college and I remember how stupidly hard that language was. I learned LISP man.. probably 16 years ago. It's bad. Even worse than RPG or COBOL, and those are pretty bad. But look at it this way, if you learn LISP first anything will be easier afterwards.

Yeah. That's like saying that after you cut your finger 50% off with a saw, a slip with a kitchen knife won't be that bad.

  • 0

I think it truly depends on what you want to do.

The easiest language to learn is probably Basic or one of the variants like Visual Basic.Net however there's not really much call for it in a professional environment if that's where you ultimately want to head.

Perl is outdated, same with C++ etc.

I personally don't like Java and prefer C# over it but there's plenty of opportunities for both professionally.

If it's for websites then I'm afraid you can't just get by with one language these days. You need to learn HTML/XHTML, JavaScript, CSS, XML, backend language like C# etc. etc. (yes I know CSS, XML aren't really languages but in a way they count as you have to learn them).

  • 0
The easiest language to learn is probably Basic or one of the variants like Visual Basic.Net however there's not really much call for it in a professional environment if that's where you ultimately want to head.

I wouldn't say that VB (especially .NET) isn't desirable in a professional environment. Short of the syntax, VB.NET and C# are very similar, and VB is only very loosely descended from VBScript. There's still a fair amount of demand for it in business programming (the majority of the code where I work was originally written in ASP, and the developers made the jump to VB ASP.NET, so the majority of our work is still done in VB.NET).

=====================

My votes went to: Python, C++ and C# (with C++/C# in no particular order).

=====================

The whole C# vs C++ thing reminds me of this...

post-125341-12760359542253.jpg

  • 0

There is no reason why C or C++ can't be enjoyable to learn. It all comes down to whether you have a real interest in learning how things work, or if you just want to push a few buttons in a wizard and be instantly rewarded on a massive scale. Pick whatever suits your style.

I agree with you, I started programming in C, and then after about 2 years of that I now program in C++ aswell, I didn't care for things like VB, or C#, so I started playing with C and using gcc and thats when I actually started programming.

I voted C because its what I started programming in.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Adobe Acrobat Reader DC 2026.001.21677 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Everybody will complain, but probably will sell like hotcakes......
    • HONOR launches the HONOR Watch 6 along with early bird discounts and gifts by Steven Parker Global leading AI device ecosystem company HONOR today announced the launch of the HONOR Watch 6. Engineered to unlock your healthiest potential, HONOR Watch 6 is a cutting-edge smartwatch that flawlessly integrates a light and elegant design with professional sports modes and continuous health tracking powered by the latest HONOR AI capability, catering to those who pursue optimal fitness, sports performance, and holistic health. The HONOR Watch 6 is designed to provide professional-grade workout supports and beyond. Featuring a striking Racing Dashboard Design, The HONOR Watch 6 seamlessly draws inspiration from high-performance air intakes to create a visually dynamic and hardcore technological look. Constructed from recyclable aluminum alloy, this device weighs as little as 41 grams​, achieving exceptional lightness and outstanding durability, making it a reliable companion for active everyday wear. The exterior of the smartwatch is accentuated by precision-crafted beveled edges, enhancing its overall three-dimensional visual effect and perfectly blending ultimate hardcore performance with cutting-edge trend expression. Furthermore, the watch's meticulously polished body undergoes an exquisite and delicate sandblasting process, delivering a luxurious texture comparable to titanium alloy and exuding a highly premium tactile experience. Embracing this bold technological aesthetic, the smartwatch caters to modern sensibilities, offering a flawless blend of high-performance design and premium craftsmanship for discerning users. Equipped with an impressive 120+ sports modes, the new smartwatch offers exceptionally comprehensive tracking that truly stands out by bringing professional-grade analysis right to the wrist. Highlighting this elite capability are specialised sports mode for activities like Trail Running, Badminton, and Football. The Trail Running experience places a special focus on outdoor performance, empowering runners with an AI running coach, detailed climbing and distance metrics, and intelligent route deviation alerts, all tracked precisely by the AccuTrack system dual-band six-star GPS. To ensure flawless operation in any environment, the display features advanced water-touch control, guaranteeing the screen reacts perfectly even with wet hands or during rainy scenarios. For court and field sports, the smartwatch delivers professional-level data—such as badminton smash speeds, consecutive rally tracking, and comprehensive football heat and trajectory maps—providing users with advanced insights to elevate their competitive training. Additionally, the HONOR Watch 6 features IP691 water and dust resistance and is powered by a robust 980mAh battery​, the smartwatch claims to deliver extra durability and a remarkable ultra-long battery life of up to 35 days. This exceptional endurance makes it the perfect companion for rigorous outdoor workouts and extended adventures, ensuring users stay active, fully tracked, and continuously supported without the hassle of frequent charging. The HONOR Watch 6 is designed to make advanced health tracking accessible and effortless for everyday life, seamlessly monitoring vital metrics such as heart rate, blood oxygen, stress levels, and sleep cycles.​ Featuring a Quick Health Scan, users can instantly obtain a comprehensive health analysis of key indicators, offering valuable insights into their physical well-being at any time. An automatic daily report delivers a convenient summary every morning to help start the day with a clear understanding, while the all-day health tracking features continuously monitor essential indicators such as body energy, blood oxygen, and sleep cycles, promoting both physical and mental wellness. Supported by the HONOR IntelliSense system—which utilises richer, more uniform signal acquisition than traditional PPG modules—the watch ensures highly precise heart rate and blood flow tracking. Elevating everyday convenience, the new smartwatch features an ultra-bright display reaching 3,000 nits of peak brightness for crystal-clear visibility in direct sunlight. Adding a dynamic level of customisation, the innovative Video Watch Face allows users to set live photos or short videos under 10 seconds as highly personalised, moving backgrounds. Built for maximum efficiency, the device supports dual-phone pairing to centralise notifications from two smartphones, alongside a built-in AI Recorder that automatically generates smart voice notes and summaries for life on the go. Hands-free control is made effortless through intuitive wrist-twist gestures, letting users silence alarms, manage calls, and skip songs without touching the screen. Rounding out the smart experience, advanced NFC integration supports Mastercard and Visa​5, enabling seamless daily payments without the hassle of pre-loading funds. Pricing and Availability The HONOR Watch 6 will be available in Twilight Brown and Shadow Black to suit diverse tastes. Starting from June 18th 2026 customers can purchase the HONOR Watch from £169.99. For more information on availability and purchasing options, please visit the HONOR online store at www.honor.com/uk/. For the first month on-sale, HONOR is offering an early bird discount of £80 in addition to a gift with purchase of HONOR Choice Earbuds Clip, priced in the UK at £59.99. Look out for our review of it, coming in early July.
    • Your favorite clickbait gets a clickbait feature? Shame on you!
  • Recent Achievements

    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
    • One Month Later
      Vincian earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      546
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      80
    4. 4
      ATLien_0
      64
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!