Would like to try Python......
Can you use Python to access SQLServer... if so do you have an example.
What are the strengths and weaknesses of Python.?
Is it like vbscript ?
Example code of things that it's good at.... to get me started
Thanks... 2 1366
On Wed, 3 Sep 2003 21:22:55 -0500, "Andy"
<Ho*******@Kconline.com> wrote: Can you use Python to access SQLServer... if so do you have an example.
Yes, look at the DAtabae section of the Python web site for info
What are the strengths and weaknesses of Python.?
Look at the language comparisons section of the Python website
Is it like vbscript ?
Not to look at, but yes in that they are both interpreted and
Python can do most of the things VBSCript can do - plus a lot
more that VBScript can't.
Example code of things that it's good at.... to get me started
Visit the "Useless Python" web site for small sample code
snippets.
Alan G
Author of the Learn to Program website http://www.freenetpages.co.uk/hp/alan.gauld
Andy wrote: Would like to try Python......
Can you use Python to access SQLServer... if so do you have an example.
yes. For databases, look at the sig-database section of Python's website.
What are the strengths and weaknesses of Python.?
Strengths :
- clean, human readable and mostly obvious syntax,
- hi level builtins types (lists, tuples, dictionnaries),
- easy to use but still fully featured OO layer,
- some functional facilities (functions as first class object, higher
order functions, anonymous functions etc),
- strong dynamic typing,
- good modularity (modules, packages, etc),
- rich standard libraries ('batteries included') and third party libraries,
- good choice of GUI toolkits (portable and natives)
- easy to extends in C or C++ or to embed in a C or C++ program,
- real portability (Windows, most unices or unix-likes, MacOS 8, 9 and
X, etc... look at the Python website for the full list of supported
platforms)
- good integration with MS Windows (COM etc...)
- active and friendly user communauty
- very easy to learn
- really powerfull
- and really fun to use
Weaknesses:
- not really fast (but usually fast enough)
- really addictive, so you'll cry when you'll have to use other languages
Is it like vbscript ?
No, it's far better than vbscript. Python is widely used for scripting,
but is still a full blown application programming language. Example code of things that it's good at.... to get me started
Look at the Python Cookbook and David Mertz's 'Text Processing in
Python', or at the many web developpement frameworks, or at the Zope
application server...
Bruno This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: softwareengineer2006 |
last post by:
All Interview Questions And Answers
10000 Interview Questions And Answers(C,C++,JAVA,DOTNET,Oracle,SAP)
I have listed over 10000 interview...
|
by: connectrajesh |
last post by:
INTERVIEWINFO.NET
http://www.interviewinfo.net
FREE WEB SITE AND SERVICE FOR JOB SEEKERS /FRESH GRADUATES
NO ADVERTISEMENT
|
by: freepdfforjobs |
last post by:
Full eBook with 4000 C#, JAVA,.NET and SQL Server Interview questions
http://www.questpond.com/SampleInterviewQuestionBook.zip
Download the...
|
by: Drew |
last post by:
I posted this to the asp.db group, but it doesn't look like there is much
activity on there, also I noticed that there are a bunch of posts on here...
|
by: Krypto |
last post by:
Hi,
I have used Python for a couple of projects last year and I found it
extremely useful. I could write two middle size projects in 2-3 months...
|
by: ramu |
last post by:
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions...
|
by: ramu |
last post by:
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions...
|
by: ramu |
last post by:
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions...
|
by: reema |
last post by:
EJB Interview Questions
http://interviewdoor.com/technical/EJB-Interview-Questions.htm
CSS Interview Questions...
|
by: reema |
last post by:
EJB Interview Questions
http://interviewdoor.com/technical/EJB-Interview-Questions.htm
CSS Interview Questions...
|
by: concettolabs |
last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
|
by: CD Tom |
last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function.
Here is my code.
...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
| |