[Tutor] HTML Parsing

2014-05-28 Thread Mitesh H. Budhabhatti
Hello Friends, I am using Python 3.3.3 on Windows 7. I would like to know what is the best method to do HTML parsing? For example, I want to connect to www.yahoo.com and get all the tags and their values. Thanks. Warm Regards, *Mitesh H. Budhabhatti* Cell# +91 99040 83855

Re: [Tutor] HTML Parsing

2014-05-29 Thread Mitesh H. Budhabhatti
Alan Gauld thanks for the reply. I'll try that out. Warm Regards, *Mitesh H. Budhabhatti* Cell# +91 99040 83855 On Wed, May 28, 2014 at 11:19 PM, Danny Yoo wrote: > > I am using Python 3.3.3 on Windows 7. I would like to know what is the > best > > method to do HTML pars

Re: [Tutor] HTML Parsing

2014-05-31 Thread Mitesh H. Budhabhatti
gt; polite. Thanks for the reply. We have a legacy intranet site that hosts reports in html. I need to convert reports in CSV format. So I wanted to connect to the site and parse to CSV. On Thu, May 29, 2014 at 12:10 AM, Dave Angel wrote: > "Mitesh H. Budhabhatti" Wrote in &

Re: [Tutor] Instead of *.TXT I would like to use *.CSV exported from Excel

2014-07-03 Thread Mitesh H. Budhabhatti
file as a list using list comprehension random.shuffle(l) Thanks Warm Regards, Mitesh H. Budhabhatti Cell# +91 99040 83855 On Fri, Jul 4, 2014 at 6:37 AM, Mario Py wrote: > > OK, I'm finally getting closer. > > Code bellow (looks like) works if I comment out shuffle par

Re: [Tutor] Instead of *.TXT I would like to use *.CSV exported from Excel

2014-07-04 Thread Mitesh H. Budhabhatti
> > Slight aside, it appears from "cell#" that you're in prison. Is that the > case, or did you actually mean "mobile phone number"? :) Sorry for that.. I use gmail and I just missed to remove my signature. Replying here for the first time and learning etiquette.

[Tutor] Python open source for beginners

2014-07-16 Thread Mitesh H. Budhabhatti
I am learning Python 3 for fun and as hobby. I am experienced in C#, ASP.Net. I want to gain more knowledge in Python. Can somebody please suggest open source projects/sites? Thanks Warm Regards, Mitesh H. Budhabhatti ___ Tutor maillist - Tutor

Re: [Tutor] Python open source for beginners

2014-07-17 Thread Mitesh H. Budhabhatti
Thanks Wesley for the reply. I wanted to utilize what I've learnt so far. So I thought learning using open source could be a good idea. Thanks. Warm Regards, Mitesh H. Budhabhatti On Thu, Jul 17, 2014 at 10:25 AM, wesley chun wrote: > > > I am learning Python 3 for fun and a

[Tutor] Naming conventions

2015-04-28 Thread Mitesh H. Budhabhatti
Hello Friends, Can you please suggest good naming conventions/guidelines to following while writing Python code? Thanks. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tuto

Re: [Tutor] Naming conventions

2015-04-28 Thread Mitesh H. Budhabhatti
Thank you so much Mark, Steven. This will definitely help. I really appreciate. On Tue, Apr 28, 2015 at 8:45 PM, Steven D'Aprano wrote: > On Tue, Apr 28, 2015 at 01:01:04PM +0530, Mitesh H. Budhabhatti wrote: > > Hello Friends, > > > > Can you please sugge

[Tutor] Connecting to MS SQL Server

2018-03-20 Thread Mitesh H. Budhabhatti
Hello, Can anybody please suggest better way to connect MS SQL Server database? Thanks! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor