Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,183 members, 7,998,078 topics. Date: Saturday, 09 November 2024 at 06:48 AM |
Nairaland Forum / Science/Technology / Programming / Which Programming Language Should A Beginner Start With? (24246 Views)
For Every Beginner Who Asked - Which Language Should I Start With? Watch This / What Back End Language Should I Learn In 2020 ? / What Programming Language Should START With? (2) (3) (4)
(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply) (Go Down)
Re: Which Programming Language Should A Beginner Start With? by Nobody: 1:59pm On Oct 02, 2019 |
ibkayee:Impressive. Embedded people. You are probably more logical thinking than liking beautiful things. I'm opposite of you. |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:03pm On Oct 02, 2019 |
teamoneline: Tnx much |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:03pm On Oct 02, 2019 |
IamCharles123:ok |
Re: Which Programming Language Should A Beginner Start With? by Cousin9999: 2:06pm On Oct 02, 2019 |
Do your BSc in CS. If you don't have that option, start with C and x86-64 asm. Remember, the theory behind the language is the most important thing. You don't want to be like dumb Indians and eastern Europeans writing terrible code. |
Re: Which Programming Language Should A Beginner Start With? by ibkayee(f): 2:10pm On Oct 02, 2019 |
flex04:Lol I use other languages regularly, but Python isn't one of them |
Re: Which Programming Language Should A Beginner Start With? by Cousin9999: 2:11pm On Oct 02, 2019 |
Also, don't specialize until you actually know what you're doing. It will take around 2 years of independent study (depending on your background) to get there, whether you're in a program or not. There's a lot you can do besides building websites, and many of these opportunities pay well with a far smaller workload, and less qualifications required. Once you've gotten to a place where you can do certain things, it would be wise to take a few small contracts to get experience, make a little money, and develop as a professional. |
Re: Which Programming Language Should A Beginner Start With? by ibkayee(f): 2:11pm On Oct 02, 2019 |
truthsayer009:Lol |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:14pm On Oct 02, 2019 |
LastDays777: at all, html is strictly markup, nothing else, html5 api's like geolocation are mostly written in javascript. To call anything a programming language, it must have logic, sequence, selection (conditionals) and repetition (loops) |
Re: Which Programming Language Should A Beginner Start With? by uzoma213(m): 2:16pm On Oct 02, 2019 |
How about someone that wants to become a hacker, which language should he start with? |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:16pm On Oct 02, 2019 |
yinka303: python and/or R, these are their strong points, python has the most 3rd party libraries regarding anything data science, ML, DL, or numerical analysis 1 Like |
Re: Which Programming Language Should A Beginner Start With? by Cousin9999: 2:19pm On Oct 02, 2019 |
uzoma213: Why do you want to be a hacker? |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:19pm On Oct 02, 2019 |
Mummymahdi: any language can do this really, if you're a beginner, start with javascript, you can't go wrong, like someone said earlier, the applications of javascript is extensive, frontend, backend, mobile apps, even desktops apps with electron. but remember, start by building, build, build, build and build, write code that actually works, build a tic-tac-toe game (x and o), build an expense manager system (that keeps track of your income and expenses), build a card game, just build anything and keep building, thats the only way to get better. After you must have had a few working projects under your belt, you can apply to companies as an intern or a junior developer, learn about git and GitHub, their basic implementations are easy, and it helps your resume as it shows that you're familiar with the technologies developers use. push your code to GitHub that's how firms get to access your code, rather than sending your code in emails, you just send the GitHub link to your code, that's a lot more professional. (Even if you intend on becoming a freelance developer, i'll advice you get some professional experience first, two - three years minimum, that's why i included this paragraph, senior devs are all the hype, why junior devs and rookies are expendable so for a self taught developer, don't give in to the temptation of becoming a freelance dev immediately after learning how to code hello world in js ) you can go a step further to learn about design principles i.e S.O.L.I.D and design patterns i.e singleton, module e.t.c. These will help you to write better code, that is reusable and extensible. but those come later honestly, don't worry about them if you can't at least build a simple inventory management system. (the idea is that you first of all learn how to write code that works, then learn how to write code that works better) 3 Likes 1 Share |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:23pm On Oct 02, 2019 |
uzoma213: as a hacker, i don't think you should be too worried about languages, i believe you'd use a lot of python too, but i know you'd have to learn a lot about linux and its different distros and you'll also also have to learn about networking, (hackers are gurus in networking and operating systems) so there is a lot of theory involved |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:33pm On Oct 02, 2019 |
Ttrrffyyghuuh:aite... Tnx much |
Re: Which Programming Language Should A Beginner Start With? by akiOYIBO: 2:34pm On Oct 02, 2019 |
Ayomideen:Are you learning it on your own? |
Re: Which Programming Language Should A Beginner Start With? by TheManOfTheYear: 2:37pm On Oct 02, 2019 |
Trendy247:Yes, very free With certificates awarded after the completion of each course. Go to Play store to download |
Re: Which Programming Language Should A Beginner Start With? by AI007(m): 2:39pm On Oct 02, 2019 |
Depends on what you want to do....if you are hoping to dive into fields like data science, machine leaning and a little of A.I, you go with python as a starting, If android development start with Java then move to kotlin If web development, (though not programming languages) start with HTML and CSS for your frontends, then for backends either JavaScript, php (a little obsolete) or Java. But I recommend Java cause its the most versatile language and you could switch to any field with its knowledge If for game development go with c#/c++ A little advice don't rely much on tutorial videos or tutors, get materials online like PDFs and study Goodluck in the field! 1 Like 1 Share |
Re: Which Programming Language Should A Beginner Start With? by TheManOfTheYear: 2:41pm On Oct 02, 2019 |
IamCharles123:For someone who wants to go into app and system development, is Java the right language to learn? |
Re: Which Programming Language Should A Beginner Start With? by udoekere: 2:44pm On Oct 02, 2019 |
IamCharles123:hmm i'm confused,but alot of people say's that with python you can do everything even web development and design |
Re: Which Programming Language Should A Beginner Start With? by TheManOfTheYear: 2:45pm On Oct 02, 2019 |
danjumakolo:Oga stop making it look scary. 1 Like |
Re: Which Programming Language Should A Beginner Start With? by Nobody: 2:46pm On Oct 02, 2019 |
Ttrrffyyghuuh: Two many opinions are never good & OP would be confused at the end. People telling him to use python are stale really. But he would never know. |
Re: Which Programming Language Should A Beginner Start With? by udoekere: 2:49pm On Oct 02, 2019 |
IamCharles123:can you please briefly explain what data science is? |
Re: Which Programming Language Should A Beginner Start With? by uuzba(m): 2:49pm On Oct 02, 2019 |
uzoma213:You are not serious. People hack because they know ALL programming languages and are feeling wicked/revengeful. |
Re: Which Programming Language Should A Beginner Start With? by uuzba(m): 2:53pm On Oct 02, 2019 |
truthsayer009:I learnt small Visual Basic during my final year. Na there I draw line. Too much stress in programming, just to achieve one small thing. You guys that like programming, Go and program Nigerian softwares so we stop buying from Whitemen. Program Nigerian Windows 10. Nigerian MS Office Nigerian Apple OS. ... Nigerian AutoCAD ... These specific softwares will make our GDP rise. So many engineers out there using pirated software because they can't buy original one and then a few CARTING away dollars to whitemen that are already rich in America in exchange of original software. |
Re: Which Programming Language Should A Beginner Start With? by Barryseal: 3:00pm On Oct 02, 2019 |
Ttrrffyyghuuh:For a block chain developer like ethereum where does he start? |
Re: Which Programming Language Should A Beginner Start With? by Cousin9999: 3:01pm On Oct 02, 2019 |
uuzba: You don't understand hacking. |
Re: Which Programming Language Should A Beginner Start With? by udoekere: 3:13pm On Oct 02, 2019 |
Ttrrffyyghuuh:i'm confused,which one should i really learn first for web development.. |
Re: Which Programming Language Should A Beginner Start With? by kogbe22: 3:14pm On Oct 02, 2019 |
scave: Nice one, that's the best way to learn. |
Re: Which Programming Language Should A Beginner Start With? by johnrash(m): 3:15pm On Oct 02, 2019 |
C++ is good for a beginner |
Re: Which Programming Language Should A Beginner Start With? by Ayomideen(m): 3:16pm On Oct 02, 2019 |
akiOYIBO:Yes I am |
Re: Which Programming Language Should A Beginner Start With? by Ayomideen(m): 3:18pm On Oct 02, 2019 |
Re: Which Programming Language Should A Beginner Start With? by udoekere: 3:19pm On Oct 02, 2019 |
Ayomideen:you are using laptop or computer? |
(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply)
Web Development: How Much Will It Cost To Learn? / What Programming Language Is Used In Creating Viruses? / Java Tutorial For Beginners
(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. 43 |