What's new

Question About Programming

tambay28

Eternal Poster
Established
Joined
Aug 4, 2013
Posts
1,192
Reaction
201
Points
328
Age
32
mga master tanong ko lang. ano dapat una pag aaralan or i mean topic kapag magsisimulang mag aral ng programming most especially sa coding.
anong programming language ang unang dapat matutunan?
 
C language, and wag kang gumamit ng IDE(Integrated Development Environment), gamitin mo mga text editor like atom, sublime text, etc. Lastly hanap kanang compiler like Clang, GCC, etc. And the best choice is nood kanang Tutorial sa YøùTùbé kase nag-iistart palang din ako. Yan mga sinabi ko natutunan kolang din sa yt. Hahahahaha, pero ewan sayo kung anong gugustuhin mo, i prefer C sabi nga nila mas maganda unahin ang hirap kesa sa saya(idk), kase ang C ay isang uri ng low level language wherein medyo mahirap sya intindihin d sya kagaya mg mga high level language like python parang mga English words mga code dun. [ikaw na bahala]
 
C language, and wag kang gumamit ng IDE(Integrated Development Environment), gamitin mo mga text editor like atom, sublime text, etc. Lastly hanap kanang compiler like Clang, GCC, etc. And the best choice is nood kanang Tutorial sa YôùTùbé kase nag-iistart palang din ako. Yan mga sinabi ko natutunan kolang din sa yt. Hahahahaha, pero ewan sayo kung anong gugustuhin mo, i prefer C sabi nga nila mas maganda unahin ang hirap kesa sa saya(idk), kase ang C ay isang uri ng low level language wherein medyo mahirap sya intindihin d sya kagaya mg mga high level language like python parang mga English words mga code dun. [ikaw na bahala]
Not recommended for newbie kong naglelearn kapa like arrays, if else statements. basic lang sa mga high level tapos leap ka sa c++.
 
This is a VERY SUBJECTIVE question and it all depends on how much you wanna spend time, your environment, resources etc.

If I'll be practical, I'll go with JavaScript first because you can use it for almost anything: frontend, backend, mobile, desktop apps. You name it. Machine learning, command line tools, gaming, häçking. It's easily accessible on your browser. You can start on any text editor or even online REPL or IDEs. With JavaScript there's chance you'll be touching visuals designs with CSS and HTML. There's also reporting and dashboard powered by the likes of D3 and etc.

I'll go with Python next because it's just really a versatile language for data analysis, machine learning. You can create web sites too. You can do a lot with Python as well like JavaScript but JavaScript is still the king on web dev. Hence I suggest JavaScript first.

Stay away from C if you're a beginner. If you insist on systems programming, go with something modern and addresses the shortcomings of C and its cousins. Learn Rust and Go instead. Go has been powering a lot of stuff that you might not even know.

Avoid Visual Basic specially VB6. It's not difficult but I find it weird and dumber. If you insist with VB6, just learn C or assembly language.

But at the end day all these languages that I mentioned (and also those I did not) will soon end up needing some kind of frontend representation. You'll eventually end up learning JavaScript. So you might as well invest on it.
 
if nasa skwelahan ka.. mostly nasa python sila nag stick.. so better py ka... meron di mga c base companies which is ito ang first ko at mas madali to sa machine learning

pero for me ill go for php js ts... ci at lara kasi ako mostly e..

pero all in all nasa sayo yan... networker kasi ako..ahahaha
 
Kung nag-aaral ka pa mas maganda kung ano 'yung nasa curriculum mo.
Alamin mo muna kung ano gusto mong pasukin kung web developer / game developer / etc...
Kung hindi mo pa alam kung ano ang gusto mong tahakin na landas, pag-aralan mo mga general purpose ProLang
like java, c# or python.

Pag-aralan mo muna lahat ng basics then 'wag mong hayaan na ma-trap sarili mo kaka-aral I mean puro nood lang ng tutorials.
Importante talaga kung ano ang gusto mo bago mo pasukin ang isang bagay, kasi minsan tatamadin ka at pag tinamad ka
wala kang matatapos na tutorials/personal projects, kaya dapat alamin mo muna gusto mo.
 
Depende sa forte mo, kung tatahakin mo is web development, im not saying skip c/c++ kse sila talaga ung magagandang foundationg pero yang mga yan di magiging factor sa webdevelopment.

Kung ang goal mo is mag build ng website, with current trend, better to learn Javascript, then javascript framework such as react/vue/node.

Pero again, ang learning curve is magiging dependent kung sa anong focus moidevelop, iba iba magiging start up :)
 
Back
Top