Learning python - what next after book learning.

6 replies
I have been learning python
and have been learning through reading books
and following online tutorials and know most of the basics by now,
but i am not sure how to proceed from here.

I want to build stuff like keyword rank tracker,
article spinner, page rank checker, etc.
but I dont even know what I need to know
to start building these scripts.

So, could any of you guys guide me
how to proceed to build one of these?
#book #learning #python
  • Profile picture of the author abdoue
    there is a great free video course

    on coursera.org

    check it out

    for automation purpose here is a starting point
    Python AHK - Python automation package - Automation made simple
    {{ DiscussionBoard.errors[8157462].message }}
  • Profile picture of the author seasoned
    For the keyword rank, you WILL need something like a database(SQL), and get the keywords off the CGI query string. (HTTP/HTML) The same is pretty much true for the others. The EXACT method is up to you.

    Steve
    {{ DiscussionBoard.errors[8157729].message }}
  • Profile picture of the author visit_faraz
    Okay, so you mean I have to learn about
    SQL databases and CGI before I can do things like that?
    {{ DiscussionBoard.errors[8160846].message }}
    • Profile picture of the author seasoned
      Originally Posted by visit_faraz View Post

      Okay, so you mean I have to learn about
      SQL databases and CGI before I can do things like that?
      SQL to store all te items you pull off the queries, and CGI to pull them off.

      Steve
      {{ DiscussionBoard.errors[8161460].message }}
  • Profile picture of the author furqanarshad
    hello, I have started learning python as well, but I am just a begginer, working on powershell commands, I want advice as well. I have started python just to get a good knowledge of desktop programming and my aim is to be a good web programmer. Any suggession would be appreciated.

    Regards
    {{ DiscussionBoard.errors[8168854].message }}
  • Profile picture of the author B001ean
    If you intend to work on web applications I'd suggest you pick up a python web framework preferably django and do some little practice on it, django is particularly good because it will alleviate the need for learning a lot of database stuff, since it abstracts all this.
    {{ DiscussionBoard.errors[8178738].message }}

Trending Topics