• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 15:18
CEST 21:18
KST 04:18
  • 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 ASL56Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event19Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
Statistics for vetoed/disliked maps The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? PiG Sty Festival #5: Playoffs Preview + Groups Recap The GOAT ranking of GOAT rankings
Tourneys
FEL Cracov 2025 (July 27) - $8000 live event RSL: Revival, a new crowdfunded tournament series Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) [GSL 2025] Code S: Season 2 - Semi Finals & Finals
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 Player “Jedi” cheat on CSL Replays question BW General Discussion BGH Auto Balance -> http://bghmmr.eu/
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
Russo-Ukrainian War Thread US Politics Mega-thread Trading/Investing Thread Things Aren’t Peaceful in Palestine 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
2024 - 2025 Football Thread Formula 1 Discussion 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: 629 users

Learning Python

Blogs > LoneYoShi
Post a Reply
Normal
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 States24667 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)17726 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
Germany3598 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 !
Chef
Profile Blog Joined August 2005
10810 Posts
June 04 2015 21:02 GMT
#21
On June 01 2015 23:20 Teoita wrote:
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.

I used it maybe 2 years ago, and I found it helpful. I don't know what it is like now, but I did it to learn the very basics of all the popular languages over a week, and now my full time job is programming

You have to really love learning and improving to enjoy programming. You never really fully learn the skill, you just develop really good workflow, opinions about what makes code readable / maintainable, and experience about how to approach problems. But when you're in the thick of it, every problem is complex and difficult and has different factors, and new technologies demand new strategies. Which means you really have to take care of yourself and your mind, because if you're tired at work you won't be able to get anything done. You can never just go through the motions till the end of the work day.

My advice is to start early learning about good code practices and conventions that make your code readable. Debugging is a nightmare when you write spaghetti.
LEGEND!! LEGEND!!
LoneYoShi
Profile Blog Joined June 2014
France1348 Posts
June 24 2015 13:32 GMT
#22
Hi guys,

Thanks again to all of you, I posted an update about how I'm doing in the OP for those who are interested !
Normal
Please log in or register to reply.
Live Events Refresh
FEL
16:00
Cracov 2025: Qualifier #1
RotterdaM825
IndyStarCraft 271
CranKy Ducklings212
Liquipedia
PSISTORM Gaming Misc
15:55
FSL team league: ASP vs PTB
Freeedom10
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 825
IndyStarCraft 271
JuggernautJason88
ProTech56
StarCraft: Brood War
Calm 4543
firebathero 306
JulyZerg 135
BRAT_OK 104
Rock 41
LancerX 14
Stormgate
Nathanias52
Dota 2
monkeys_forever201
LuMiX1
League of Legends
Grubby2589
Dendi1386
Counter-Strike
fl0m1952
Super Smash Bros
Westballz42
Heroes of the Storm
Khaldor323
Liquid`Hasu281
Other Games
FrodaN1400
Mlord591
KnowMe128
Sick44
Trikslyr44
Organizations
Other Games
EGCTV1407
StarCraft 2
angryscii 17
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 23 non-featured ]
StarCraft 2
• Berry_CruncH81
• printf 61
• tFFMrPink 25
• iHatsuTV 10
• OhrlRock 4
• Migwel
• sooper7s
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• Pr0nogo 2
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota2916
• WagamamaTV670
• Ler98
League of Legends
• Jankos1845
• Doublelift1692
Other Games
• imaqtpie949
• Shiphtur405
Upcoming Events
RSL Revival
14h 43m
Clem vs Classic
SHIN vs Cure
FEL
16h 43m
WardiTV European League
16h 43m
BSL: ProLeague
22h 43m
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
2 days
WardiTV European League
2 days
The PondCast
3 days
Replay Cast
4 days
RSL Revival
4 days
[ Show More ]
Replay Cast
5 days
RSL Revival
5 days
FEL
5 days
RSL Revival
6 days
FEL
6 days
FEL
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.