Difficulties in Python. Help please!

I’m having some trouble understanding Python language.
I have some documentation about the basic concepts, but I feel hard to understand it and apply it to my problems.
Has anyone know any tutorials or place where I can go?

Thank you for your attention

2 Likes

What exactly are you trying to get done maybe I can point you to help you need ?
beginner guide to python :
https://wiki.python.org/moin/BeginnersGuide
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
http://docs.python-guide.org/en/latest/intro/learning/

3 Likes

Try learnpythonthehardway (Google it, if you care to)

1 Like

http://www.pythonforbeginners.com/code-snippets-source-code/python-code-examples

2 Likes

Usually what has been appearing in my exams is counting stuff and extraction of information of biological databases files.
Thanks a lot for your reply!

2 Likes

@Nomad might be able to help. He’s a parselmouth

4 Likes

You can try getting a subscription to team treehouse. They got a good bit of python courses and it is only 25 dollars a month. Programming is hard, just keep at it!

1 Like

This topic was automatically closed 95 days after the last reply. New replies are no longer allowed.