EH-Net

Ethical Hacking Discussions and Related Certifications => Programming => Topic started by: steven1664 on October 21, 2010, 06:12:23 PM



Title: Python Programming Courses
Post by: steven1664 on October 21, 2010, 06:12:23 PM
Would anyone happen to know of any Python Courses that are available online?  I am looking to see if there might be any available and out there some where so far I haven't had a lot of luck in my search.  I have been looking over books, but would really like to take a class online to help me out.  Thanks.


Title: Re: Python Programming Courses
Post by: xXxKrisxXx on October 21, 2010, 06:48:33 PM
Google has one published on youtube, I was going over it a couple months back, looked decent:

http://www.youtube.com/results?search_query=Google+Python+Class (http://www.youtube.com/results?search_query=Google+Python+Class)

Here's Python 3 Tutorials on Lynda.com
http://www.lynda.com/home/DisplayCourse.aspx?lpk2=62226 (http://www.lynda.com/home/DisplayCourse.aspx?lpk2=62226)

Python Programming Language (CBTNuggets Training):
https://www.cbtnuggets.com/series?id=611&tab=buy_sub (https://www.cbtnuggets.com/series?id=611&tab=buy_sub)

There's good resources all over the web for you to pick up on it free of charge, just have a look around.


Title: Re: Python Programming Courses
Post by: steven1664 on October 21, 2010, 11:57:32 PM
xXxKrisxXx thanks for the reply.  I downloaded the Google Python videos (Keepvid.com) and will start checking them out tomorrow. 

I also found this as well on youtube for a python programming tutorial:

http://www.youtube.com/view_play_list?p=EA1FEF17E1E5C0DA

Has anyone had any good experience with python programming classes at any colleges?  If I go through a college I have a much easier time getting my work to pay for the classes.


Title: Re: Python Programming Courses
Post by: Manu Zacharia (-M-) on October 22, 2010, 12:46:54 AM
You can also try this -

MIT 6.00 Introduction to Computer Science and Programming, Fall 2008 (http://www.youtube.com/watch?v=k6U-i4gXkLM)

I found it really comprehensive and good. Google Python videos are also really nice.

Happy Learning  :)


Title: Re: Python Programming Courses
Post by: Methodikal on November 16, 2010, 09:13:45 AM
steven1664,

If you haven't already, check out the Python course at the O'Reilly online site.  I plan on signing up for this class after I finish my eCPPT class at elearnsecurity.  Here's the link below.  It looks pretty good for $398.

http://www.oreillyschool.com/courses/python1/

Methodikal


Title: Re: Python Programming Courses
Post by: T_Bone on November 16, 2010, 09:26:55 AM
@ Methodikal

This course sounds pretty good.  I think I will sign up at the beginning of next year...


Title: Re: Python Programming Courses
Post by: UNIX on November 16, 2010, 09:33:10 AM
I think the content covered in this course

Quote
expressions, variables, conditionals, loops, lists, sets, dicts, functions, objects and exceptions

can easily be taught by self-study and isn't really worth to spend 400$, imho.


Title: Re: Python Programming Courses
Post by: Equix3n- on November 16, 2010, 10:04:12 AM
I second awesec. There are enough free resources available for learning python that spending spending 400$ sounds like a waste of money. Learning syntax of any language isn't difficult, you've to practice regularly to retain it and become efficient at it.


Title: Re: Python Programming Courses
Post by: chrisj on November 16, 2010, 10:38:27 AM
The course might be good. Might be useful if you're going after an ORA Cert, but at the same time, you can read Books on it free.

http://diveintopython3.org/