Conversation

ok all you guys are helpfully telling me to do like 30 different things, none of which ive tried actually work so heres a telegram group im gonna be dramatically upset into if you wanna answer my baby Python questions t.me/+vzmvyweMs49mO
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
Replying to
Don't be discouraged. I've seen a lot of replies here and these people mean well but they are mostly just making your learning curve steeper. Coding is not too hard, but 'working with an environment' can be complicated. You don't need that complication as a beginner. (1/2)
1
1
Replying to
Going into this telegram you see how the 10x engineer is born. 95% of programmers still have a shaky idea of what’s going on inside the computer At the same time, it’s working pretty well and it looks like you’re learning!
Replying to
To be clear, I'm suggesting learning relational database basics: structure/architecture, concepts, queries, tables, joins -before using Python to dissect and analyze data (stored in a database). The most common and simplest to learn is SQL (any SQL derivative).