Re: [BangPypers] Query on Python Integration Frameworks

2022-09-11 Thread Jins Thomas
On Sun, Sep 11, 2022 at 3:14 PM Kumar Anirudha wrote: > On Sun, 11 Sept 2022 at 09:00, Jins Thomas wrote: > > > > Hello Bangpypers, > > > > Greetings of the day, Would like to kindly request your guidance and > > recommendations on Python Integration Fram

[BangPypers] Query on Python Integration Frameworks

2022-09-10 Thread Jins Thomas
it to another API to the second system Thank you in advance Jins Thomas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Android Mobile Device Management open source using Python

2021-04-27 Thread Jins Thomas
is for a foundation to rollout a data entry app to Health workers. Primary intention is to track the devices & push newer version of Apps Thank you so much JIns Thomas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/list

[BangPypers] Recommendation for a Python webserver requirement

2020-08-03 Thread Jins Thomas
Hello experts, We have a running script which takes a file as a parameter and generates another output file. But this is to be used by non-programmers, so we plan to convert this to a simple webserver where user can go to localhost:8000 upload input file and script will run to generate an

[BangPypers] smtlib.SMTP connection unexpectedly closed.

2017-07-05 Thread Jins Thomas
Hi all, Was trying a small code to send email from a server import smtplib server = smtplib.SMTP('125.x.x.x.', 465) server.starttls() server.login("t...@xx.com", "") msg = "TEST MAIL!" server.sendmail("t...@xx.com", "t...@xx.com", msg) server.quit() But getting failed with following

[BangPypers] [OT] Julia Programming Language

2016-09-21 Thread Jins Thomas
for Python. Thanks Jins Thomas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Help: Data retrieval from .aspx website

2015-08-19 Thread Jins Thomas
Hello All, I humbly request some help for the following problem I'm facing. UseCase: I'm trying to write a script to download the transgender voter details from (BBMP Election Website - Below) http://117.247.176.82/Searchbynames.aspx Below is the link to the code i have written.

Re: [BangPypers] Python - Data Analysis - Book Suggestions?

2015-04-17 Thread Jins Thomas
On Wednesday 08 April 2015 07:12 PM, Jins Thomas wrote: Hi all, I would like to request your suggestions on good books on Data Analysis in general and also on Big Data using Python I am learning this right now using Python for data analysis (Wes McKinney) by O'Reilly. I am having

[BangPypers] Python - Data Analysis - Book Suggestions?

2015-04-08 Thread Jins Thomas
Hi all, I would like to request your suggestions on good books on Data Analysis in general and also on Big Data using Python Thank you so much for the support Jins Thomas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org

[BangPypers] Collecting Trending Topics, Social Media sentiments from Twitter/Facebook

2015-03-31 Thread Jins Thomas
Jins Thomas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Python - Training

2014-12-18 Thread Jins Thomas
Hello all, I remember some Python enthusiasts used to conduct Python training workshops on a regular basis in Bangalore. Is such training still happen in and around Bangalore.? Thanks Jins Thomas ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] Using Python To Do More With Arduino

2014-09-26 Thread Jins Thomas
On Tue, Sep 9, 2014 at 4:19 PM, Akshay Verma verak...@gmail.com wrote: Could you upload a Video or Materials of this event? I just found this on their website. http://local.arduino.cc/bangalore/2014/09/15/using-python-to-do-more-with-your-arduino/

[BangPypers] Mobile App Development using Python

2014-08-04 Thread Jins Thomas
Hi I quickly checked archive, Couldn't find much... Humble request to some experts to throw some lights on Mobile App Development using Python Thanks Jins Thomas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman

[BangPypers] [Off-Topic] Best Wiki

2012-10-09 Thread Jins Thomas
Hi all, Sorry for spamming with an off topic. We are planning to create a wiki site for our project. Would like to know your suggestions, either free or affordable one Thanks alot Jins ___ BangPypers mailing list BangPypers@python.org

[BangPypers] Python 3 availability

2012-01-19 Thread Jins Thomas
Hi all, Would like to have some guesses on when Python 3 will be available with standard distributions of Linux/Unix. Cheers Jins Thomas ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Python 3 availability

2012-01-19 Thread Jins Thomas
On Thu, Jan 19, 2012 at 4:54 PM, Kenneth Gonsalves law...@gmail.com wrote: On Thu, 2012-01-19 at 16:06 +0530, Jins Thomas wrote: Would like to have some guesses on when Python 3 will be available with standard distributions of Linux/Unix. depends on what you mean by standard

Re: [BangPypers] Python equivalent for Pelmonks.org

2011-03-25 Thread Jins Thomas
, Jins Thomas jinstho...@gmail.com wrote: Hi all, Do we have some site which we can compare with perlmonks.org for Python. I have seen perlmonks.org is very helpful with lot's of QAs , some small practical tutorials, thoughts on programming etc, code snippets etc. Thanks Jins

[BangPypers] Dictionary in Python - A doubt

2011-03-24 Thread Jins Thomas
wrongly. Also i'm looking for some sites similar to perlmonks.org in python. There in perlmonks we could see lots of small small articles (basic and advanced) which will give clear idea on the usage, style etc. Have you heard of anything of that sort. Thanks Jins Thomas

[BangPypers] Creating PPT with graphs

2011-01-13 Thread Jins Thomas
to rewrite the entire thing in Python. 4. And some general programming thoughts/suggestsion/advice why this happened :( Thanks alot Jins Thomas ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Object Oriented Python - Advice on books

2010-12-01 Thread Jins Thomas
reader has already some conceptual understanding on Object Oriented Concepts. Cheers Jins Thomas ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Python version 2.x or 3.x

2010-12-01 Thread Jins Thomas
Hi all, Would like to ask one more doubt regarding which version we should concentrate, considering a newbie to python. Cheers Jins Thomas ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Regarding web framework in Python

2010-06-03 Thread Jins Thomas
On Sat, Jan 30, 2010 at 12:32 AM, Pradeep Gowda prad...@btbytes.com wrote: On Fri, Jan 29, 2010 at 3:47 AM, Jins Thomas jinstho...@gmail.com wrote: Hi All, Would like to ask one suggestion from bangpypers. I have a oracle database in Unix and need to create a web based GUI

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-17 Thread Jins Thomas
On Thu, Sep 17, 2009 at 9:53 AM, Balamurugan S balamurugan.se...@gmail.comwrote: On Wed, Sep 16, 2009 at 7:48 PM, Jins Thomas jinstho...@gmail.com wrote: Would any body please comment on some good frameworks in python (web based GUI), which is already available on which i can add my

[BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Jins Thomas
. Many Thanks Jins Thomas ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers