3
Comments
  • 2
    1 - read python documentation
    2 - just start writing programmes (even though you don't know what you are doing just start by small programmes)
    3 - entire community is there for you to help , use stack overflow if you get stuck
    4 - search for python program questions and try to perform it
    5 - even if this is hard for you write pre written programs (don't copy and paste, write)
  • 0
    1) read python tutorial on python.org
    2) write web parsers, scripts interacting with api (take any: github, twitter, you name it); use packages from pip
    3) learn django, build websites; learn flask, build a facebook bot

    Then go to meetups, follow Pycon on Youtube, find your own path.
  • 1
Add Comment