• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:38
CEST 15:38
KST 22:38
  • 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
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80Weekly Cups (Sept 29-Oct 5): MaxPax triples up3
StarCraft 2
General
The New Patch Killed Mech! Team Liquid Map Contest #21 - Presented by Monster Energy herO joins T1 Weekly Cups (Oct 13-19): Clem Goes for Four TL.net Map Contest #21: Voting
Tourneys
SC2's Safe House 2 - October 18 & 19 INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
BSL Season 21 BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ BW caster Sayle BSL Team A vs Koreans - Sat-Sun 16:00 CET
Tourneys
[ASL20] Semifinal B Azhi's Colosseum - Anonymous Tournament [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Current Meta BW - ajfirecracker Strategy & Training Relatively freeroll strategies Siegecraft - a new perspective
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Dawn of War IV Nintendo Switch Thread ZeroSpace Megathread
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 Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
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
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1514 users

Learning Python

Blogs > LoneYoShi
Post a Reply
1 2 Next All
LoneYoShi
Profile Blog Joined June 2014
France1348 Posts
Last Edited: 2015-06-24 13:30:43
May 29 2015 11:15 GMT
#1
24 June 2015 Edit :

I'm not sure anyone's interested but I wanted to keep you all posted:
- After a few weeks of flip-flopping around and procrastinating, I finally got to it.
- I'm currently reading a book presenting the general principles behind object oriented programming. It's very high level stuff, not specific to a language (has examples in C++, Python, PHP, Java, etc). It's really interesting because I had never done any object oriented programming before. Provides a good overview of the principles behind, what it can/cannot do, etc
- I'm also doing the codeacademy Python course. It started off really slow and easy, but I stuck to it and now we get into more advanced stuff. I can't wait to get to the part that really interests me: reading and writing outside data files. Anyway, it feels good "getting my hands dirty" (figuratively of course) and diving into the code. I recommand codeacademy for that: it really requires you to type a lot of stuff. Even if it's easy, and very step-by-step (sometimes too slow to my liking), it does require you to really type it out a lot. Which is good, practice makes perfect !

I plan to finish the codeacademy course by next week. Once this is done, I think i'll have enough understanding of coding to move on to more advanced lesson. Maybe the course LaLush recommended, as it seems super interesting. A friend of mine recommended an online course about Machine Learning too, so I'm still on the fence regarding the next step.

Again, thanks to all !


----------------------------------------


Hi TL !

I'd like to learn how to program in Python. I'm at work so I can't get into lengthy details about the "why" and the "how", but I'm really interested in learning how to program stuff.

Edit: more details about the "why" part below, for those interested
+ Show Spoiler +
Basically, I'm unhappy at my current job. I'm a Control Systems engineer in a french firm that makes airplane engines. I don't know, it just feels like what I'm doing isn't really challenging intellectually. I mean it can get pretty complicated at times (not as often as you would think though), but the complicated parts are more related to "how to make everyone agree together" rather than on real technical problems.

I've always liked maths (and physics) during my studies. I still do, a lot. I like the abstracts notions, complex theoretical problems, etc. I also kinda regret not properly knowing how to program. It's a skill that I'd like to master (because I think it's is becoming almost an obligation to follow and understand all the scientific and technological progresses in our current world). And after going to family and friends for advice, I think the best move right now for me would be to completely switch careers. I'm still young enough (27 y/o, 4 years of professional experience), and I think it could really be more fulfilling and I could be happier. I'd like to go towards something a bit more abstract, more math-y. I was thinking about trying to find a job related to the "Big Data", or something along those lines. My plan isn't yet fully fleshed out, but I haven't felt as energized and enthusiastic since I made this decision, so I guess it is a sign I'm headed in the right direction.

In order to do that though, I'd need at least a few relevant skills to that field. I'm sure I'll be able to value the skills I've learned in the aeronautical industry, but I still need to know a bit of programming for my profile to be at least somewhat relevant to a company that works in the "Big Data" field. Also, even if I don't end up switching career and stay at my current job, knowing how to programm stuff can always be handy.

So, here I was, knowing that I needed to learn at least one programming language, preferrably Object Oriented (I only did a bit of C until now). I'm not entirely sure of why I chose Python rather than any other Object Oriented language, but you gotta start somewhere, right ? Also, I hear people at my job (or even during my studies) doing "python scripts" to help automatize some of their calculations and tasks, so I told myself it was a place as good as any to start. Hence here I am, asking you advice TL !


I've had a 60h C course in school (4-5 years back), so I think I know the basic concepts behind programming (loops, variables, parameters, functions, etc), but now I want to get properly into it.

I'm not really sure why I chose Python rather than C++ or something else, but could anyone point me towards useful ressources to learn Python ? I'm looking for anything from books, MOOCs, tutorials, anything.

If you have tips as well, I'll be very glad :-)

I'll post more details about why I'd interested in programming when I'm home (if anyone is interested ^^ )

Thanks in advance guys (and girls) !

<3

YoShi


------------
Edit1: Sorry to the BW fans, I didn't mean to mislead you :p
Edit2: thanks to all who responded ! I'll check out all of what you've linked and I hope it's OK if I contact you guys through PMs if I have more specific questions about the courses/tutorials you have linked.
Edit3:

Ziggareto
Profile Joined March 2014
United Kingdom9 Posts
May 29 2015 11:29 GMT
#2
Hi, I did this online course and it was pretty good: https://www.coursera.org/course/programming1 (Learn to program the fundamentals). It was very meticulous, so you might not have to watch every video in depth, but it's thoroughness is good and you can be selective. Though the course is already over, I think you can still take it - it's a bunch of video lectures and assignments, and I think they just grade those automatically.

There's also codecademy, I've never tried their python course, but they're courses are much more jump in and jump out and probably faster and easier, if not quite as in depth.
hope this helps.


micronesia
Profile Blog Joined July 2006
United States24718 Posts
May 29 2015 11:46 GMT
#3
A couple of good free resources:

http://learnpythonthehardway.org/book/

Also this one is good because you make games:

https://inventwithpython.com/chapters/
ModeratorThere are animal crackers for people and there are people crackers for animals.
KelsierSC
Profile Blog Joined March 2013
United Kingdom10443 Posts
May 29 2015 11:48 GMT
#4
I found this was a great way to learn , just working through these

http://codingbat.com/python

once I finished those I moved on to

https://projecteuler.net/

helps learn python and also makes you think about the problem as often you can't brute force the solution. Also with people posting solutions it helps you learn proper formatting and code etiquette so your solution is as understandable and efficient as possible

Zerg for Life
LaLuSh
Profile Blog Joined April 2003
Sweden2358 Posts
May 29 2015 12:21 GMT
#5
On May 29 2015 20:29 Ziggareto wrote:
Hi, I did this online course and it was pretty good: https://www.coursera.org/course/programming1 (Learn to program the fundamentals). It was very meticulous, so you might not have to watch every video in depth, but it's thoroughness is good and you can be selective. Though the course is already over, I think you can still take it - it's a bunch of video lectures and assignments, and I think they just grade those automatically.

There's also codecademy, I've never tried their python course, but they're courses are much more jump in and jump out and probably faster and easier, if not quite as in depth.
hope this helps.



I'm also taking some python courses on coursera, and in my opinion they've proven a really good way of getting into it.

The courses I'm currently taking are offered by Rice University as part of a "specialization" of 7 different courses, each building upon what you learned in the previous one.

https://www.coursera.org/specialization/fundamentalscomputing2/37?utm_medium=courseDescripTop

In the first course (two part course) they teach you the basics by letting you program small games using their GUI (Pong, Asteroids, Memory, Blackjack, etc). They teach you how the data types/structures in Python work and are used, along with objects/classes.

I'm currently doing the second course (principles of computing, also two parts). More focused on math. First assignment was creating your own 2048 game. You're basically applying what you learned in the previous course without the hand-holding. It hammers in how to use lists, dictonaries, tuples, sets in practical applications. You get to try your hand at tree-search and monte carlo applications.

The third two-parter course is in Algorithmic Thinking. Not taken it yet but intending to.

Biolunar
Profile Joined February 2012
Germany224 Posts
May 29 2015 12:38 GMT
#6
http://bash.org/?400459
What is best? To crush the Zerg, see them driven before you, and hear the lamentations of the Protoss.
Tufas
Profile Blog Joined April 2010
Austria2259 Posts
Last Edited: 2015-05-29 17:11:19
May 29 2015 17:11 GMT
#7
Man I went into this blog with no doubt in my mind that I could use my (Wiki)Python knowledge .. left disappointed
Where is my ACE flair
JieXian
Profile Blog Joined August 2008
Malaysia4677 Posts
May 30 2015 14:07 GMT
#8
I thought this was about BW
Please send me a PM of any song you like that I most probably never heard of! I am looking for people to chat about writing and producing music | https://www.youtube.com/watch?v=noD-bsOcxuU |
Ilikestarcraft
Profile Blog Joined November 2004
Korea (South)17731 Posts
May 30 2015 15:12 GMT
#9
Someone should write a new language called Fighting Spirit
"Nana is a goddess. Or at very least, Nana is my goddess." - KazeHydra
virpi
Profile Blog Joined August 2009
Germany3599 Posts
May 30 2015 23:12 GMT
#10
On May 31 2015 00:12 Ilikestarcraft wrote:
Someone should write a new language called Fighting Spirit

I'd prefer a language called Circuit Breaker.
first we make expand, then we defense it.
Cambium
Profile Blog Joined June 2004
United States16368 Posts
May 30 2015 23:19 GMT
#11
Just do project euler in Python:
https://projecteuler.net/

Google what you don't know, and hack things together. This will help you learn the available libraries, which is 80% of programming in Python.
When you want something, all the universe conspires in helping you to achieve it.
Gowerly
Profile Blog Joined July 2011
United Kingdom916 Posts
May 31 2015 10:45 GMT
#12
www.codingame.com and some python tutorials. Complete the game challenges in python. I learned a fair amount of Ruby this way.
I will reduce you to a series of numbers.
KelsierSC
Profile Blog Joined March 2013
United Kingdom10443 Posts
May 31 2015 13:34 GMT
#13
On May 31 2015 19:45 Gowerly wrote:
www.codingame.com and some python tutorials. Complete the game challenges in python. I learned a fair amount of Ruby this way.


This website is so awesome, thanks for the recommendation.

Zerg for Life
LoneYoShi
Profile Blog Joined June 2014
France1348 Posts
June 01 2015 11:18 GMT
#14
On May 29 2015 21:21 LaLuSh wrote:
Show nested quote +
On May 29 2015 20:29 Ziggareto wrote:
Hi, I did this online course and it was pretty good: https://www.coursera.org/course/programming1 (Learn to program the fundamentals). It was very meticulous, so you might not have to watch every video in depth, but it's thoroughness is good and you can be selective. Though the course is already over, I think you can still take it - it's a bunch of video lectures and assignments, and I think they just grade those automatically.

There's also codecademy, I've never tried their python course, but they're courses are much more jump in and jump out and probably faster and easier, if not quite as in depth.
hope this helps.



I'm also taking some python courses on coursera, and in my opinion they've proven a really good way of getting into it.

The courses I'm currently taking are offered by Rice University as part of a "specialization" of 7 different courses, each building upon what you learned in the previous one.

https://www.coursera.org/specialization/fundamentalscomputing2/37?utm_medium=courseDescripTop

In the first course (two part course) they teach you the basics by letting you program small games using their GUI (Pong, Asteroids, Memory, Blackjack, etc). They teach you how the data types/structures in Python work and are used, along with objects/classes.

I'm currently doing the second course (principles of computing, also two parts). More focused on math. First assignment was creating your own 2048 game. You're basically applying what you learned in the previous course without the hand-holding. It hammers in how to use lists, dictonaries, tuples, sets in practical applications. You get to try your hand at tree-search and monte carlo applications.

The third two-parter course is in Algorithmic Thinking. Not taken it yet but intending to.



Sounds really interesting !

I'm curious about the workload though. How much are we talking about here ? I'm still working my current job, so if it requires like 20h+ per week, I'm not sure I can work it in my schedule. I wouldn't want to get burned out after two of trying :D
xtorn
Profile Blog Joined December 2013
4060 Posts
June 01 2015 12:18 GMT
#15
I recommend the udacity introductory course for building a search engine, cs101 or whatever it's called; it's a gentle intro in python, and really well made. Check it out

Udacity dot com
Life - forever the Legend in my heart
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2015-06-01 14:42:18
June 01 2015 14:08 GMT
#16
On June 01 2015 20:18 LoneYoShi wrote:
Show nested quote +
On May 29 2015 21:21 LaLuSh wrote:
On May 29 2015 20:29 Ziggareto wrote:
Hi, I did this online course and it was pretty good: https://www.coursera.org/course/programming1 (Learn to program the fundamentals). It was very meticulous, so you might not have to watch every video in depth, but it's thoroughness is good and you can be selective. Though the course is already over, I think you can still take it - it's a bunch of video lectures and assignments, and I think they just grade those automatically.

There's also codecademy, I've never tried their python course, but they're courses are much more jump in and jump out and probably faster and easier, if not quite as in depth.
hope this helps.



I'm also taking some python courses on coursera, and in my opinion they've proven a really good way of getting into it.

The courses I'm currently taking are offered by Rice University as part of a "specialization" of 7 different courses, each building upon what you learned in the previous one.

https://www.coursera.org/specialization/fundamentalscomputing2/37?utm_medium=courseDescripTop

In the first course (two part course) they teach you the basics by letting you program small games using their GUI (Pong, Asteroids, Memory, Blackjack, etc). They teach you how the data types/structures in Python work and are used, along with objects/classes.

I'm currently doing the second course (principles of computing, also two parts). More focused on math. First assignment was creating your own 2048 game. You're basically applying what you learned in the previous course without the hand-holding. It hammers in how to use lists, dictonaries, tuples, sets in practical applications. You get to try your hand at tree-search and monte carlo applications.

The third two-parter course is in Algorithmic Thinking. Not taken it yet but intending to.



Sounds really interesting !

I'm curious about the workload though. How much are we talking about here ? I'm still working my current job, so if it requires like 20h+ per week, I'm not sure I can work it in my schedule. I wouldn't want to get burned out after two of trying :D

Depends on the person and the course. For someone slow like me, many coursera programming courses take 10 hr a week or more once they get rolling.

Codeacademy takes 6 hours total (excluding my many breaks) and it has built in archiving for every course. Which is nice so I can take them on my own schedule.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
Teoita
Profile Blog Joined January 2011
Italy12246 Posts
June 01 2015 14:20 GMT
#17
Codeacademy is supposed to be really good to learn programming. I'm actually going to learn Python myself this summer because im seriously terrible at programming and what little c++ i need is kind of pointless for the stuff i should be able to code.
ModeratorProtoss all-ins are like a wok. You can throw whatever you want in there and it will turn out alright.
LaLuSh
Profile Blog Joined April 2003
Sweden2358 Posts
Last Edited: 2015-06-02 15:02:18
June 02 2015 14:47 GMT
#18
On June 01 2015 20:18 LoneYoShi wrote:
Show nested quote +
On May 29 2015 21:21 LaLuSh wrote:
On May 29 2015 20:29 Ziggareto wrote:
Hi, I did this online course and it was pretty good: https://www.coursera.org/course/programming1 (Learn to program the fundamentals). It was very meticulous, so you might not have to watch every video in depth, but it's thoroughness is good and you can be selective. Though the course is already over, I think you can still take it - it's a bunch of video lectures and assignments, and I think they just grade those automatically.

There's also codecademy, I've never tried their python course, but they're courses are much more jump in and jump out and probably faster and easier, if not quite as in depth.
hope this helps.



I'm also taking some python courses on coursera, and in my opinion they've proven a really good way of getting into it.

The courses I'm currently taking are offered by Rice University as part of a "specialization" of 7 different courses, each building upon what you learned in the previous one.

https://www.coursera.org/specialization/fundamentalscomputing2/37?utm_medium=courseDescripTop

In the first course (two part course) they teach you the basics by letting you program small games using their GUI (Pong, Asteroids, Memory, Blackjack, etc). They teach you how the data types/structures in Python work and are used, along with objects/classes.

I'm currently doing the second course (principles of computing, also two parts). More focused on math. First assignment was creating your own 2048 game. You're basically applying what you learned in the previous course without the hand-holding. It hammers in how to use lists, dictonaries, tuples, sets in practical applications. You get to try your hand at tree-search and monte carlo applications.

The third two-parter course is in Algorithmic Thinking. Not taken it yet but intending to.



Sounds really interesting !

I'm curious about the workload though. How much are we talking about here ? I'm still working my current job, so if it requires like 20h+ per week, I'm not sure I can work it in my schedule. I wouldn't want to get burned out after two of trying :D


It says 7-10 hours per week.

I didn't have any background in programming and I found it fairly easy the first couple of weeks (took me maybe 3-4 hours/week for the first couple assignments). The only thing I'd done before was the codeacademy python tutorial (good but very basic imo).

Now in the later courses it actually takes me closer to 7-10 hours.

It's free and the courses repeat and run every 2 months or every 3 months. So there's really no reason not to sign up and try and see if you like it. It's basically 60-90 minutes worth of video lectures each week, a quiz/homework, and then a programming assignment that's related to the lectures.

You can definitely manage the first course with your background. It's starts off very basic and they show you most of what you need to do. Perfect for someone who's not already a programming wiz. Perhaps it sounds more difficult than it is from my first description. You don't program the games from the ground up by yourself (not in the first courses). They usually provide some basic templates and tell you how the program should be structured, what parts/functions it needs.
instantdry
Profile Joined September 2007
Canada308 Posts
Last Edited: 2015-06-02 23:44:49
June 02 2015 23:42 GMT
#19
Coursera's Programming for Everybody starts this week. You should check it out.

https://www.coursera.org/course/pythonlearn
LoneYoShi
Profile Blog Joined June 2014
France1348 Posts
June 04 2015 07:26 GMT
#20
On June 03 2015 08:42 instantdry wrote:
Coursera's Programming for Everybody starts this week. You should check it out.

https://www.coursera.org/course/pythonlearn


Thanks for the suggestion ! It does looks like it really starts from the bottom though, and I already have a (small) experience with programming. So I'm not sure about this course. Seems like I already know a few of those things !
1 2 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 2h 22m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Harstem 540
sas.Sziky 19
StarCraft: Brood War
Britney 35054
Calm 12145
Hyuk 5259
Bisu 3114
Horang2 2792
GuemChi 2177
Flash 1502
Jaedong 1226
Larva 699
Soma 614
[ Show more ]
EffOrt 593
Light 498
Soulkey 379
actioN 340
Mong 274
Snow 243
Mini 222
hero 185
Hyun 178
Pusan 126
TY 87
Barracks 76
JYJ70
Mind 64
ggaemo 64
Sea.KH 61
Killer 61
JulyZerg 52
Aegong 44
ToSsGirL 37
Rush 34
Noble 33
sorry 29
soO 23
Sharp 22
Movie 20
Sacsri 16
SilentControl 15
scan(afreeca) 14
Bale 11
yabsab 9
HiyA 9
Terrorterran 9
Shine 8
Dota 2
Gorgc5349
qojqva2920
Dendi1134
XaKoH 442
420jenkins344
XcaliburYe271
Counter-Strike
olofmeister2860
oskar103
markeloff67
Heroes of the Storm
Khaldor194
Other Games
summit1g11583
singsing2427
hiko838
B2W.Neo769
Sick353
Lowko303
Pyrionflax254
Happy200
Hui .143
Mew2King41
ToD29
ArmadaUGS23
Organizations
StarCraft: Brood War
lovetv 14
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• StrangeGG 31
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• HerbMon 23
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 1052
League of Legends
• Nemesis8419
Other Games
• WagamamaTV346
Upcoming Events
Monday Night Weeklies
2h 22m
Replay Cast
9h 22m
WardiTV Invitational
21h 22m
WardiTV Invitational
1d
PiGosaur Monday
1d 10h
Replay Cast
1d 20h
Tenacious Turtle Tussle
2 days
The PondCast
2 days
OSC
2 days
WardiTV Invitational
3 days
[ Show More ]
Online Event
4 days
RSL Revival
4 days
RSL Revival
4 days
WardiTV Invitational
4 days
Afreeca Starleague
5 days
Snow vs Soma
Sparkling Tuna Cup
5 days
WardiTV Invitational
5 days
CrankTV Team League
5 days
RSL Revival
6 days
Wardi Open
6 days
CrankTV Team League
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
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
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 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.