Conversation

wow the replies to this have the highest density of bad coding advice I've ever seen
Quote Tweet
bruh im like 'ok maybe i can try learning python on my own' and immediately am stuck cause i cant figure out how to make my cursor go up to delete a previous line
Show this thread
15
164
It's a perfect storm: - hot woman asking being confused about coding on the internet - massive following of almost-but-not-quite-intelligent nerds - incomprehensible issue that *sounds* like a normal beginner problem
4
94
I hope this is bait because if so it's brilliant What box? What program is it in? Deliciously ambiguous! (if this isn't bait than I'm sorry aella, and I'll explain setting up a Python dev environment in DMs if you want me to)
Quote Tweet
Replying to @averytheloftier
the box says "python" on the top of it
4
74
Replying to
oh, ok, so what I think you did is run the python interpreter directly, and your OS made a terminal window for it. Usually you use python to run a script (a text file containing code), but if you run it without a script it puts you in the slightly weird interactive mode.
1
2
Replying to and
And because there's so many tutorials, tools, websites, code editors, etc that try to make running python "easy", running it in the simplest most direct way is actually pretty unusual for beginners, so finding resources on how to do that correctly is oddly hard.
2