DockerfileThe Dockerfile contains special instructions, which tell the Docker Engine about the steps required to build an image. To invoke a build usi
...
Contents from the book Practical Docker With Python 2018
Containers and Virtual Machines
A fundamental difference is that containers share the same k
...
Introduction Video: https://www.youtube.com/watch?v=CX777rfuZtM
Problem: find a data structure for storing strings that allows for fast insertion, sea
...
Structureurl naming server/web2py/applications/APPLICATION/CONTROLLER/VIEW
In the default.py controller123def helloworld(): msg = "hello from contr
...
Language FeatureCompared to Java Same:
Everything is an object design and excellent cross-platform support
Relatively standard libraries
Run on virtu
...
Event LoopBook
Async is about the gap between now and later.
Defination The mechanism that handles executing multiple chunks of your program over time
...