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
i google 'how to delete previous line in python' but the internet cannot comprehend i am this stupid
16
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
Replying to
Honestly think it’s worth learning the basics from the ground up via CS50p or some random YouTube series rather than trying to jump in at this level. CS50p lessons are under an hour, and include environment set up instructions.
1
2
Replying to
idk i started out with a 'basics' tutorial but then got bored/demotivated; it's hard for me to learn if im not trying to directly solve a problem i care about and the thing i care about is importing a csv
3
15
Show replies
Replying to
pip is a package manager for python, you use it to install stuff like pandas first you have to get pip: pip.pypa.io/en/stable/inst then you can install things like “pip3 install pandas”. this command might be a good start once you’ve got pip:
Quote Tweet
Replying to @ctjlewis @monodevice and 2 others
cause really by “use python and pandas” i mean “install python (3 not 2) and then install pip and then run ‘pip install pandas seaborn matplotlib jupyter notebook ipykernel’ and then create a new directory and run ‘jupyter notebook’ and start working” so yeah maybe R is the move
1
1
Replying to
I can hop on a zoom with you if you want. You’re tripping over really basic things and I think a quick chat could clear a lot of this up. (Am an expert python trainer, created some of the fundamental tools, etc)
3
16
Show replies
Replying to
"i copypasted a rando internet thing in. i have no idea how to tell" that's the spirit! You are doing very well. Keep doing it, when they start to work magically, you will become one of us.
2