In addition to the documents below, you can also make yourself familiar with Pythomnic through the annotated code samples found in ./cages/template/samples, and the readme files found in many other package directories (despite of their funny names they do contain some useful information).
      Interfaces
            ... configuring
            ... internal structure
      Application modules
            ... reloading updated modules, state migration
            ... where to start development
            ... configuring
            ... processing timeouts
            ... synchronous RPC
            ... asynchronous P2P message queues
            ... retrying P2P messages processing
            ... call chains
            ... how call chains are undone
            ... dynamic location discovery
            ... access restrictions
      ... implementation