I have used a package called xlutils to generate excel files. Never
had the need to read back something. Check if it has API's for reading
as well. I would be surprised if ti doesn't.
Thanks
Shankha Banerjee
On Wed, Mar 12, 2014 at 10:29 AM, Shashidhar Paragonda
wrote:
> Hello P
Will it work if you just search for a string instead of Italics or
bold. That may be easier, if you have a fixed set of strings.
If you are dealing with numbers it is much simpler.
Thanks
Shankha Banerjee
On Wed, Mar 12, 2014 at 10:35 AM, shankha wrote:
> I have used a package called xlutils
check how many instructions are being generated.
Thanks
Shankha Banerjee
On Fri, May 23, 2014 at 12:21 PM, Mandar Vaze / मंदार वझे
wrote:
> Currently I came across the code that returned 9 values (return statement
> spanned 5 lines due to pep8 limitation of 79 characters per line)
>
> T
Can you please tell at how many places you make the call.
That is the problem with these stupid dynamic languages :-)
On Sep 20, 2014 2:35 PM, "Noufal Ibrahim KV" wrote:
>
> I've recently come across something that I'd like some comments on. It's
> a stylistic issue so not something that there's
-default-argument.
Thanks
Shankha Banerjee
On Sat, Oct 4, 2014 at 4:57 PM, Rajiv Subramanian M
wrote:
> Hi Group,
>
> I just went through this article
> http://docs.python-guide.org/en/latest/writing/gotchas/
>
> written a Fibonacci program like this
>
> def fibonacci(next=[1
Solve some algorithm problems and then post it on :
http://codereview.stackexchange.com/.
You will get lot of tips.
Thanks
Shankha Banerjee
On Fri, Dec 5, 2014 at 2:52 PM, Amish Anand wrote:
> Probably you can go through a few of the open source projects on github and
> understand th