Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,749 members, 7,824,158 topics. Date: Saturday, 11 May 2024 at 01:07 AM

I Want To Learn Programming. Which Language Should I Start With? - Programming (95) - Nairaland

Nairaland Forum / Science/Technology / Programming / I Want To Learn Programming. Which Language Should I Start With? (661346 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) ... (92) (93) (94) (95) (96) (97) (98) ... (165) (Reply) (Go Down)

Re: I Want To Learn Programming. Which Language Should I Start With? by ramd2530: 12:05am On Jun 15, 2018
I am also a newcomer in the programming. But now I am learning very good. I can clear all doubts by visiting Netgear Genie support https://netgears.support/netgear-genie-support/
Re: I Want To Learn Programming. Which Language Should I Start With? by sparkle6(m): 3:00pm On Jun 17, 2018
Why is this thread always on top in the programmer section. its obslete..
Re: I Want To Learn Programming. Which Language Should I Start With? by abiriba: 10:25pm On Jun 17, 2018
I want to lean programming.who can be my mentor.?
I will really appreciate such gesture.
Re: I Want To Learn Programming. Which Language Should I Start With? by abiriba: 10:28pm On Jun 17, 2018
Hello Team, please I want to learn programming .Who will be my mentor and how do I g about it.
Thank-you Jesus.
Re: I Want To Learn Programming. Which Language Should I Start With? by valleyice(m): 12:39pm On Jun 18, 2018
How to Become an I.T Expert in Less Than 6 Months and Start Earning Big
https:///2Mv4RH3
Re: I Want To Learn Programming. Which Language Should I Start With? by CodePlay1(m): 4:00pm On Jun 18, 2018
I'd advice you to start with java. Its easy to learn, Object oriented and a very useful multipurpose language. Its the language used to write native android apps so if u want to code android/desktop apps....java is the way.

I'm a freelance android app developer. And im the best at what I do.
Contact me if u want to write an app at a decent price...I take my contracts personally and make sure i produce the best results with great UI, good functionality, bug-free and at speed time.
Please If ur looking for someone to write an app for u at a cheap price then later produce average-weak results im not ur guy, there are many other cheap free lancers out there that u can go to. But if u want a product that would surpass ur expectations and wow everyone who uses it, then im ur guy.
Contact - 09023524748
What's app - 09053159782

Some of my works...

Re: I Want To Learn Programming. Which Language Should I Start With? by Nobody: 2:21am On Jun 21, 2018
Pls bro cud u briefly outline d steps u followed b4 bcomin an app developer?
CodePlay1:
I'd advice you to start with java. Its easy to learn, Object oriented and a very useful multipurpose language. Its the language used to write native android apps so if u want to code android/desktop apps....java is the way.

I'm a freelance android app developer. And im the best at what I do.
Contact me if u want to write an app at a decent price...I take my contracts personally and make sure i produce the best results with great UI, good functionality, bug-free and at speed time.
Please If ur looking for someone to write an app for u at a cheap price then later produce average-weak results im not ur guy, there are many other cheap free lancers out there that u can go to. But if u want a product that would surpass ur expectations and wow everyone who uses it, then im ur guy.
Contact - 09023524748
What's app - 09053159782

Some of my works...
Pls bro cud u briefly outline d steps u followed b4 bcomin an app developer?
Re: I Want To Learn Programming. Which Language Should I Start With? by HackTheLife: 5:54am On Jun 28, 2018
Re: I Want To Learn Programming. Which Language Should I Start With? by chukzyfcbb: 4:46pm On Jul 03, 2018
just a little tease for coders who feel indispensable. smiley

1 Like

Re: I Want To Learn Programming. Which Language Should I Start With? by mbz101(m): 11:07am On Jul 04, 2018
We buy and sell Bitcoin,Eth,Bch,Skrill,Payoneer,Nettteller,Paypal and other digital money


For ur online Clean E-marketing tools
Php Mailer:$15
Cp:$15
Rdp:$15
Google voice:$10
Webmail:$15
VPN No logs $30 yr

Take note as will are solution provide for accounts and credit code



Amazon aws EC2 Active (3) Accounts $75 One Account is $30

VPS Windows Server $32 Per Year

Business verified Account Payza $60

$50 aws Credits | Srise 2017 $25

Digital Ocean $50 credit code $25

bing Ads coupon 200$ worldwide $50

Tinkoff Bank wallet + verified iD+ virtual MasterCard $50

Verified USA paypal merchant account worldwide $60
Note: REQUIREMENT: you must have an active payoneer account, which is free to open.

BUSINESS Paypal Verified Account w/ Transaction History $100

Crypters & binders software MegaPack 60+ items $85

Stealth PayPal account age 2010+ Bank+card+Cookies $100

Lynda and Udemy with github account lifetime $20

payoneer.com USA GBP EUR approved account not used $45

Paxful trading account more than 50 trade and 45 positive feedbacks 0 neg $40

Premium Linkedin.com 119$/month 1 month is included $50

Windows 10 PRO x64 Pre-Activated Cracked OS iso $30

Account capitalist.net verification payment service $60


I'm legitimate business. No games please..

Contact me to place order: 08051671260
Re: I Want To Learn Programming. Which Language Should I Start With? by U1(m): 6:01pm On Jul 05, 2018
Hello, everyone. To the experts in the house, I wish to know what language is easier to learn and I can use to write tools that may be useful for my personal use.

For example, a language that can used to write scripts that can collect specific information on websites or from search results - something like an information harvester, nothing illegal though.

Can any knowledgeable person in this area provide guidance? Thanks.

cc

Kodewrita
Javanian
Re: I Want To Learn Programming. Which Language Should I Start With? by sai963: 11:56am On Jul 07, 2018
Easy to start learning with C language make you understand other programming languages
It is easy to learn.
It is a structured language
It produces efficient programs
It can handle two-level machine languages

C language makes you understand easily with simple language like English alphabets.
Some examples of the use of C:
Operating system
Language compilers
Assemblers
Language Interpreters
And utilities
We can handle database easily

With the Applications of C language we can design different types of applications like designing system software (OS) and compilers, designing games software, database, we can solve mathematical operations.

Some of the instructions given below for using the symbols and special characters:
C Basic commands Explanation
#include <stdio.h> : This is a preprocessor command that includes standard input output header file(stdio.h) from the C library before compiling a C program
int main() : This is the main function from where execution of any C program begins.
{ :This symbol is the beginning of the main function.
/*_some_comments_*/ : C program, won’t be considered for compilation and execution.
printf(“Hello_World! “); printf command prints the output onto the screen.
getch(); This command waits for any character input from keyboard.
return 0; This command terminates C program (main function) and returns 0.
} This symbol is to end of the main function.

Learn Basic programming from fdaytalk
www.fdaytalk.com/software/

By sainath Rao Career advisor
Re: I Want To Learn Programming. Which Language Should I Start With? by U1(m): 10:49am On Jul 08, 2018
sai963:
Easy to start learning with C language make you understand other programming languages
It is easy to learn.
It is a structured language
It produces efficient programs
It can handle two-level machine languages

C language makes you understand easily with simple language like English alphabets.
Some examples of the use of C:
Operating system
Language compilers
Assemblers
Language Interpreters
And utilities
We can handle database easily

With the Applications of C language we can design different types of applications like designing system software (OS) and compilers, designing games software, database, we can solve mathematical operations.

Some of the instructions given below for using the symbols and special characters:
C Basic commands Explanation
#include <stdio.h> : This is a preprocessor command that includes standard input output header file(stdio.h) from the C library before compiling a C program
int main() : This is the main function from where execution of any C program begins.
{ :This symbol is the beginning of the main function.
/*_some_comments_*/ : C program, won’t be considered for compilation and execution.
printf(“Hello_World! “); printf command prints the output onto the screen.
getch(); This command waits for any character input from keyboard.
return 0; This command terminates C program (main function) and returns 0.
} This symbol is to end of the main function.

Learn Basic programming from fdaytalk
www.fdaytalk.com/software/

By sainath Rao Career advisor




I am not sure if your response was for meant me, but it seems. Do you mean a newbie should do well with C language at the beginning? And can one use it to create scripts that perform specialised functions? Thanks.
Re: I Want To Learn Programming. Which Language Should I Start With? by dragnet: 8:08pm On Jul 08, 2018
U1:


I am not sure if your response was for meant me, but it seems. Do you mean a newbie should do well with C language at the beginning? And can one use it to create scripts that perform specialised functions? Thanks.
Go for python.
Re: I Want To Learn Programming. Which Language Should I Start With? by Kvngfrosh(m): 8:15pm On Jul 08, 2018
Pls am a newbie to dis programming stuff and i tink python is the best language for a newbie because i follow this thread from day one which book /pdf do i download or application thanks GOD bless
Re: I Want To Learn Programming. Which Language Should I Start With? by tollyboy5(m): 10:58pm On Jul 09, 2018
Kvngfrosh:
Pls am a newbie to dis programming stuff and i tink python is the best language for a newbie because i follow this thread from day one which book /pdf do i download or application thanks GOD bless
Bro better start with Python because I started with C++ last year and if you know what CPP did to me ehn! the deeper you go in c++ the wider it becomes and complex algorithm but I'm proud C++ programmer not bad ass programmer yet
Re: I Want To Learn Programming. Which Language Should I Start With? by Adegbem01(m): 11:28pm On Jul 09, 2018
U1:
Hello, everyone. To the experts in the house, I wish to know what language is easier to learn and I can use to write tools that may be useful for my personal use.

For example, a language that can used to write scripts that can collect specific information on websites or from search results - something like an information harvester, nothing illegal though.

Can any knowledgeable person in this area provide guidance? Thanks.

cc

Kodewrita
Javanian
You are talking about webscrapping, you need to learn python, it much easier scrapping with it
Re: I Want To Learn Programming. Which Language Should I Start With? by U1(m): 9:26pm On Jul 10, 2018
dragnet:

Go for python.

Thanks, Dragnet the great. cheesy

Adegbem01:

You are talking about webscrapping, you need to learn python, it much easier scrapping with it

Thanks, bro.
Re: I Want To Learn Programming. Which Language Should I Start With? by dragnet: 11:12am On Jul 11, 2018
U1:

Thanks, Dragnet the great. cheesy


Thanks, bro.
Lol... but take the advise seriously.

(1) (2) (3) ... (92) (93) (94) (95) (96) (97) (98) ... (165) (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. 36
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.