Re: [BangPypers] Python doc using sphinx

2014-05-25 Thread Vaidik Kapoor
://github.com/vaidik/incoming/blob/master/docs/conf.py#L58 Vaidik Kapoor vaidikkapoor.info On 26 May 2014 10:08, Vineet Naik wrote: > Hi, > > Basically there are 3 steps involved in this: > > 1. Write docstrings in your code using reStructuredText directives and >field lists

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Vaidik Kapoor
> You wont be able to do that unless you put nginx or apache in front. Django > and Tornado can't run on same port same ip, unless you run Tornado > websocket on a separate port. > > Yes. You will have to use either Nginx or Apache as reverse proxy. But figure out how you will make your Django app

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Vaidik Kapoor
Ah! Good find! The same guy has written an implementation for Socket.IO as well: https://github.com/mrjoes/tornadio Vaidik Kapoor vaidikkapoor.info On 5 May 2014 16:34, Mukesh Yadav wrote: > Thanks guys, >Seems I have to give a thought over gevent too. Meanwhile > https://g

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Vaidik Kapoor
Gevent is also a good option. You should read this article: http://engineering.pinterest.com/post/65713073803/how-we-use-gevent-to-go-fast . This project should be helpful for whatever you are trying to do: https://github.com/abourget/gevent-socketio Vaidik Kapoor vaidikkapoor.info On 5 May

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Vaidik Kapoor
always be more difficult to debug. And so is the case with Tornado and I am sure the same is Twisted as well. I have experienced this with Tornado myself. Vaidik Kapoor vaidikkapoor.info On 5 May 2014 11:47, Mukesh Yadav wrote: > Hey guys, >I'm starting a new projects which

Re: [BangPypers] [OT] New Python core developer

2014-04-20 Thread Vaidik Kapoor
Wow! Congrats Kushal. What are you working on? Vaidik Kapoor vaidikkapoor.info On 20 April 2014 23:02, Sayan Chowdhury wrote: > Hi, > > Kushal Das[1] is now a Python core developer. > > Congrats Kushal! > > > [1] http://kushaldas.in/ > > > -- > Sayan Chowdhu

Re: [BangPypers] (no subject)

2013-09-24 Thread Vaidik Kapoor
> You can try xmltodict[1]. It also retains the node attributes and makes > than accessible using the '@' prefix (See the example in README of the repo) +1 for xmltodict ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/li

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-17 Thread Vaidik Kapoor
> I am looking to add some functional testing to my application. I have seen > a couple of tools via google search but the reason I am a little > circumspect is that last time, I did something similar using selenium and > it seemed lack some requirements of mine.(It was not exacty headless) I thin

Re: [BangPypers] Basic of basic question

2013-05-08 Thread Vaidik Kapoor
+1 The method explained by Noufal (using try except while trying to convert input string to int) should be the preferred way of doing what you intend to do. On May 8, 2013 5:18 PM, "Noufal Ibrahim" wrote: > jitendra gupta writes: > > x = input("Enter the nu\t") > > Enter the nu 3 > ty

Re: [BangPypers] Instead of LAMP can we use django ?

2012-11-27 Thread Vaidik Kapoor
On 28 November 2012 10:26, Mandar Vaze / मंदार वझे wrote: > > (Linux,Apache,Mysql,Php).One Company is going to develop a websites like > > (Monster,Shaadi.com,ebay) they are looking to develop these type of > > websites in a couple of hours and setting deadline shortly.I heard from > > > I thin