• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 11:42
CET 16:42
KST 00:42
  • 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] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win22025 RSL Offline Finals Dates + Ticket Sales!9BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams10Merivale 8 Open - LAN - Stellar Fest3
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" Could we add "Avoid Matchup" Feature for rankgame Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win The New Patch Killed Mech! Chinese SC2 server to reopen; live all-star event in Hangzhou
Tourneys
Crank Gathers Season 2: SC II Pro Teams 2025 RSL Offline Finals Dates + Ticket Sales! Merivale 8 Open - LAN - Stellar Fest $5,000+ WardiTV 2025 Championship $3,500 WardiTV Korean Royale S4
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
[ASL20] Ask the mapmakers — Drop your questions BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion BSL Team A vs Koreans - Sat-Sun 16:00 CET [ASL20] Finals Preview: Arrival
Tourneys
[ASL20] Grand Finals The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION ASL final tickets help
Strategy
PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2 Current Meta
Other Games
General Games
Stormgate/Frost Giant Megathread General RTS Discussion Thread Path of Exile Nintendo Switch Thread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread YouTube Thread The Chess Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread MLB/Baseball 2023 Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Just for future reference, …
Peanutsc
Reality "theory" prov…
perfectspheres
The Benefits Of Limited Comm…
TrAiDoS
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1484 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
CrankTV Team League
13:00
Playoffs: 2 Bo9s
BASILISK vs Team LiquidLIVE!
LiquipediaDiscussion
OSC
12:00
King of the Hill #229
WardiTV825
IndyStarCraft 168
iHatsuTV 25
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko400
RotterdaM 210
IndyStarCraft 168
ProTech96
Codebar 51
StarCraft: Brood War
Hyuk 2500
BeSt 934
PianO 298
Mini 258
Soulkey 131
Light 90
Larva 68
Mind 62
Rock 37
ToSsGirL 35
[ Show more ]
scan(afreeca) 18
soO 12
Sacsri 9
HiyA 7
ivOry 5
Dota 2
Gorgc6077
qojqva2630
Dendi966
420jenkins304
BananaSlamJamma227
Fuzer 215
XcaliburYe192
LuMiX0
Counter-Strike
fl0m1814
Other Games
singsing1935
Beastyqt617
DeMusliM226
Pyrionflax212
ceh9202
byalli154
Hui .123
FrodaN123
Liquid`VortiX117
syndereN79
Harstem69
Mew2King61
KnowMe37
Trikslyr33
ArmadaUGS25
Organizations
Counter-Strike
PGL13173
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• HeavenSC 24
• Kozan
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
StarCraft: Brood War
• HerbMon 38
• Michael_bg 2
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 1718
• WagamamaTV343
• Ler37
League of Legends
• Nemesis3982
• TFBlade929
• Shiphtur132
Upcoming Events
OSC
18m
Replay Cast
7h 18m
The PondCast
17h 18m
CrankTV Team League
21h 18m
TBD vs Team Falcon
Replay Cast
1d 18h
WardiTV Invitational
1d 20h
ByuN vs Spirit
herO vs Solar
MaNa vs Gerald
Rogue vs GuMiho
CrankTV Team League
1d 21h
Replay Cast
2 days
BSL Team A[vengers]
2 days
Dewalt vs Shine
UltrA vs ZeLoT
BSL 21
3 days
[ Show More ]
Sparkling Tuna Cup
3 days
BSL Team A[vengers]
3 days
Cross vs Motive
Sziky vs HiyA
BSL 21
4 days
Wardi Open
4 days
Monday Night Weeklies
5 days
Liquipedia Results

Completed

CSL 2025 AUTUMN (S18)
WardiTV TLMC #15
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
CranK Gathers Season 2: SC II Pro Teams
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025

Upcoming

SC4ALL: Brood War
YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
META Madness #9
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 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.