![]() |
|
Best Place to learn python? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Best Place to learn python? (/Thread-Best-Place-to-learn-python) Pages:
1
2
|
Best Place to learn python? - Gaillard - 01-15-2015 What are some good places to learn Python? I have already checked a bunch of other forums but can't seem to learn it good. I have also done codecademy but it didn't really help. RE: Best Place to learn python? - Pirate - 01-15-2015 I have had the same problem as you, codecademy or other sites didn't help me learn programming languages. I would recommend to buy books, as I did in another thread, those will help in the end. Hope I helped you out. But python is actually very easy to learn, as it is one of the easiest languages. RE: Best Place to learn python? - Dusty - 01-18-2015 just go to codecademy.com RE: Best Place to learn python? - Ducati - 04-07-2015 Check my Thread on this if you're still interested. http://alphas.sx/Thread-Programming-For-Begginers RE: Best Place to learn python? - Kawaii Love - 06-10-2015 Probably Youtube, or forums like Alphas. Youtube would probably be better because you have someone actually talking to you and you get to see it in live action. But of course a personal tutor would be better. RE: Best Place to learn python? - Balthum - 03-04-2016 try using python documentation , and if u doesnt understand go to youtube RE: Best Place to learn python? - Silence - 03-04-2016 (03-04-2016, 08:18 PM)Balthum Wrote: try using python documentation , and if u doesnt understand go to youtube Nice gravedig. -.-' RE: Best Place to learn python? - WIC - 09-01-2016 There's a shit ton of places. If you ever have no clue where to go, just seriously use http://programming-motherfucker.com/become.html , Google, or a book. From there, you really only need to start doing projects and reviewing others' code, because that's where the real learning happens. RE: Best Place to learn python? - cosmicpuppet - 09-13-2016 Check for Automate The Boring Stuff With Python 3. It's free. RE: Best Place to learn python? - superMAUS - 09-13-2016 look at module you know you are going to use -> type stuff that looks right -> error -> stackoverflow -> rinse & repeat honestly, this is always the best way. |