As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can we do event driven programming in Python. If we can, can some one tell which modules (standard or 3rd party modules) to look at. I hope I am not asking a ambiguous question, I am new to Python so please don't mind.
First thing that came into my mind when I saw your post was Twisted.
Ofcourse it depends on what your goal is, but you should check it out
here
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for a library to work with Dynamics CRM from Python. I saw this answer regarding PHP: microsoft dynamics crm 2011 and php
I wonder if thre is something similar in Python.
You mean something like that:
http://pastebin.com/JevEm6j2
?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm writing a fairly simple Flask app that requires a cron job. Right now, I have a separate module that imports the classes it needs from my app module. This seems to work just fine.
I stumbled across Flask-Script, and I'm left wondering why it would be used over the solution I have now. Keeping in mind that I am new to Flask, can anyone explain this?
It seems to be a helper module. It just gives you a nice "router" for command line commands instead of URLs.
It's more convenient and (more importantly) easier to read the intent of the code.
- Especially for non-trivial cases (>200loc)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I wrote a web app with Pyramid in python, but I'm struggling to find a suitable profiler. Any suggestions? Thanks.
If you're using pyramid 1.2a1 or better you might try the pyramid_debugtoolbar. linesman also seems like a pretty good choice.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am planning on transferring my django site to pinax so I dont have to deal with the user registration and what not. Before I make this move, I was wondering what the alternative options are so I dont have to make this transfer twice.
So what alternatives to pinax exists? and which one is your favorite?
I don't think there's any alternative, luckily it's active again lately.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to wrap it inside a template. That's very important.
There a several forum app exists for django.
Look here django forums
And specially look at DjangoBB