irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
305 stars 36 forks source link

How should be learn #34

Closed msevnctkn closed 3 years ago

msevnctkn commented 3 years ago

Hi Irmen, i want to start learning pyro5, but the docs not enough clearly. What can i learn pyro5? give me some advice.

irmen commented 3 years ago

The doc's are not clear enough? What do you think is missing?

Start by following the tutorial chapter and recreate the applications it is explaining. It points to the two tutorial examples in the Pyro4 documentation but the concepts are virtually unchanged. An the Pyro5 versions of both of these applications are provided in the examples directory in the pyro5 source repository. Then, browse through other chapters in the manual to get a grasp of what's on offer in Pyro5. Then, I suggest looking at all the examples provided in the source repository. Finally, apply Pyro5 to your own applications first starting with simple interfaces and gradually introducing more advanced stuff if it is really needed.

Closing this now until perhaps more specific questions arise.