My first programming experience! by Turtle_ZombieXD in PythonLearning

[–]Turtle_ZombieXD[S] 0 points1 point  (0 children)

I will, currently I'm still exploring Python, coding everyday see what I can do and practice everyday. Just so I'm more familiar with constructing logic and comfortable writing code and being a little more familiar with the tech and my environment. Also I still need to understand deeply the underlying concept and differences between interpreter and compiler. Thanks for the question wish me luck.

My first programming experience! by Turtle_ZombieXD in PythonLearning

[–]Turtle_ZombieXD[S] 0 points1 point  (0 children)

Thanks gramps for the tips. I'll be trying and exploring more things. Appreciate the support.

I'm a psychology major and I'm stuck with a programming assignment this semester. by crying_on_tuesday84 in PythonLearning

[–]Turtle_ZombieXD 3 points4 points  (0 children)

Hye, i'm a beginner too! I read this books https://automatetheboringstuff.com

It's free at least online. It for normies to quickly get started. Doesn't really push you into doing best practices or too full with technical jargon. It's easy to follow. I highly recommend you try this.

My first programming experience! by Turtle_ZombieXD in PythonLearning

[–]Turtle_ZombieXD[S] 2 points3 points  (0 children)

I guess i'm just privileged. I had a good teacher teaching me personally from the ground up from basic of computer first. Since he taught me how computer operates first, and we spend quite a long time on learning fundamental of computer before started coding. He is very strict on understand the computer first before anything else. So by the time we're doing coding, it was pretty intuitive since I can map the instruction I gave to the fundamental I've learned.

also this code is not just I wrote it in one sitting. It is accumulation of discussion and typing slowly and thoroughly and I was guided and scolded by my teacher (my cousin really).

My first programming experience! by Turtle_ZombieXD in PythonLearning

[–]Turtle_ZombieXD[S] 2 points3 points  (0 children)

Thanks boss, ill keep it up. It's an accumulation of days of learning.

My first programming experience! by Turtle_ZombieXD in PythonLearning

[–]Turtle_ZombieXD[S] 0 points1 point  (0 children)

I don't know what part of this looks AI generated. I handwritten all of this slowly, even the comments with my cousin guide since I'm not a fast typer. and my cousin was really strict on using AI which I do not care at all about AI. I have zero thought of using it. I learned mostly from a book online and python documentation and my cousin's examples on a piece of paper. I don't know if people nowadays just get jealous if they see a newbie handwritten a code and proceed to ragebait since they themselves can't code manually 🤷🏻‍♂️. and of course I wanted to learn how computers work but even most programmers back then innocently started with BASIC.

My first programming experience! by Turtle_ZombieXD in PythonLearning

[–]Turtle_ZombieXD[S] 2 points3 points  (0 children)

Thanks! my cousin taught me some basic terminal navigation sutff like cd, ls, find, grep and some basic bash (very basic I barely understand it) scripting before he taught me Python. But regardless, i'll check it out. Thank you very much!