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
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
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++.
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!