![]() |
|
Anyone care to teach Python as well? - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Python (https://sinister.li/Forum-Python) +--- Thread: Anyone care to teach Python as well? (/Thread-Anyone-care-to-teach-Python-as-well) |
Anyone care to teach Python as well? - Shin - 04-15-2017 Title says it all, PM me if you would like to teach me. I've already asked for C++, but seems like nobody cares.
RE: Anyone care to teach Python as well? - ProfessorChill - 04-17-2017 (04-15-2017, 07:52 PM)Popeye Wrote: Title says it all, PM me if you would like to teach me. Now Python is something that I can teach, only on Fridays, Saturdays, and Sundays though being as I work full time Mon-Fri. RE: Anyone care to teach Python as well? - Mr.Kurd - 04-17-2017 Actually If you need Java I can indirectly teach you with some books that I learned Java with them. RE: Anyone care to teach Python as well? - LordBos_X - 04-18-2017 What sort of things are you trying to learn? Python is quite easy to pick up if you have done any other languages in the past RE: Anyone care to teach Python as well? - Darkbyte - 04-29-2017 You should learn one language first then others are alot easier to grasp. Python is a great starting language. Look at varibles , classes , functions , multithreading and understand them. It will help you moving onto anything else. RE: Anyone care to teach Python as well? - raymondboy10 - 08-27-2017 Here are some very beneficial python videos https://www.youtube.com/watch?v=HBxCHonP6Ro&list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_ i hope i could help (; RE: Anyone care to teach Python as well? - mothered - 08-27-2017 Given It's over 4 months since your request, how did you go with this? Did you take @ProfessorChill's offer under advisement, or did you learn via other means? EDIT: Typo. RE: Anyone care to teach Python as well? - davedazer - 08-30-2017 Whats the progress? i would definitely like to know. I am just starting to learn python. RE: Anyone care to teach Python as well? - Caligio - 10-18-2017 Hey, What I would highly suggest doing is going over to www.sololearn.com and learn Python 3 over there. You are going to learn the fundamentals of Python 3 and then you can head over to either codewars.com or hackerrank.com to practice more by completing Easy-Expert challenges. If you need any additional help just ask here or PM me/others who have some knowledge of Python. Cheers! -Caligio
RE: Anyone care to teach Python as well? - Synthx - 10-18-2017 Well, I can't personally teach you, but I can leave you with two awesome PDF's that I learned all my Python from, I mainly used the yellow PDF, but have started to read the brown one. The only caveat about giving you both of these is that the Black Hat one teaches in Python2, and the Yellow one teaches Python3. I really recommended that you just read the yellow one, and learn Python3. |