[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/ma

[BangPypers] [OffTopic] Economical Online Payment Options

2014-08-10 Thread Jins Thomas
. Would like to know your thoughts on which online payment option/provider is economical. Membership fee will be as low as 10 Rs. We are told some providers like paycheck paytime etc are having high commission. Thanks Jins Thomas ___ BangPypers mailing

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 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 ma

[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] Python - Training

2014-12-18 Thread Jins Thomas
kends? > On Fri, Dec 19, 2014 at 10:57 AM, Jins Thomas > wrote: > > > > Hello all, > > > > I remember some Python enthusiasts used to conduct Python training > > workshops on a regular basis in Bangalore. Is such training still happen &g

[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 - 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

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

[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. https://gis

[BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Jins Thomas
s for beginner/intermediate levels Thank You Jins Thomas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] [OT] Julia Programming Language

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

[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 error.

[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 output

[BangPypers] Android Mobile Device Management open source using Python

2021-04-27 Thread Jins Thomas
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] 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

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] Help Python framework for report creation (bar graph, pie etc)

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

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 wrote: > On Wed, Sep 16, 2009 at 7:48 PM, Jins Thomas 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 customizations. > This >

[BangPypers] Regarding web framework in Python

2010-01-29 Thread Jins Thomas
finalize a good framework to use for creating this graphs. I'm absolutely in confusion which'll be better to use. Would anybody suggest what's the usual thought process in taking decisions like this. Thanks alot Jins Thomas ___ Bang

[BangPypers] [OT] Tools for writing books and publishing as pdfs

2010-03-10 Thread Jins Thomas
re is any good way by which we write this and publish as pdfs in the internet. I was curious how our free python tutorials being written, like 'A byte of python' , ThinkCSPY etc. Cheers Jins Thomas ___ BangPypers mailing list 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 wrote: > On Fri, Jan 29, 2010 at 3:47 AM, Jins Thomas 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 to

[BangPypers] Object Oriented Python - Advice on books

2010-12-01 Thread Jins Thomas
deal like 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

[BangPypers] Creating PPT with graphs

2011-01-13 Thread Jins Thomas
a good idea 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] Dictionary in Python - A doubt

2011-03-24 Thread Jins Thomas
Or is it something which i did 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 anythin

[BangPypers] Python equivalent for Pelmonks.org

2011-03-25 Thread Jins Thomas
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 Q&As , some small practical tutorials, thoughts on programming etc, code snippets etc. Thanks Ji

Re: [BangPypers] Python equivalent for Pelmonks.org

2011-03-25 Thread Jins Thomas
On Fri, Mar 25, 2011 at 4:40 PM, Santosh Rajan wrote: > I think the perl monks have already answered your question. > > http://www.perlmonks.org/?node_id=511582 > > Yes that's right. I had gone through that. But it didn't give any solid results. > On Fri, Mar 25,

[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 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

[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 http://mail.pytho