Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (2024)

+ 189

For beginners I recommend to study Python and only afterwards begin to learn the order of C ++ >> Ruby >> JAVA. For learn of the web: HTML >> CSS >> JavaScript. JS it cool! JS client-side exec browser! Node.js server-side exec you code async and not blocked io!!

6th Nov 2016, 11:46 AM

Вадим Глушков

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (1)

+ 189

It depends on what you want to study: Web development, app development, embedded systems...Here are some languages that you can learn.🌐 WEB DEVELOPMENT:- HTML + CSS + Javascript (for beginners) - PHP, Java / Asp.Net / Perl / Ruby(dynamic languages) - SQL (for querys in databases)💻 DESKTOP AND 📱 MOBILE DEVELOPMENT:- Windows/Linux/MacOs - Java- Windows and Linux - C#.Net- MacOS - Swift/Objective-C- Android -> Java- iOS -> Swift/Objective-C- Windows Mobile -> C#.Net➕ Other languages: C, C++, Rust, Python, Ruby, Erlang,...

1st Dec 2016, 12:09 AM

Ismail

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (2)

+ 82

it really depends on what you want to do. higher level languages can screw with your knowledge base but can be very useful (like python) but lower level languages can give you a lot more control with a lot more work (assembly) the first rollercoaster tycoon is rumored to have been created with assembly. the lowest level we can do being binary which would take ages to program in. Every language runs down to binary eventually. if you want to do web dev, there are five basic languages you'll want to pick up from here (html, css, javascript, php, sql). if you want a more diverse set of applications there are two good ones to use, python, and java(not javascript). python is essentially a streamlined version of C++. C++ is a lower level than python and is used in programming things like browsers, the google search engine, stuff like that. remember the lower the level, or the closer to binary, the more you can do but it takes more work. python can essentially do pretty much everything c++ can do. some languages require a compiler, some don't. you can do the intros to each language on here to find that out for yourself. so in summary, it depends on what you want to do with your programming. I recommend learning a lower level/mid level like c++ or the easier to learn python first, that way (once you wrap your head around it) you can have a broader understanding of the roots and process of the languages, and a lot more fun with the projects. a raspberry pi or arduino for example (google them) have a lot of physical fun projects that teach you a lot and all can be done in python or c++. if it's your first time go with the fun one, you can always learn more languages, in fact it's usually necessary anyway. at the end of the day they all come back down to binary. learn one you learn part of another, it's the way it works (maybe not true with higher level like html, and css, higher level is more human friendly and tends to restrict itself). learn to speak to the machine friend and SkyNet may yet spare you :p

2nd Dec 2016, 12:37 AM

Sean Davis

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (3)

+ 66

first learn basic c

1st Dec 2016, 6:10 PM

kirankumar A

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (4)

+ 63

Web development: HTML, HTML5, CSS, PHP, Javascript & SQL.Linux/Cloud/IoT/Data Analysis: Python, SQL, R.App development: Java, C#, Swift , PythonEmbedded systems: C, C++, PythonIf you don't have any programming experience, i'd start with Python.

+ 39

html, html5, css, javascript -- firstif (love microsoft) { learn c# }else {learn java, c++}

3rd Dec 2016, 5:23 AM

Anibal Roman

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (6)

+ 27

First exercise basic algorithms and loops that are used in every programming languages.After that decide for which platform you have to start development.func(){ practice ;internet search ; // for more information}void main(){if (decision == (machines && hardware)){ learn c ++ ;. func(); learn c ;. func(); learn Python;. func();}if(decision==(android&&Web development){ learn JavaScript ;func();learn html;func();learn CSS;func();learn PHP ;func();learn CGI;func(); }func();func();func();func();func();cout<<"you are now a developer";}

5th Dec 2016, 6:08 AM

Kunwar Pratap Singh

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (7)

+ 21

Thank for answering. I'll do C++.

4th Nov 2016, 3:51 PM

Random

+ 15

I'm studying Computer Engineering at the University of Bologna and my study course started with C, which is not an OOP language, to let us understand why there is the need for objects, then we will focus on Java an C# and other languages. But most of the programming languages ar C-based, so I think it's important to study this language.

2nd Dec 2016, 5:20 PM

Lorenzo Felletti

+ 15

start with python

7th Dec 2016, 7:01 PM

Giorgi R.

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (8)

+ 15

It depends on your interest.I started with C followed by C++ .

16th Aug 2017, 10:13 AM

Annie

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (9)

+ 12

I think C and Java are both good for a strong base.C is a very simple and clean language,but it requires good attention to detail and solid understanding of basic concepts. With a bit of practice you'll have a strong base.Java would be great to learn and understand, but may be a bit overwhelming at first until you understand how Object Oriented Programming works.I wouldn't recomment C++ since it's pretty much Java and C together (C + Objects), and learning it first might result in bad habits.I started from Java, then learned C, and in my opinion starting from C would have been less confusing to me.

7th Nov 2016, 1:09 AM

Rustaffa

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (10)

+ 12

Ignore people that say you HAVE to learn a language first. Use whatever works best for what your doing

2nd Dec 2016, 6:11 PM

Addison “3master” Reilly

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (11)

+ 12

https://www.sololearn.com/discuss/302108/?ref=app

12th May 2017, 6:34 AM

#Happy@777

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (12)

+ 11

For Web developing ...HTML . HTML5..CSS...JAVASCRIPT i think that will help in web design for beginners..

1st Dec 2016, 12:32 AM

JONH GITAU MKANGAI

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (13)

+ 11

I recommend you to learn c++ first ,then c (it is nothing but a subset of c++) ,Java , python etc

18th Dec 2017, 12:03 PM

Annie

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (14)

+ 10

It depends on what your focus is on.

29th Nov 2016, 10:02 AM

Andrew

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (15)

+ 10

for beginners i recommend Python

30th Nov 2016, 7:25 AM

Shahari

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (16)

+ 9

it will be depend on you!what are you trying to do?

19th Apr 2017, 2:06 PM

Yusuf Hashmi

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (17)

+ 8

Depends on the ultimate goal. Html is a pretty easy one to learn. I started with java. Stay away from c++ etc for now might discourage a beginner. Good luck

4th Nov 2016, 3:53 PM

Eugene K

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (18)

Which programming language should I learn first ? | Sololearn: Learn to code for FREE! (2024)
Top Articles
The 8 most wasted foods & how to save them | FoodHero
Luxe payouts - Airbnb Help Center
Christian McCaffrey loses fumble to open Super Bowl LVIII
Rek Funerals
Sinai Web Scheduler
Mikayla Campinos Videos: A Deep Dive Into The Rising Star
REVIEW - Empire of Sin
Hillside Funeral Home Washington Nc Obituaries
Rainfall Map Oklahoma
Gon Deer Forum
Vermont Craigs List
Alexander Funeral Home Gallatin Obituaries
Soccer Zone Discount Code
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
U Arizona Phonebook
Craigslist Prescott Az Free Stuff
18889183540
Wemod Vampire Survivors
Craigslist Houses For Rent In Milan Tennessee
Menus - Sea Level Oyster Bar - NBPT
Understanding Gestalt Principles: Definition and Examples
Craigslist Pennsylvania Poconos
Boise Craigslist Cars And Trucks - By Owner
A Christmas Horse - Alison Senxation
Pokemon Inflamed Red Cheats
Town South Swim Club
*!Good Night (2024) 𝙵ull𝙼ovie Downl𝚘ad Fr𝚎e 1080𝚙, 720𝚙, 480𝚙 H𝙳 HI𝙽DI Dub𝚋ed Fil𝙼yz𝚒lla Isaidub
Rugged Gentleman Barber Shop Martinsburg Wv
Strange World Showtimes Near Regal Edwards West Covina
Movies123.Pick
Staar English 1 April 2022 Answer Key
The Land Book 9 Release Date 2023
Shoreone Insurance A.m. Best Rating
Telegram update adds quote formatting and new linking options
Frcp 47
Dying Light Nexus
Spn-523318
MSD Animal Health Hub: Nobivac® Rabies Q & A
Verizon Outage Cuyahoga Falls Ohio
Nba Props Covers
Citibank Branch Locations In Orlando Florida
Parent Portal Pat Med
About Us
Avance Primary Care Morrisville
Amy Zais Obituary
Secrets Exposed: How to Test for Mold Exposure in Your Blood!
Mmastreams.com
Msatlantathickdream
Craigslist Pets Lewiston Idaho
Hkx File Compatibility Check Skyrim/Sse
The Significance Of The Haitian Revolution Was That It Weegy
2121 Gateway Point
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 6633

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.