0
Is there any exhaustive list of all syntax used in python? If yes where can i find it?
please provide links for ebooks if any
2 ответов
0
# they do sell reference books but it's all free in the documents.
# bookmarking the index and standard library page is worthwhile
https://docs.python.org/3/library/index.html
https://docs.python.org/3/library/functions.html
0
To see the whole syntax, you have to read the Python grammar, and it can be quite hard to read for a beginner. Sorry, there is not really another way...I would have loved to, as a beginner, but you have to read the docs or learn the syntax...