+ 5
I want to learn the programming language python, can you help me please ?
Understand the course and could apply it
7 Answers
+ 3
You can learn python from geeksforgeeks after we go flask framework for web development, there are two best frameworks flask,django for newbie.
After you go machine learning, data science using pandas, tensorflow,numpy,kaeras,theano this are python libraries.
+ 8
It's important that you don't just study the language in theory, but that you actually write code with your own hands, as early and as much as possible.
Check out the 'Coding Challenges' / 'Assignments' we've got here, look up something that sounds not too hard for you - and then give it a try!
+ 2
Practice and I would suggest to take a course on udemy by colte steel , really great course he covers a lot, it took me three months to do because I was doing his challenges and writing prohects. also download app called brilliant very great app.
+ 1
Learning online
+ 1
Python is one of the most easy language I know, so it shouldn't be a problem to learn it on SoloLearn.
Besides in every page of the course (in both explanation and quiz) there's the dedicated question and answer where you can clarify things that weren't quite clear or learn something else about that particular argument.
For practice: do some exercise to familiarize with programming attitude, then look for problems you can solve with coding (for example: now I'm trying to make a json editor with tkinter graphic interface)
+ 1
Learning any language isn't like reading a book and memorize it. The best way to learn it is to think of a problem and solve it using the language which is python in your case.
To make your learning even productive find a routine you think you can solve using a script. For example my first python script before was a Text Twist word generator. It was like a cheat for me haha.
Good luck!!!