[Twisted-Python] starting point to contribute

Hi all, I'm kasun from srilanka, and i'm developing a vehicle tracking system for one of our government authorities,when i start coding for the project, I used the support of basic python modules(socket,threading)[1], then I got to know about the usability of Twisted and re-factored the code[2] to use Twisted because it's a great python network framework. so I have hands on experience with the framework.I'm happy to start contributing to twisted community.and i have already gone through two articles about the development process (ContributingToTwistedLabs and TwistedDevelopment).So if you can suggest me a good starting point I would be more than happy to contribute reference: [1]: https://github.com/tmkasun/port/blob/kasun/server_Program/server_tcp.py [2]: https://github.com/tmkasun/port/blob/kasun/server_Program/server_twisting/gp... -- ~ Kasun Thennakoon <http://me.knnect.com>

I think the general idea is to find tickets on the webpage and just go ahead and fix them. You can sort them by difficulty.

On Jan 17, 2014, at 10:06 AM, Kasun Thennakoon <tmkasun@gmail.com> wrote:
Hi all, I'm kasun from srilanka, and i'm developing a vehicle tracking system for one of our government authorities,when i start coding for the project, I used the support of basic python modules(socket,threading)[1], then I got to know about the usability of Twisted and re-factored the code[2] to use Twisted because it's a great python network framework. so I have hands on experience with the framework.I'm happy to start contributing to twisted community.and i have already gone through two articles about the development process (ContributingToTwistedLabs and TwistedDevelopment).So if you can suggest me a good starting point I would be more than happy to contribute
Hi Kasun! I'm so happy to hear that you've had a positive experience developing something with Twisted, and even happier to hear that you'd like to contribute. There's a bit of a getting-started guide at <https://twistedmatrix.com/trac/wiki/ContributingToTwistedLabs>, but please feel free to ask more questions as you work your way through it. I would like to suggest something more specific but I don't know a lot about you yet, and there are a lot of potential things to suggest :-). What are your interests? What parts of Twisted would you like to contribute to? -glyph

Hi glyph, daniel Thanks for your attention. I'm more interested in GPS protocols and web protocols. Since the project I'm working on is more focused on GPS protocols, I have already gone through GPS protocols in twisted[1] Please excuse typing errors, [1]: http://twistedmatrix.com/trac/browser/trunk/twisted/protocols/gps/ On Sat, Jan 18, 2014 at 5:32 AM, Glyph Lefkowitz <glyph@twistedmatrix.com>wrote:
On Jan 17, 2014, at 10:06 AM, Kasun Thennakoon <tmkasun@gmail.com> wrote:
Hi all, I'm kasun from srilanka, and i'm developing a vehicle tracking system for one of our government authorities,when i start coding for the project, I used the support of basic python modules(socket,threading)[1], then I got to know about the usability of Twisted and re-factored the code[2] to use Twisted because it's a great python network framework. so I have hands on experience with the framework.I'm happy to start contributing to twisted community.and i have already gone through two articles about the development process (ContributingToTwistedLabs and TwistedDevelopment).So if you can suggest me a good starting point I would be more than happy to contribute
Hi Kasun!
I'm so happy to hear that you've had a positive experience developing something with Twisted, and even happier to hear that you'd like to contribute.
There's a bit of a getting-started guide at < https://twistedmatrix.com/trac/wiki/ContributingToTwistedLabs>, but please feel free to ask more questions as you work your way through it.
I would like to suggest something more specific but I don't know a lot about you yet, and there are a lot of potential things to suggest :-). What are your interests? What parts of Twisted would you like to contribute to?
-glyph
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- ~ Kasun Thennakoon <http://me.knnect.com>

Hi Kasun, On 18 Jan 2014, at 4:57, Kasun Thennakoon wrote:
Thanks for your attention. I'm more interested in GPS protocols and web protocols.
If you’re into GPS, you may enjoy helping https://twistedmatrix.com/trac/ticket/3926 getting merged at last! Cheers, —h

Hi Hynek thank you so much , yes sure i'll do my best. start reading the thread and still at the middle of it. thanks again On Sat, Jan 18, 2014 at 4:15 PM, Hynek Schlawack <hs@ox.cx> wrote:
Hi Kasun,
On 18 Jan 2014, at 4:57, Kasun Thennakoon wrote:
Thanks for your attention. I'm more interested in GPS protocols and web
protocols.
If you’re into GPS, you may enjoy helping https://twistedmatrix.com/ trac/ticket/3926 getting merged at last!
Cheers,
—h
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- ~ Kasun Thennakoon <http://me.knnect.com>
participants (4)
-
Daniel Sank
-
Glyph Lefkowitz
-
Hynek Schlawack
-
Kasun Thennakoon