[Date updated: 2024/05/26(Sun) 13:53:40]
 Now I wanna learn Python coding so badly but I don't know where should I start (;´Д`)
 
 i talked about this in a thread on /b/ before but i learned a loooooot more python by writing
  scrapers for hentai sites than i ever did at school, in fact, school was nearly useless
  first i recommend learning the basics like creating variables, asking for user input, installing
  libraries, etc.... then use it to fix a problem you have (e.g.: sorting files, automating something
  you do often, or even do a fun project for the hell of it)
  you will need to do a lot of googling and that's okay, that's how you learn
  
 What do you want to make?
  Even if it ends up being something too complicated to start with, having 
  a goal really helps here.
  
 simple tutorials liek w3schools are a good place 2 start but if you
   really want to learn it you're gonna have to practice for a long while
   to get proficient (assuming you have no programming experience)
   

Return