Conversation

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
114
528
Replying to
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
182
Replying to
If you use the Jupyter Notebook, you can edit and reexecute a line of code. I personally prefer to write code with Brackets and then run it with the terminal on Mac. But it looks like you're using Windows so you might want to try Notepad++.
Replying to
Hard to google things when you don't know the names of things - this is probably the best stage to have some just look over your shoulder and just name things. After that, you'd be self-sufficient in googling things - you just need to be bootstrapped!
1
4