Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,998 members, 8,001,065 topics. Date: Tuesday, 12 November 2024 at 09:51 PM |
Nairaland Forum / Science/Technology / Programming / I Want To Learn Programming. Which Language Should I Start With? (694420 Views)
As A Computer Science Student,which Language Should I Start Learning / Which Programming Language Should He Go For? / I Want To Learn Computer Programming, What Language Should I Learn First? (2) (3) (4)
(1) (2) (3) ... (117) (118) (119) (120) (121) (122) (123) ... (168) (Reply) (Go Down)
Re: I Want To Learn Programming. Which Language Should I Start With? by stanliwise(m): 10:04am On Apr 25, 2020 |
sahm4u2nv:Start learning JavaScript. But learn me warn you. Mastering a language can take about two year of consistent writing codes everyday and learning new things. So if you have that energy then you’re good to go. By mastery I mean ability to do anything you want with a language and even more. 1 Like |
Re: I Want To Learn Programming. Which Language Should I Start With? by DriggityDre: 8:29pm On Apr 25, 2020 |
stanliwise:Isn't it better that he starts learning HTML5 first? It's easier and it could provide him basic knowledge. Then, he could start learning other languages from there; 1. HTML5 2. CSS 3. Javascript 4. Python Cc sahm4u2mv 2 Likes |
Re: I Want To Learn Programming. Which Language Should I Start With? by stanliwise(m): 8:34pm On Apr 25, 2020 |
DriggityDre:HTML five is not a programming language. JavaScript has gone beyond just web interface. The guy can start with NodeJs using JavaScript 1 Like |
Re: I Want To Learn Programming. Which Language Should I Start With? by DriggityDre: 9:00pm On Apr 25, 2020 |
stanliwise:You have a point but that's why it's basic knowledge. 1 Like |
Re: I Want To Learn Programming. Which Language Should I Start With? by donnhahalong: 7:55pm On Apr 26, 2020 |
Python is best programming language for beginer. 1 Like |
Re: I Want To Learn Programming. Which Language Should I Start With? by arejibadz(m): 2:47pm On Apr 27, 2020 |
Vue react or angular please which should i learn |
Re: I Want To Learn Programming. Which Language Should I Start With? by Collinsanele: 4:33pm On Apr 27, 2020 |
Javanian: Yes |
Re: I Want To Learn Programming. Which Language Should I Start With? by Raustin(m): 9:16pm On Apr 27, 2020 |
This thread is really usefull, thanks to all the contributors. How much can a freelance programmer earn ? Also, what programming language do employers look for the most? |
Re: I Want To Learn Programming. Which Language Should I Start With? by dipopooo(m): 12:11am On Apr 28, 2020 |
I have downloaded flutter SDK and android studio on my windows 7 but I'm finding it difficult to install flutter SDK. Someone should please send me step by step on how to install flutter SDK... Note: I'm a newbie in programming(as in I don't know shigbanka). |
Re: I Want To Learn Programming. Which Language Should I Start With? by don10ky(m): 4:00pm On Apr 28, 2020 |
arejibadz:You can start with vue.js them u later migrate to reactjs Vue is more easy to learn but as u meet bigger projects u will need reactjs |
Re: I Want To Learn Programming. Which Language Should I Start With? by Patiee: 5:55pm On Apr 28, 2020 |
Can someone help please. I'm using JavaScript Write a program that uses console.log to print all the numbers from 1 to 100, with two exceptions. For numbers divisible by 3, print "Fizz" instead of the number, and for numbers divisible by 5 (and not 3), print "Buzz" instead. When you have that working, modify your program to print "FizzBuzz" for numbers that are divisible by both 3 and 5 (and still print "Fizz" or "Buzz" for numbers divisible by only one of those). |
Re: I Want To Learn Programming. Which Language Should I Start With? by plat0: 6:26pm On Apr 28, 2020 |
Patiee:For ( var number =1 ; number<=100 ; number++) { let output= " " ; if ( number ℅ 3 ==0 ) output= "fizz" ; if ( number % 5==0 ) output= "buzz" ; } Console.log ( output || number ) ; |
Re: I Want To Learn Programming. Which Language Should I Start With? by NomzyJust(m): 10:59pm On Apr 28, 2020 |
sahm4u2nv: Hello Bro. I wouldn't mind getting data from you so I can finish my CS50 course on edx. I am currently learning JS. |
Re: I Want To Learn Programming. Which Language Should I Start With? by arejibadz(m): 6:19pm On Apr 30, 2020 |
Hy please do i need internet connection while learning react js |
Re: I Want To Learn Programming. Which Language Should I Start With? by Equity15(m): 11:47pm On Apr 30, 2020 |
javanian and other java gurus please help out. I'm trying to develop a cbt desktop application using java. now my question are number 1-20. I used the first jframe for questions 1-10 and a next button and another jframe for 11-20 and a back and submit button. now When I have selected answers of the first jframe, I click On the 'next' button to take me to the next sets of questions (11-20). after selecting all answers I noticed that when I click on the 'back' button to take me to the previous page, the answers I selected on the previous page are no longer selected. I have been stucked there for weeks, trying different ways and googling buy still haven't been able to do It. I'm frustrated RN. |
Re: I Want To Learn Programming. Which Language Should I Start With? by codeigniter(m): 8:47am On May 01, 2020 |
WritingHouse: Nice 10k view for N1000 |
Re: I Want To Learn Programming. Which Language Should I Start With? by berniceunice: 11:51am On May 02, 2020 |
Okay |
Re: I Want To Learn Programming. Which Language Should I Start With? by arejibadz(m): 9:02am On May 03, 2020 |
Please is it a must to learn data structures and algorithms before diving into programming |
Re: I Want To Learn Programming. Which Language Should I Start With? by Maskyy(m): 10:17am On May 05, 2020 |
arejibadz: You know this dolly parton song - swing along. So you swing along after a basic knowledge In data structure and algorithm. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Nobody: 5:14am On May 07, 2020 |
Thanks to those who created this thread. I'm a Python programmer with slight experience in scikit-learn,pandas,numpy and MATPLOTLIB. I'm thinking of moving into backend now, about to learn Django but I don't know if there is need for me to learn html and css?? Thanks |
Re: I Want To Learn Programming. Which Language Should I Start With? by DriggityDre: 3:48am On May 08, 2020 |
cc whitelotus omoowhe Check out this thread |
Re: I Want To Learn Programming. Which Language Should I Start With? by whitelotus: 3:57am On May 08, 2020 |
DriggityDre: Thanks for creating this thread. I know next to nothing about coding. But I want to build websites and mobile apps. |
Re: I Want To Learn Programming. Which Language Should I Start With? by DriggityDre: 3:59am On May 08, 2020 |
whitelotus:No be me create am o . Na normal thread. You want to major in web/software development. Start with JavaScript. |
Re: I Want To Learn Programming. Which Language Should I Start With? by DriggityDre: 4:02am On May 08, 2020 |
whitelotus:Scan through these threads I quoted you. There are useful tips. Use the Internet, as well. |
Re: I Want To Learn Programming. Which Language Should I Start With? by DriggityDre: 4:17am On May 08, 2020 |
whitelotus:Go to the 1st and 2nd page. There is a language guide on whatever path you're choosing. I believe you should start with JavaScript first, then later CSS. You could start learning more, after that. |
Re: I Want To Learn Programming. Which Language Should I Start With? by DriggityDre: 3:11pm On May 08, 2020 |
Vecto: Languages are best learnt with personal determination. It sticks to you more, than direct teaching. Plus my style may not be the one you grab. You might have your own way of understanding it. Learning articles also help a lot. You don't need to reach out to me. I believe you can do it, man Would love to learn cyber security.I believe you start with JavaScript first, then Python. You can start learning more after that. Just be determined. As far as you're truly interested, it wouldn't be a problem learning it. Check out page 1 and 2 of this thread for some article links. Use the internet to get more. 1 Like |
Re: I Want To Learn Programming. Which Language Should I Start With? by Abdullah1033: 3:36pm On May 08, 2020 |
Now in the market Python and Java are the most popular languages use in coding, bit for the sake of simplicity i will advice you should start with C to C++ and get the background if coding. |
(1) (2) (3) ... (117) (118) (119) (120) (121) (122) (123) ... (168) (Reply)
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 37 |