0
fundamentals of python in app developement
i want to ask about what are the fundamentals of python 3 in order to develop android applications and games, and one more thing as well that there are so many functions in python, how do i memorise all of them, sometimes i forget what yield does what .format does...would love to learn some tricks if there are any
1 ответ
+ 6
There is no such way to memories all the Python module and libraries ,we just need to use them all as frequently and efficiently as we can . Python is full of fundamentals . Moreover def and assertion based concepts we're the best. That is all what I know.