My experience with python (so far)

작성자

카테고리:

← 피드로
DEV Community · Logan S. · 2026-08-03 개발(SW)
Cover image for My experience with python (so far)

Logan S.

Hello! I’m a python beginner (per the username)
so here’s my experience so far, along with some of my thoughts and preferences.

I came into python thinking I’m going to always be coding.
Well now, I frequently find myself staring at a blank python project.

The thing with coding in python as a hobby is, it’s sometimes hard to find what to code.

The most fun things to code in my opinion are:

  • simple coding languages
  • Small neural networks
  • small games.

I also find that with python, you could code something literal like
“print(“hello”)”
and then you’re going to find something telling you to do stuff like

“def main():
print(“hi”)

if name == “main“:
main()

like what the heck!?
why does there always have to be some “better shorter way”
that looks like a different language?

anyways, overall python is a pretty flexible, simple language.
but if I coded python, it would’ve been a little different.

p.s. the cover was made in canva, thanks to them. 🙂

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다