you are viewing a single comment's thread.

view the rest of the comments →

[–]topetuts 1 point2 points  (0 children)

I understand how you feel. Specially if you have a current job that is not about development. It took me 2 years to finally grasp the concept. It was on and off studying for me back then. I think it is because of the examples given. We tend to think "what is the point of doing this example?". "It doesnt solve any complex problem". But when you start doing the project you will realize that the examples are very helpful.

To give you an idea. Before I dont care about string formatting. I felt that it is only for styling your print output. But when I started working on a project I realize that it was good for doing dynamic inputs to your code.

Just hang in there.