1
neo2ryu
4y

Im learning python and as it is an easy language to learn im finding hard times to start doing exersices and quizzes.

Can someone guide me on what is a the perfect approach in atcheiving my goal.

Thank you all

Comments
  • 2
    First advice : Use a good IDE.

    Second advice : Think the exercises and quizzes in a paper with pen/pencil before doing any coding.

    Third advice : Learn how to read python documentation (you are going to read a lot of it)

    If you still need help, try to find other resources for tutorials and quiz. Sometime things don't clicks unless you find the suitable resources for you.

    Code war is a good website for simple quiz to get you started (https://codewars.com/collections/...)

    If all else fail , post it on devrant
  • 5
    As previously said, first of use a good IDE like PyCharm

    But most importantly, if you want to learn a language don't do code quizzes and stuff like that. Start an ambitious project and google everything you don't know along the way. Trust me, the best way to learn something is actually doing it
  • 2
    This is a great talk about idiomatic approaches:

    https://youtube.com/watch/...

    This will help others help you:

    https://python.org/dev/peps/...

    Obligatory reference...

    https://youtube.com/watch/...
  • 1
    I've been a big fan of Coursera. The python 3 programming specialization on there by university if Michigan includes an interactive textbook which is exceptional.
  • 1
    Thank you all for the help ill try everything to told me to...👍
  • 1
    Automate everything.
  • 3
    Look for automating boring stuff with python book.
    It's a good way to work around actual activities than boring quizzes😉
Add Comment