Link to home
Start Free TrialLog in
Avatar of ellandrd
ellandrdFlag for Ireland

asked on

advanced Python guides and tutorials

I started learning Python this week and so far so good - I'm liking it and I've learned alot but now im looking for some more interesting things to do with Python.  

Every tutorial ive done so far just covers the same old stuff like variables, scripts, loops, conditionals, functions, tuples, lists, dictionaries, for loops, classes, importing modules, file I/O and error handling.  

I'm a programmer so most of this stuff is pretty much the same as any other language(s) other than some syntax differences here and there.

Can anybody put me in the right direction to some more advanced tutorials or guides please?

ellandrd
ASKER CERTIFIED SOLUTION
Avatar of pepr
pepr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ellandrd

ASKER

Hi again pepr.

I will have a look at what you suggest.

Keep them coming!

ellandrd
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Cheers farbs - I will check it out...

ellandrd
Avatar of pepr
pepr

Well, some knowledge need not to be updated during the time. However, we have Python 2.5 now and Python 2.6 is comming. Some things changed since Python 2.1 and the things influenced the style of programming in Python.