Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Python - is it difficult to learn ??

Options
  • 26-04-2012 10:45pm
    #1
    Registered Users Posts: 296 ✭✭


    A Chaidre

    Is Python a difficult language to learn ?? , I am looking to do some scripting , writing Transforms in Maltego

    http://code.google.com/p/pymaltego/

    I do not have much scripting experience, apart from config scripts, CISCO etc ...

    Thanks for any help in advance


Comments

  • Registered Users Posts: 5,246 ✭✭✭conor.hogan.2


    No it is one of the easier languages to work with. I am learning it myself now but I knew a few languages before it.


  • Registered Users Posts: 296 ✭✭CFC1969


    Nice One Conor


    Any recomendations for beginnings ... this guy was recomended to me


    http://www.youtube.com/watch?v=4Mf0h3HphEA


  • Registered Users Posts: 5,246 ✭✭✭conor.hogan.2


    From all I have watched of Bucky he is very good for beginners. Watching his videos and reading http://learnpythonthehardway.org/book/ should be enough to start at least.

    I am not using either but both come highly recommended. Make sure you practice doing as much as possible as much like organic natural languages and instruments you will not learn programming by being passive.

    http://wiki.python.org/moin/BeginnersGuide also looks good and if it is anything like Ruby documentation it will also be a great resource.


  • Registered Users Posts: 296 ✭✭CFC1969


    Thats great Conor


    Appreciate the help


    Slan / Ed


  • Registered Users Posts: 296 ✭✭CFC1969


    Thats great Conor, appreciate the help


  • Advertisement
  • Registered Users Posts: 68 ✭✭Awkward Customer


    From all I have watched of Bucky he is very good for beginners. Watching his videos and reading http://learnpythonthehardway.org/book/ should be enough to start at least.
    I would also recommend Learn Python the Hard Way, I bought the epub version but found that I mostly read the html version via the website for free. Was defintely the biggest help as a newbie to Python.

    I've also heard good things about Nick Parlante's Google Python Class.

    And compared to learning C, I found learning Python quite easy and enoyable.

    Good luck!


  • Registered Users Posts: 5,246 ✭✭✭conor.hogan.2


    I would also recommend Learn Python the Hard Way, I bought the epub version but found that I mostly read the html version via the website for free. Was defintely the biggest help as a newbie to Python.

    I've also heard good things about Nick Parlante's Google Python Class.

    And compared to learning C, I found learning Python quite easy and enoyable.

    Good luck!

    Yes, that is a great weekend class but I would leave this until after a simpler gentler intro to programming through a book or videos.

    CFC1969 wrote: »
    Thats great Conor
    Appreciate the help

    Slan / Ed

    Fadhb ar bith, go n-éirí leat.


  • Closed Accounts Posts: 2,000 ✭✭✭fl4pj4ck


    imho this would be a good place to start:
    http://www.udacity.com/overview/Course/cs101/CourseRev/apr2012


Advertisement