[Tutor] Bulk update to a SQL Server table

2019-01-07 Thread ram
Hi All, I have 7000+ records in a SQL Server table with 3 columns, which uniquely identify each record (I didn't define them as composite primary key). I load these 7000+ records into a Pandas DataFrame and update a subset of these records. What's the optimal way to update this subset of records

[Tutor] PYTHON HELP

2018-03-15 Thread Prashanth Ram
Dear Sir/Madam, I'm a beginner in Python. I have written a code to open browsers using selenium framework. I have purchased a Virtual Private Server (VPS) with CentOS 6.9 installed from GoDaddy. My code is working well in localhost but when I try to open that in VPS server I'm failing in running

[Tutor] Importing an existing plot and manipulating it !

2014-12-02 Thread ram rokr
lem accomplish this? I've time constrains and that's a big problem ! Thanks. P.S: Yes, the script looks weird. Because I've to use Klayout with python integration. Since I'm new to both I'm having a hard time. If somebody can enlighten me about how to do this in Python, mayb

Re: [Tutor] Runestone Python Course

2013-08-27 Thread ram sagar
. Ram Sagar Mourya On Sat, Aug 24, 2013 at 12:32 AM, Jim Mooney wrote: > But I discovered that if you delete the single leading blank in front of > each line, then it works. > Maybe their parser doesn't like unindented lines starting with a space... > = > That's o

Re: [Tutor] Converting .pyd to .so

2011-02-28 Thread j ram
> Wine is a good suggestion, but it takes up 3.53 MB. Is there a lighter >> alternative? >> > > So far, you didn't state whether the DLL actually uses Windows calls, but I > would imagine it does, and if so, you can't use it on anything but Windows > without emulating those calls, thus using Wine.

Re: [Tutor] Distributing Python Code for Commercial Porpoises?

2010-08-06 Thread j ram
> > My intent though is really not to produce a commercial product. My question > relates to difficulty my partner and I have to exchanging py programs w/o > him stumbling. I send him a py program written using Windows Python 2.5. He > has the same. I've executed it IDLE and it works fine. He execu