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
Conversation
Replying to
i also installed a lot of stuff through cmd somehow accidentally i have no idea what any of it is
5
105
i google 'how to delete previous line in python' but the internet cannot comprehend i am this stupid
16
4
202
my goal tonight: upload a csv into python
apparently i need a thing called 'pandas'
and to get pandas i need to use a thing called 'pip'
i may have installed pandas? first several attempts didnt work. i copypasted a rando internet thing in. i have no idea how to tell
60
5
182
Replying to
Don’t do it in python terminal. It’s easier to learn in a data science environment like jupyter notebook for Anaconda.
You can break down the code into code blocks/cells so you can easily see which parts are working and which ones are not.
3
52
Show replies
Show replies
Replying to
Please post updates if you successfully load a csv I'm emotionally invested now
1
1
20
Replying to
Replit or Google Colab make getting started with all of this much easier. I’d recommend Google Colab since it’s in notebook form which is very convenient for data analysis in pandas.




