P
P
partisan422020-06-09 02:57:23
Python
partisan42, 2020-06-09 02:57:23

Where can I get a python problem book?

Good day.
I understand that for many my question may seem silly, but I ask you not to throw stones strongly, we all once took the first steps.
Started the book "A byte of Python". There are no complaints about the book itself, concise, understandable. But still there is one significant drawback.
For example. while statement. Not the clearest example of how it works is given. Why is the variable at the beginning True and if I need False? Etc.
The essence of my question is the following, but is there any problem book that will help me, after reading the next chapter, to practice a little with the basics, to consolidate the material?
At what it is desirable from the very beginning.
Thanks in advance:)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Saboteur, 2020-06-09
@partisan42

https://www.w3schools.com/python/python_while_loops.asp
Read the official documentation. If you don't understand it, use google to search for examples, like this:
python <statement> example

V
Viktor Paperno, 2020-06-09
@AviPaperno

Take a course, for example on Stepik

A
Alan Gibizov, 2020-06-09
@phaggi

Mark Lutz “Learning Python”
How everything is chewed up there with examples and tasks, it’s probably better not to find it. I myself am now studying this book, although earlier I tortured all these stepik courses and official docks to nausea ...
Cons:

  • The price bites, even used. (Life hack: You don't have to take both volumes at once)
  • The book is thick and heavy, not easy to use.
  • The font is small.

But still it's worth it.

O
Oksana ..., 2020-06-09
@deniz1983

If you know at least a little English, then there are a lot of tasks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question