IPMITMO / github-community-research

:octocat: GitHub Community Research
MIT License
1 stars 0 forks source link

Learn Python #6

Open annkupriyanova opened 7 years ago

alexclear commented 7 years ago

I would say "to learn Python" is a very ambitious goal, let's decompose this task to smaller ones.

alexclear commented 7 years ago

And let's make them measurable!

alexclear commented 7 years ago

Try this: https://github.com/gregmalcolm/python_koans

annkupriyanova commented 7 years ago

Thanks. I'll certainly try this.

b5y commented 7 years ago

These books is very helpful:

1) Learning Python, Mark Lutz - better to use as reference book. 2) Effective Python: 59 Specific Ways to Write Better Python, Brett Slatkin - here you can see how to write good code in Python with explanations and tips.

Also you can freely contact with me with any questions.