Posts
 
Reputation
Joined
Last Seen
Ranked #864
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
8
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
1 Endorsement
Ranked #857
Ranked #11.1K
Ranked #2K
~18.2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for bright.silva

Please state precisely what your code is meant to achieve as I've no intention of making wild guesses or wading through it to try and find out.

Member Avatar for megaflo
0
396
Member Avatar for mattrweaver

Just great, the code as shown will not work as there is no reference to pd, although it isn't difficult to work out that it's pandas. I get the impression that the whole thing is over engineered, but I have no intention of discussing this any further until an entire …

Member Avatar for mattrweaver
0
4K
Member Avatar for Slavi

Please put the shovel down before the hole gets too big and you can't climb out :) Regular expressions are not the way to go for something that is XML based. The simplest way is to grab libraries and play with them at a Python interactive prompt. Besides python-xbrl there …

Member Avatar for megaflo
0
2K
Member Avatar for Slass33
Member Avatar for megaflo
0
185
Member Avatar for misgee2001

Give me some solution, of course I will. All you need do is write a sizeable cheque made payable to the Python Software Foundation. When it's been cashed I'll give you a solution. When I say sizeable I am of course referring to the numbers and words indicating ow much …

Member Avatar for megaflo
0
128
Member Avatar for sbaw

This might have something to do with it. > Error: The output directory "C:\Python27\MyScripts\VMS\Python_Firmware_Upgrader-4_00_02\Python_Firmware_Upgrader\dist\TargetGUI" is not empty. Please remove all its contents or use the -y option (remove output directory without confirmation As an aside __init__ makes a folder into a package, a module is just one source file.

Member Avatar for megaflo
0
1K
Member Avatar for BustACode

"Order is lost again" is incorrect. You've created an empty OrderDict() called d_Dict, then reassigned the name d_Dict to an ordinary dict() created by calling zip() on your lists of keys and values.

Member Avatar for DragonMastur
1
467
Member Avatar for DragonMastur

Note that the minute you see code like `for i in range(len(items))` in Python you should sense a code smell.

Member Avatar for vegaseat
0
807
Member Avatar for Niloofar24

I'm sorry that I can't answer directly so I suggest you try the main mailing list [at](https://mail.python.org/mailman/listinfo/python-list) [or](http://news.gmane.org/gmane.comp.python.general). The people there have forgotten far more than I've ever known about unicode, so I'm certain that you'll get very sound answers :)

Member Avatar for megaflo
0
370
Member Avatar for anumash

To me the clearest analogy is the use of yellow sticky notes so please see [this](https://mail.python.org/pipermail/tutor/2006-October/049767.html)

Member Avatar for megaflo
0
330
Member Avatar for DragonMastur

There is a missing single quote around Ctrl+N on line 63. It's hard to run code with a syntax error :)

Member Avatar for DragonMastur
0
409
Member Avatar for gunbuster363

[QUOTE=gunbuster363;1179935]The methods is so complicated. I want to check the execution time of each statement so that I can modify that part in order to increase speed. Thanks in advance, Raymond[/QUOTE] I'd start with this [url]http://docs.python.org/library/profile.html[/url] and maybe this [url]http://docs.python.org/library/dis.html[/url]. HTH. Mark Lawrence

Member Avatar for hondros
0
94
Member Avatar for thompsonSensibl
Member Avatar for megaflo
0
7K