paprika

358
reputation
92 views

Registered User

name paprika
member for 10 months
seen 3 hours ago
website
location
age
Dec
9
comment In python is there a way to check if a function is a “generator function” before calling it?
Was about to write the same but the Python übergod came in first. :-)
Dec
9
comment Enable pylint in Netbeans
I assume you don't want to implement support for pylint yourself. Still, if it happens so, you could start by learning from the following project that integrates some other style checker. As I expected, a lot of code is needed (ah, the simplicity of doing something like this for Emacs!), although probably much of it is generated. Here's the project: sickboy.cz/checkstyle
Nov
29
comment Enable pylint in Netbeans
@Jeffrey: Netbeans is not a pure Java IDE, it has modes for C/C++, Ruby and Python, too. Granted, the Python mode is not as sophisticated as the Java part, still, it's already useful and it's getting better with every release.
Nov
23
comment Multiplying a tuple by a scalar
What's wrong with (10 * img.size[0], 10 * img.size[1])? I don't see why you need to overengineer something as simple as a multiplication of 2 integers. Note that this tuple will always have only two elements!
Nov
23
comment Enabling Flyspell-mode gives an error
Did you check if aspell works outside of Emacs, i.e. something like cat foobar.txt |aspell -a -l en?
Nov
23
comment Enabling Flyspell-mode gives an error
Please consider adding the output/error message in text form rather than an image attachment if possible, it would be much easier to read.
Nov
23
comment To understand: From PHP Array to Python ?
@therefromhere: At least in Python that's range(1,11), i.e. n+1 for the upper bound.
Nov
23
comment To understand: From PHP Array to Python ?
+1: "Then, come back and ask specific questions that could yield specific answers." This is really the issue with this question. It seems the author didn't realize that this is a broad topic about how looping and data structures work in Python, and not a specific problem.
Nov
23
comment Configure MySQL to work with Django
@Nimbuz: It seems mysql_config is a command line tool that is part of the MySQL client library. On Debian you'd have to install "libmysqlclient15-dev", but apparently you use Mac OS X, so I can't help you with that.
Nov
23
comment To understand: From PHP Array to Python ?
Don't try to translate your collection of let's call them "patterns" into Python directly, you will probably produce code that's very [unpythonic][1]. Instead, take the time to learn about the basic Python data structures first before you jump the keyboard. [1]: faassen.n--tree.net/blog/view/…
Nov
23
comment To understand: From PHP Array to Python ?
If the first example really iterates over integers str(item) needs be used when printing those values.
Nov
23
revised Automatically pick tags from context using Python
corrected spelling
Nov
21
comment What dead programming languages do you know?
I was introduced to Comal some time around 1996 in middle school on DOS PCs. It was used in an introductory course for programming.
Nov
21
answered Automatically pick tags from context using Python
Nov
20
answered What is the best way to crawl a login based sites?
Nov
19
comment mechanize can’t login python
A very experienced SO user asked you just two weeks ago to avoid using external [pastebin] services. Please paste the relevant part of the code right into your post. This way things stay in one place, your code is guaranteed to be still available as long as SO exists and people are bothered less => higher chance of answers.
Nov
19
comment Python SIP library
Note that Twisted's SIP implementation is somewhat dated, it's still compliant with the old RFC (2543).
Nov
19
answered Python SIP library
Nov
18
accepted Twisted: source IP address for outbound connections
Nov
18
comment Twisted: source IP address for outbound connections
I used a bit of Twisted's SIP implementation to generate some of the required headers.
Nov
18
answered Twisted: source IP address for outbound connections
Nov
10
comment In Emacs, how do I figure out which package is loading tramp?
Neat trick, love it!
Nov
10
comment Dependency bundle (jar-files/sources/API docs) in Eclipse
The step I missed was to "open" the JAR resources by clicking on the plus... From there on everything's clear.
Nov
10
asked Dependency bundle (jar-files/sources/API docs) in Eclipse
Oct
26
comment Macro that disable / enable sound device in Windows 7
Although I'm not a Windows expert, this question is rather unspecific. What do you mean by a 'macro'? It's better if you simply state what you'd like to accomplish. If you want to enable/disable a sound device programatically, you'd have to tell us which programming language / framework you are using. If with 'macro' you mean something like enable/disable sound by a keyboard shortcut: this type of question should be asked at superuser.com
Oct
25
asked Twisted: source IP address for outbound connections
Oct
15
answered gnu screen - changing the default escape command key to ALT-X?
Oct
15
answered I’ve never used ido mode. Do I want to?
Oct
15
comment I’ve never used ido mode. Do I want to?
I think that's just C-f.
Oct
5
awarded  Critic
Oct
5
comment Best algorithm for hashing number values?
(-1) because this answer contains only humor. Don't get me wrong, I'm a regular Slashdot reader -- and love the humorous comments over there! -- I just don't think that this kind of stuff belongs here. See [this discussion][1]. [1]: meta.stackoverflow.com/questions/17782/…
Sep
29
awarded  Scholar
Sep
8
awarded  Student
Sep
8
asked Apache Tomcat: adding/deleting/editing JNDI resources