0
Need help learning Python
Hello! My name is Denis. I started learning Python quite recently. With the theory I have is all good, but practice is not enough. So, those who have worked with this language, or still works, please help me in practice. Write how you practiced and what tasks you solved. It will be very good if you still share with the task data source, or collection. Thanks in advance!
8 Answers
+ 4
im not learning python, but strategies are language independent. id suggest making a list of key words, then master how to use it. you could also keep a journal of your activities such as what youve learnt, and what you need help on.
Another little trick i use to learn quick is to study a piece of code by breaking it into different sections and understand how the different functions relate diagrammatically. you could also play with the code one bit at a time to see the results of the changes. this will help you to understand what something does. i then try to reproducing each part of the code. make comments on where i went wrong and what i forgot. comment out the whole code then shove it down the page where i cant see it, then practice again about three or 4 times till feel confident.
+ 3
We got one source for tasks right here: 'Coding Challenges.'
I did quite a lot from them, always choosing something from the list I thought I could handle at that moment.
+ 1
Monical, Thanks for the advice! Take note!
0
Sorry, can't find this source
0
It's where you also find the language tutorials, a bit further down!
0
Python source?
0
I found only this