"Script" learning [closed]

-4

Study system analysis and development and I'm after an internship, I did the interview and the employer asked me to study python, does anyone have any recommendations for "paths" to learn python?

For example: Many say to learn OOP and then see Django.

PS: Python will be used for Web systems.

    
asked by anonymous 21.03.2018 / 13:40

1 answer

0

It's easier if you already have some notion about programming languages (variable, function, objects, conditions, etc.) in Codecademy has a good online (and free) Python course. Code School courses are also good but almost all are paid for (tip, follow them on Twitter because they sometimes free courses for free during a end of the week, there you can do an intensivão).

Specifically in the case of Django the Django Girls tutorial is quite complete and can be useful enough.

But regardless of everything, learning a programming language is mostly practicing it.

    
21.03.2018 / 14:16