Hi Eliza, On Mon, May 04, 2015 at 01:54:20PM -0700, Eliza Guseva wrote: > Hello all, > > First. Thanks a lot for choosing me as a student for your project!! > > As an international student in USA, I'm having some challenges with > bureaucratic system in my University. > It starts taking too long at the moment. So I'd better not wait even longer > and start communication now. > I have to warn: there might be issues with the system, but I'm trying hard > to get it work. > > On the brighter topic:) > As I understand it's time to read the documentation now. > Could you recommend me the reading, which suits the best for the purposes > of the project?
I think probably the easiest thing is to just start looking at python-dbus, and see what parts of the API still apply to an asyncio based implementation. Ideally we'd stay as close to the python-dbus API as is reasonable to enable users to port stuff to the new library quickly. There is also the dbus spec [1] for when the code isn't so clear, but I find reading specs to be quite a useless way to learn about anything. [1]: http://dbus.freedesktop.org/doc/dbus-specification.html Tycho > What source codes do you think, I should look into to get a better > understanding? > I will be asking questions, in the progress. > > Thanks a lot! > > -- > You received this message because you are subscribed to the Google Groups > "qtile-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
