Develop your skills in Python with this exercises |
after learning Python Basic You need check you skills , that why you need some usefull exercises to develop your Python Skills . in exercises you learn the usefull thinks and you develope your skills in solving problems .
1-this source is by zhiwehu , he give you 100 Python challeng with levels .
Level 1 : Beginner means someone who has just gone through an introductory Python course. He can solve some problems with 1 or 2 Python classes or functions. Normally, the answers could directly be found in the textbooks.
Level 2 : Intermediate means someone who has just learned Python, but already has a relatively strong programming background from before. He should be able to solve problems which may involve 3 or 3 Python classes or functions. The answers cannot be directly be found in the textbooks.
Level 3 : Advanced. He should use Python to solve more complex problem using more rich libraries functions and data structures and algorithms. He is supposed to solve the problem using several Python standard packages and advanced techniques.
Level 2 : Intermediate means someone who has just learned Python, but already has a relatively strong programming background from before. He should be able to solve problems which may involve 3 or 3 Python classes or functions. The answers cannot be directly be found in the textbooks.
Level 3 : Advanced. He should use Python to solve more complex problem using more rich libraries functions and data structures and algorithms. He is supposed to solve the problem using several Python standard packages and advanced techniques.
you can find this 100 Python challeng here : 100 Python challenging programming exercises
2-Python Exercises, Practice, Solution - w3resource
this exercies from W3school organization , she give for the student this complet basic source for practice Python From Basic to Advenced , and she give you solution .
they said that "The best way we learn anything is by practice and exercise questions. We have started this section for those (beginner to intermediate) who are familiar with Python."
they said that "The best way we learn anything is by practice and exercise questions. We have started this section for those (beginner to intermediate) who are familiar with Python."
you can find this Source Here : W3resource
0 Comments