🔍 Link0u Search Engine

과학/테크/IT트렌드

2026.08.17 21:00

Should You Learn Python in 2026

  • Tech With Tim 22일 전 2026.08.17 21:00 인기
  • 5,747
    12
Should you learn Python in 2026, or is it a waste of time now that AI writes so much code? The honest answer depends on what ...
  • 공유링크 복사

    댓글목록

    profile_image
    @Yims025  22일 전

    How will you be able to read if you have not, or don't know how to write code

    2026-08-18 07:49

    profile_image
    @necronsarmor  22일 전

    Python overrated and overused

    2026-08-18 06:39

    profile_image
    @EntHouse001  22일 전

    Bro, It's fucking worth learning.
    It builds foundation bro, stopping deterring people please. How do you learn to debug and *understand* PYTHON if you don't learn PYTHON(common sense).

    Stop spreading misinformation and confusion.

    2026-08-18 04:01

    profile_image
    @donchikaya1446  22일 전

    Learn it guy learn it it's important and fun

    2026-08-18 03:59

    profile_image
    @KrishnaEgiti  22일 전

    Good suggestion from a perfect/correct person or Ethos

    Thank you for clarity

    2026-08-18 02:15

    profile_image
    @stevenedwards8…  22일 전

    You're not helping, Tim. You're one of the people that is actively promoting the destruction of programming as the fun hobby it used to be

    2026-08-18 01:51

    profile_image
    @rokrok27  22일 전

    Ai has ruined everything

    2026-08-17 22:03

    profile_image
    @Celecture_alve…  21일 전

    learn if you like simple, practical, logic focused programing language for daily script... otherwise just waste your time if you not in this field

    2026-08-18 16:59

    profile_image
    @lightless  21일 전

    This guys entire channels about python lmao

    2026-08-18 16:46

    profile_image
    @pixelmon5596  21일 전

    nah the hearts are 226 and start says 2026

    2026-08-18 14:58

    profile_image
    @maqsymus  22일 전

    IMHO, you can’t really debug code without writing code. Debugging is a form of reverse engineering: first, you need to understand how things are supposed to work; then, you need to understand how they can go wrong—and that comes with experience; and last but not least, you need to know how to fix them. And fixing things ultimately means writing code.

    2026-08-18 09:55

    profile_image
    @maqsymus  22일 전

    How can you know Python without learning? Please enlighten.

    2026-08-18 09:48

    profile_image
    @nathanhaynes91…  21일 전

    If you're asking yourself if you should learn Python then you need to learn it. I usually try pretty hard not to be negative in the comments, but this is just dumb.

    2026-08-19 00:18

    profile_image
    @joebonsaipolan…  20일 전

    You can’t read Python code unless you know Python code come on

    2026-08-19 20:08

    profile_image
    @stochastic_ent…  20일 전

    It's pretty difficult to debug it if you haven't learned it. Debugging is the real value proposition for any programmer / SWE, but that skill is developed by ... you guessed it, writing and understanding what the code is doing.

    2026-08-19 22:39

    profile_image
    @shabbirabbas61…  19일 전

    Dude...what are you saying?? Of course you need to know python to debug it!

    2026-08-20 23:19

    profile_image
    @Chertograad  16일 전

    Python is great, but personally my interests shifted towards Go, because of Python's clunky distribution, dependency hell and whatnot.
    Especially on Windows people just don't have it installed and forget to manually update it.
    And asking someone to run pip install is a no-go. Freezing has its own problems as well.

    With Golang, you keep most of Python's simplicity with easy syntax and garbage collection, but distribution is a breeze. Just run "go build" and you've got a single working file (exe or something else for macOS and linux)

    2026-08-23 18:12