PyValentina 0.2.0 library documentation update on PyPI

2020-04-10 Thread Sanjay Gupta
Hi Everyone, I recently started working on Data Visualization. In one of my assignments, I want to use PyValentina 0.2.0 library. When I visited the https://pypi.org/project/PyValentina/ page and click on PyValentina Home Page link it give me a 404 error. After spending a little more time I

[issue39545] await is not supported in f-string in 3.6

2020-02-04 Thread Rohit Sanjay
Rohit Sanjay added the comment: Hey, I'd like to work on this issue. Seems like an easy fix. Can you please help me out with where I will need to add the documentation for this? -- nosy: +rohitsanjay ___ Python tracker <https://bugs.python.

[issue38335] simplify overlaps function in ipaddress.py

2019-10-05 Thread Sanjay
Sanjay added the comment: the version in the patch is less code a or b or c or d becomes a or d the version in PR is using the subnet_of, supernet_of function because overlap means either a is subnet_of or supernet_of b. So was trying to consolidate the implementation of overlap from 2 to 1

[issue38335] simplify overlaps function in ipaddress.py

2019-10-02 Thread Sanjay
Change by Sanjay : -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue38335> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38337] inspect: getmembers calls properties

2019-10-01 Thread Sanjay
Sanjay added the comment: the issue happens in 2.7 as well -- nosy: +Sanjay versions: +Python 2.7 ___ Python tracker <https://bugs.python.org/issue38

[issue38335] simplify overlaps function in ipaddress.py

2019-10-01 Thread Sanjay
Change by Sanjay : -- pull_requests: +16110 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16519 ___ Python tracker <https://bugs.python.org/issu

[issue38335] simplify overlaps function in ipaddress.py

2019-10-01 Thread Sanjay
New submission from Sanjay : the current implementation of overlaps function tests either network or broadcast address is in other but we can skip checking broadcast address is in other because we anyway check if other.network_address in self without loss of generality if we assume self has

[issue34233] subprocess.check_output goes to infinte loop

2018-07-26 Thread sanjay patel
New submission from sanjay patel : Below snipped goes to infinite loop when running through windows command prompt but works in python IDLE import subprocess subprocess.check_output('cmd.exe dir', stderr=subprocess.STDOUT) save as:test.py in windows cmd use command: python test.py

Python program to run commands on cmd.exe from a tkinter GUI input box

2017-05-18 Thread Sanjay Yadav
Can anybody help or share a python code using Tkinter for opening cmd.exe and running command given from input box. For eg. when I run the code it will ask IP in an input box gui and ping response for that IP will be on cmd console -- https://mail.python.org/mailman/listinfo/python-list

[issue29931] ipaddress.ip_interface __lt__ check seems to be broken

2017-03-28 Thread Sanjay
New submission from Sanjay: The less than check for ip_interface behavior seems weird. I am not sure if this is by design. We are just comparing the network address but when network address is equal we should compare the ip address. The expectation is if a < b is False then b <= a must b

[issue29913] ipadress compare_networks does not work according to documentation

2017-03-27 Thread Sanjay
Sanjay added the comment: ok I will update the doc -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29913> ___ ___ Python-bugs-

[issue29913] ipadress compare_networks does not work according to documentation

2017-03-27 Thread Sanjay
Sanjay added the comment: yes but compare_networks is not used to implement equality check. __eq__ correctly returns False when we do 1.1.1.0/24 == 1.1.1.0/25. If compare_networks works exactly like __eq__ then it seems a bit redundant

[issue29913] ipadress compare_networks does not work according to documentation

2017-03-27 Thread Sanjay
Changes by Sanjay <sanjay...@gmail.com>: -- pull_requests: +739 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29913> ___ __

[issue29913] ipadress compare_networks does not work according to documentation

2017-03-27 Thread Sanjay
New submission from Sanjay: according to the docs compare_networks only checks the network address but the implementation is also taking the mask length into account. It returns '0' only if both the network address and the mask are equal but this can be done with just equality check ( ip1

Error while installing PIL

2014-06-04 Thread Sanjay Madhikarmi
Dear sir/madam I have already install python 2.7 64bit in my windows 8 machine but while installing PIL 1.1.7 for python 2.7 it says that Python 2.7 required which was not found in the registry Please help me sort out this problem Thanks in advance -- *Regards, Sanjay Madhikarmi Url

Re: Simple Python script as SMTP server for outgoing e-mails?

2013-08-05 Thread Sanjay Arora
. Another option http://www.openspf.org/SRS is there to be worked in conjunction with spf. There is a best spf practices guide on the site. And all this email authentication issue given on openspf.org makes an interesting read. Ciao. Sanjay. -- http://mail.python.org/mailman/listinfo/python-list

Need paid support on pycontactgrabber

2009-03-09 Thread Sanjay
it for a website and hence need to extend the project for Hotmail, WindowsLive, MSN, AOL etc. Interested developers can contact me at sanjay at radsolutions co in with indicative cost. thanks, Sanjay -- http://mail.python.org/mailman/listinfo/python-list

[ANN] FOSS Project for grabbing contacts from gmail, yahoo, rediff etc.

2008-10-31 Thread Sanjay
'. I am not a python grandmaster and hence would deeply wish somebody taking the project forward. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

invite friends: contact list importing from hotmail, yahoo, gmail etc.

2008-08-09 Thread Sanjay
Hi All, I googled a lot trying to find out any FOSS python software for the above, but could not find one. Any pointers would be of vital help. thanks, Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz has so many timezones!

2007-10-10 Thread Sanjay
Thanks a lot, Guys. The immediate step I think to take is having two combo boxes (dividing the data by '/'). Thanks for enormous response and the valuable suggestions! Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz has so many timezones!

2007-10-09 Thread Sanjay
somebody feeds some time field, my application converts it to UTC and stores in the database. Later, when the data is to be displayed to some member, the application converts it to his local time, and displays the data. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

pytz has so many timezones!

2007-10-08 Thread Sanjay
effectively would help me a lot. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz has so many timezones!

2007-10-08 Thread Sanjay
mean whether I have to collect the data manually and do it, or some better way is available - will help me a lot. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Posted messages not appearing in this group

2007-07-18 Thread Sanjay
Hi All, I tried posting in this group twice since last week, but the messages did not appear in the forum. Don't know why. Trying this message again... Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz giving incorrect offset and timezone

2007-07-18 Thread Sanjay
Hi Simon, localize worked perfectly. Thanks a lot for the vital help! Your elaboration on the concepts was also very nice and informative! thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

pytz giving incorrect offset and timezone

2007-07-13 Thread Sanjay
://groups.google.co.in/group/comp.lang.python/browse_thread/thread/55496e85797ac890 without any responnses. Unable to know how to proceed. Needing help. Tried posting in launchpad and mailed to Stuart, but yet to get any response. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

pytz giving incorrect offset and timezone

2007-07-12 Thread Sanjay
. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Routine for prefixing '' before every line of a string

2006-12-16 Thread Sanjay
Thanks a lot, guys! sanjay -- http://mail.python.org/mailman/listinfo/python-list

Routine for prefixing '' before every line of a string

2006-12-14 Thread Sanjay
not be aware), than it would be great just to reuse it! thanks sanjay -- http://mail.python.org/mailman/listinfo/python-list

Setting application-wide global datetime format

2006-12-12 Thread Sanjay
Hi All, Being an amateur in python, I am unable to find a way (if there is any) to set a datetime display format once globally in a web application (using turbogears), so that everytime I don't have to use routines like strftime. Seeking help. thanks sanjay -- http://mail.python.org/mailman

Partial classes

2006-07-19 Thread Sanjay
this: GeneratedPerson.rb Class Person . . . End Class HandcraftedPerson.rb Class Person . . . End Class The intrepretor adds the code in both to compose the class Person. What is the equivalent in Python? Inheriting is a way, but is not working in all scenerios. Thanks Sanjay -- http://mail.python.org

Re: Partial classes

2006-07-19 Thread Sanjay
. Would love to listen to others. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Partial classes

2006-07-19 Thread Sanjay
a lot, Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Partial classes

2006-07-19 Thread Sanjay
Thanks for the code showing how to implement partial classes. Infact, I was searching for this code pattern. I will have a study on metaclass and then try it. Thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Partial classes

2006-07-19 Thread Sanjay
the ideas suggested, and jot down the pattern suitable to me. The code pattern using metaclass looked interesting to me. Thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Partial classes

2006-07-19 Thread Sanjay
put your client methods in a file, and add them to your original class with setattr, if you don't want to use inheritance. It would be still better that magically transform your classes with a metaclass. Thanks for the much needed guidence. Sanjay -- http://mail.python.org/mailman/listinfo

Re: How to have application-wide global objects

2006-07-14 Thread Sanjay
Got crystal clear. Thanks a lot to all for the elaborated replies. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Too many imports to use a business class library?

2006-07-13 Thread Sanjay
? Is there anything wrong in my approcah? Waiting for suggestions. Thanks in advance. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Too many imports to use a business class library?

2006-07-13 Thread Sanjay
Thanks a lot to all for the to-the-point info, quite vital to me... Sanjay -- http://mail.python.org/mailman/listinfo/python-list

How to have application-wide global objects

2006-07-13 Thread Sanjay
one. import created a new object, as I tried. Badly need guidences. Thanks a lot Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: How to have application-wide global objects

2006-07-13 Thread Sanjay
: (at the module's to level) Thanks Sanjay -- Bruno Desthuilliers wrote: Sanjay wrote: Probably a newcomer question, but I could not find a solution. I am trying to have some singleton global objects like database connection

Re: How can I find a freelance programmer?

2006-02-14 Thread Sanjay Arora
Try this site I use them. You will make many freelancer contacts...some good some bad...don't pay without escrow but good jobs get done. Hope you will find it worthwhile. Best regards good luck. Sanjay. On 2/15/06, Jorge Godoy [EMAIL PROTECTED] wrote: Charles [EMAIL PROTECTED] writes: I am

Newbie: Python Serial Port question

2005-11-30 Thread Sanjay Arora
the serial port of an EPABX and log them to a postgreSQL database. What's the best way to do this using python? Does anyone know of an existing software/python library/module for this? Please help. With best regards. Sanjay. -- http://mail.python.org/mailman/listinfo/python-list

HTML parsing/scraping python

2005-11-30 Thread Sanjay Arora
solutions will be most appreciated. Anyone who is knowledgeable about the application subject, please do share your knowledge to help us do this right. With best regards. Sanjay. -- http://mail.python.org/mailman/listinfo/python-list