A short video of Petamind that demonstrates a whole iOS development process.
Install XcodeCreate a projectCreate GUIAdd codeTest iOS appRelease to App Store
iOS quick recap
Subscribe Petamind on YouTube now!
full-stack category
A short video of Petamind that demonstrates a whole iOS development process.
Install XcodeCreate a projectCreate GUIAdd codeTest iOS appRelease to App Store
iOS quick recap
Subscribe Petamind on YouTube now!
In this article, we’ll learn about a Python language construct known as comprehensions for creating a new sequence based on existing one but its syntax is more human-readable than lambda functions. These can be applied to lists, sets, and dictionaries. REVIEW Lambda and map Lambda is an anonymous function (function without name). Let have a quick look at the following example for...
In part 2, we introduced advanced python knowledge with built-in functions and other useful tools for sequence iteration, data transformation. Advanced python part 3 will continue with collections to manipulate our data. Named tuple Suppose we want to define a data structure to represent a geometric point on a typical x and y-axis. We could easily do this by defining a regular...
10 easy steps from download development tool to release useful apps to Google Play.
Install Android StudioCreate a projectCreate GUIAdd codeTest Android appRelease to Play Store
Subscribe Petamind on YouTube now!
Let get some more advanced python techniques, tools, libraries. Python coding style It is quite common for beginner to skip the coding style and conventions in any programming language. But when you have a chance to revisit your code or others’ code, you will soon recognise how important of following coding conventions. To learn more, you can visit PEP 8 — Style guide for Python code...