• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 13:39
CEST 19:39
KST 02:39
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy9uThermal's 2v2 Tour: $15,000 Main Event18
Community News
Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris32Weekly Cups (Aug 11-17): MaxPax triples again!13Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195
StarCraft 2
General
Greatest Players of All Time: 2025 Update #1: Maru - Greatest Players of All Time A Eulogy for the Six Pool Geoff 'iNcontroL' Robinson has passed away #2: Serral - Greatest Players of All Time
Tourneys
$5,100+ SEL Season 2 Championship (SC: Evo) $5,000 WardiTV Summer Championship 2025 Esports World Cup 2025 Maestros of The Game—$20k event w/ live finals in Paris Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
External Content
Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies Mutation # 485 Death from Below
Brood War
General
How do I speak directly to Coinbase?1-(888)-419-97 Recent recommended BW games Post ASL20 Ro24 discussion. No Rain in ASL20? BW General Discussion
Tourneys
Small VOD Thread 2.0 [Megathread] Daily Proleagues [ASL20] Ro24 Group F [ASL20] Ro24 Group E
Strategy
Muta micro map competition Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Dawn of War IV Path of Exile
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine The year 2050 European Politico-economics QA Mega-thread
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s) Gtx660 graphics card replacement
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
How Culture and Conflict Imp…
TrAiDoS
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
[Girl blog} My fema…
artosisisthebest
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1215 users

I want to start programming - Page 4

Blogs > clazziquai
Post a Reply
Prev 1 2 3 4 All
pachi
Profile Joined October 2006
Melbourne5338 Posts
November 19 2008 14:01 GMT
#61
I would definitely recommend starting on a project after learning some basics, and learning stuff as you need it. More fun too when you program a game/util and can show it off to all your friends.
Moderatorpachi fanclub http://goto.tl/6DI9 。◕‿◕。
fusionsdf
Profile Blog Joined June 2006
Canada15390 Posts
November 19 2008 14:13 GMT
#62
On November 19 2008 21:45 clazziquai wrote:
guys, how can i decide on something when i barely have ANY knowledge on what anything is? o.o


the basics of programming will be similar across languages. You will find if statements, for loops, arrays in pretty much every language, and it looks like thats what you need to learn. So get a reference book, install java and play around. You can also look online at tutorials, but they generally wont be great.
SKT_Best: "I actually chose Protoss because it was so hard for me to defeat Protoss as a Terran. When I first started Brood War, my main race was Terran."
artofmagic
Profile Blog Joined March 2005
United States1951 Posts
November 19 2008 15:12 GMT
#63
On November 19 2008 19:10 garista wrote:
1. Programming isn't just learning a language. It's about solving problems. So read a good book about algorithms and data structures. And learn to abstract.

2. (Especially) your first language should be clean and neither complicated nor too complex. I can't believe people actually recommend c++ as first language.

3. If you're dedicated enough (and you should be!), learn languages that have different concepts (procedural, object oriented, functional etc.). That will teach you a lot.

(and everything deadbeef said.)


wow. word.
evolve or die
b3h47pte
Profile Blog Joined May 2007
United States1317 Posts
November 20 2008 03:54 GMT
#64
On November 19 2008 21:45 clazziquai wrote:
guys, how can i decide on something when i barely have ANY knowledge on what anything is? o.o


OK, put the following programming languages into a bucket

C/C++
Java
Pascal
C#
VB .NET
ASM

and draw. if you get ASM, then i suggest you re-draw
Or you could just eenie meenie miney mo it ;\
FreeZEternal
Profile Joined January 2003
Korea (South)3396 Posts
November 20 2008 19:32 GMT
#65
People that keep saying Java is slow don't know anything about this language. Slow Java comes from bad design and bad programming (specially applets and Swing apps since you have to be very careful with Threads). Server side Java is very fast and efficient. I have worked in several production environments where Java (J2EE) was scaling incredibly well (something like ~1000 users per server.). And guess what, it was not the JVM being the bottleneck for the number of users, it was the Database and other external services used by the Main App.
FreeZEternal
Profile Joined January 2003
Korea (South)3396 Posts
November 20 2008 19:35 GMT
#66
By the way, for deep understanding of OOP I would go for Scheme. Yes Scheme! although not used professionally, it teaches a lot about all aspects of OOP. If you want a low level language, go for C. C++ is a broken language :p
Elvin_vn
Profile Blog Joined March 2004
Vietnam2038 Posts
November 20 2008 21:12 GMT
#67
lol all of u are trying to confuse the kid

learn Java (not javascript, they are two completely different things)
do not agrue with idiots, they will pull you down to their level and beat you with their experiences
0xDEADBEEF
Profile Joined September 2007
Germany1235 Posts
Last Edited: 2008-11-20 22:24:22
November 20 2008 22:22 GMT
#68
If you choose to start out with Java, which is a very good choice, get the book "Thinking in Java" (by Bruce Eckel, Prentice Hall). Only an old edition is available free for download though. That book is long and thorough and will also teach you quite a bit about programming techniques, background knowledge, common mistakes etc. etc... it could be a bit too complicated for the beginner though, because it is assumed that you have basic knowledge already, but who knows. Enough dedication can overcome initial understanding problems. :p In any case it's an amazing book.

If you choose to start out with Python, which is an even better choice, get the book "Learning Python" (by Mark Lutz + David Ascher, O'Reilly). This is a short book, tutorial-style... but really good quality (like all O'Reilly books).
0xDEADBEEF
Profile Joined September 2007
Germany1235 Posts
Last Edited: 2008-11-20 22:52:27
November 20 2008 22:47 GMT
#69
Oh there's also this funny tutorial: http://pine.fm/LearnToProgram/?Chapter=01
It's a Ruby tutorial for (stupid? :D ) total beginners. It's kinda cute... if you want a dead simple tutorial your grandma could start out with, this is it. Don't expect a lot of info though.
Physician *
Profile Blog Joined January 2004
United States4146 Posts
November 21 2008 17:01 GMT
#70
http://norvig.com/21-days.html better advice than I could ever give you ~
"I have beheld the births of negative-suns and borne witness to the entropy of entire realities...."
Boonbag
Profile Blog Joined March 2008
France3318 Posts
November 21 2008 17:19 GMT
#71
be a progamer instead
0xDEADBEEF
Profile Joined September 2007
Germany1235 Posts
Last Edited: 2008-11-21 20:35:21
November 21 2008 20:34 GMT
#72
On November 21 2008 04:32 FreeZEternal wrote:
People that keep saying Java is slow don't know anything about this language. Slow Java comes from bad design and bad programming (specially applets and Swing apps since you have to be very careful with Threads). Server side Java is very fast and efficient. I have worked in several production environments where Java (J2EE) was scaling incredibly well (something like ~1000 users per server.). And guess what, it was not the JVM being the bottleneck for the number of users, it was the Database and other external services used by the Main App.


Yeah.
Unfortunately though, myths or obsolete truths are very widespread in the IT realm and live on for a long time. "Java is slow" is one of them. "Windows is unstable" is another one (which obviously came from the 9x era).
gnuvince
Profile Joined June 2007
Canada73 Posts
November 26 2008 16:12 GMT
#73
I once wrote a blog post that gives many reasons why Python should be the first language of an aspiring programmer. I won't repeat all that stuff, but the gist is: it's a simple language that will allow you to start writing practical scripts and programs in a short amount of time, with a minimum of headaches. Also, in my opinion the truly separating line between a code monkey and a good programmer is a knowledge of data structures and algorithms. Once you are comfortable with a language and the fundamentals of programming, if you are serious about learning to program, an algorithm book such as CLRS should definitely be in your to do list.

I want to address points made by some people here:


I would recommend you C++ and HTML for beggining if you`re ambitious. If not then PHP + HTML is good too. Java is actually MUCH slower than C++ so it will propably never knock C++ out... so C++ is still more useful.
I started learning C++ from various e-books (just use google), And don`t get dissappointed if you can`t get something reading it for the first time.
Good luck!


HTML is not a programming language, it's a markup language, a language used to format content. It's exactly like using Microsoft Word, except that instead of click a bold icon, you type the code in directly. C++ is a bad first language, because it is extremely complex and most beginners get completely lost with it. PHP is not bad to start with, however it is an extremely bad and retarded language that has no design. It will teach you bad habits. Java is not bad, but it's extremely verbose and boring and making complex things is way too complicated with it. As for its speed, it seems this user is unaware of recent improvements in Hotspot, or else he'd know that once started, a properly written Java program can match the speed of C++ in many cases (though not all.)


Learning programming is usually quite boring unless there's something to motivate you. Like you're making games or useful applications. Well that's my opinion anyway, some people are fine spending hours learning syntax and algorithms.


Heed this gentleman's warning: if you find yourself being totally bored, you probably shouldn't pursue the matter any further.


So C++ is better to start off with? I'm confused D:


No, it is definitely not better to start off with, because it will confuse you


It`s a bit harder but more useful imo.
EDIT: And 99.9% of operating systems and games is made in C++


It's a lot harder and not really more useful except in a few select cases. As for operating systems, C++ is actually not that popular, C is a definite leader in this area. C++ is king for large games; a language like Python would allow you to write simpler 2D games much more easily.



Python is by far the best language for learning how to program from scratch, but C/C++ is still by far the most used language. Java is also good starting language, but it really does so much for you that you'll miss out on a lot of stuff (its design philosophy is kinda weird)


Python actually does a lot more for the programmer than Java does, and it needs to be understood that it is not a bad thing. You can always come back later to C to learn about topics such as memory management, pointers, and other lower level topics that are not part of Python (or Java). Learning C once you have a solid grasp of fundamental programming concepts is a lot easier than if you're trying to understand the design as well as understanding why a while loop does what it does.


Ultimately, I want to learn C++.


Why?


In any case, learning on your own is EXTREMELY hard. Classes -> Internship is the way to go.


It depends on the person. The classes I had in college were absolutely worthless. There is usually a point when things start to "click". Maybe a good class can bring about this moment sooner, but it's definitely possible to attain it on your own.


Yup; now the question no one asked. What is it that you want to program? Depending on what you want to program is depending on where you should start.


Knowing what one wants to do is definitely important in the selection of tools. But this should come after a proper knowledge of programming has been reached. A person may want to win the 100m dash, but before they do, they should probably learn to stand on two feet


I actually disagree with Python being the best language to learn from scratch. Sure, its easy to learn, but it cuts corners on some rules, such as formal type declarations. Not necessarily a bad thing, but it can be a little frustrating to move to another language (like C++ or Java) that's stricter about rules. IMO its much easier to learn a system thats strict on rules and transition to a loose one than vice versa.


I disagree with your disagreement. Python is a terrific enabler, it allows a beginner programmer to quickly produce code to do practical things, to solve some of his own problems. Yeah, it's a bit looser than other languages, but that doesn't mean other languages can't be learned. If we went with strictness first, everybody would start coding in Haskell.


I would actually recommend learning Perl. It's a powerful language that isn't all that difficult to learn compared to Java and C++. Also there's an excellent resource that I've used myself at: http://www.youtube.com/user/bermnz


For the simple scripting tasks, Perl is not too hard to learn (although remembering default parameters for the built-in functions is a bitch.) However, once you get into more advanced topics, Perl shows some rot.

I agree with what 0xDEADBEEF and garista said.


I wish you the best of luck in your endeavour, for some people (myself included), programming is really fun, I hope you enjoy it.
Prev 1 2 3 4 All
Please log in or register to reply.
Live Events Refresh
Next event in 6h 22m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
UpATreeSC 248
mouzHeroMarine 162
ProTech97
Codebar 68
BRAT_OK 35
JuggernautJason17
StarCraft: Brood War
Britney 30695
Calm 4735
Horang2 1290
Jaedong 1254
Bisu 1102
Flash 1008
Rain 982
firebathero 491
Mini 362
ggaemo 261
[ Show more ]
Snow 184
Light 176
BeSt 150
hero 132
EffOrt 121
Soulkey 110
JulyZerg 95
NaDa 90
Soma 78
Hyuk 76
Nal_rA 63
Bonyth 62
Mind 48
PianO 44
Rush 42
yabsab 39
Aegong 25
Dewaltoss 20
IntoTheRainbow 12
Sacsri 11
scan(afreeca) 10
Bale 9
HiyA 3
Dota 2
Gorgc6508
qojqva2716
420jenkins442
XcaliburYe185
capcasts42
Counter-Strike
fl0m3322
pashabiceps570
Stewie2K318
Heroes of the Storm
Liquid`Hasu196
Other Games
FrodaN934
Lowko367
KnowMe230
ArmadaUGS131
Fuzer 112
Trikslyr57
C9.Mang038
MindelVK6
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 20 non-featured ]
StarCraft 2
• Reevou 4
• LUISG 3
• OhrlRock 2
• IndyKCrew
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• Kozan
StarCraft: Brood War
• iopq 1
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 1414
• WagamamaTV675
League of Legends
• Nemesis5652
• TFBlade788
Counter-Strike
• imaqtpie262
• Shiphtur185
Upcoming Events
Replay Cast
6h 22m
LiuLi Cup
17h 22m
MaxPax vs TriGGeR
ByuN vs herO
Cure vs Rogue
Classic vs HeRoMaRinE
Cosmonarchy
22h 22m
OyAji vs Sziky
Sziky vs WolFix
WolFix vs OyAji
Big Brain Bouts
22h 22m
Iba vs GgMaChine
TriGGeR vs Bunny
Reynor vs Classic
Serral vs Clem
BSL Team Wars
1d 1h
Team Hawk vs Team Dewalt
BSL Team Wars
1d 1h
Team Hawk vs Team Bonyth
SC Evo League
1d 18h
TaeJa vs Cure
Rogue vs threepoint
ByuN vs Creator
MaNa vs Classic
Maestros of the Game
1d 22h
ShoWTimE vs Cham
GuMiho vs Ryung
Zoun vs Spirit
Rogue vs MaNa
[BSL 2025] Weekly
2 days
SC Evo League
2 days
[ Show More ]
Maestros of the Game
2 days
SHIN vs Creator
Astrea vs Lambo
Bunny vs SKillous
HeRoMaRinE vs TriGGeR
BSL Team Wars
3 days
Team Bonyth vs Team Sziky
BSL Team Wars
3 days
Team Dewalt vs Team Sziky
Monday Night Weeklies
3 days
Replay Cast
4 days
Sparkling Tuna Cup
4 days
Replay Cast
6 days
The PondCast
6 days
RSL Revival
6 days
Maru vs SHIN
MaNa vs MaxPax
Liquipedia Results

Completed

CSL Season 18: Qualifier 1
uThermal 2v2 Main Event
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
Acropolis #4 - TS1
CSL Season 18: Qualifier 2
SEL Season 2 Championship
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
RSL Revival: Season 2
Maestros of the Game
EC S1
Sisters' Call Cup
Skyesports Masters 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.