• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 21:32
CEST 03:32
KST 10:32
  • 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
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL54Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation The GOAT ranking of GOAT rankings Statistics for vetoed/disliked maps How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster
Tourneys
Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo)
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Flash Announces Hiatus From ASL BGH Auto Balance -> http://bghmmr.eu/ Player “Jedi” cheat on CSL Unit and Spell Similarities Help: rep cant save
Tourneys
[Megathread] Daily Proleagues [BSL20] Grand Finals - Sunday 20:00 CET Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
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
Things Aren’t Peaceful in Palestine US Politics Mega-thread Trading/Investing Thread Russo-Ukrainian War Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 624 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 1h 28m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 270
RuFF_SC2 122
Livibee 100
StarCraft: Brood War
Sea 2045
NaDa 42
Icarus 3
Dota 2
capcasts128
NeuroSwarm96
febbydoto8
LuMiX1
League of Legends
JimRising 706
Counter-Strike
Stewie2K741
taco 519
Other Games
summit1g10370
tarik_tv4806
ViBE192
Organizations
Other Games
BasetradeTV70
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH249
• Hupsaiya 101
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki17
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift4842
• Jankos1603
• masondota2977
Upcoming Events
Korean StarCraft League
1h 28m
CranKy Ducklings
8h 28m
RSL Revival
8h 28m
ByuN vs Cham
herO vs Reynor
FEL
14h 28m
RSL Revival
1d 8h
Clem vs Classic
SHIN vs Cure
FEL
1d 10h
BSL: ProLeague
1d 16h
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
3 days
The PondCast
4 days
[ Show More ]
Replay Cast
4 days
RSL Revival
5 days
Replay Cast
5 days
RSL Revival
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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.