Python questions from beginner
Posted
by ChrisC
on Stack Overflow
See other posts from Stack Overflow
or by ChrisC
Published on 2010-05-02T00:38:25Z
Indexed on
2010/05/02
0:47 UTC
Read the original article
Hit count: 466
python
I'm thinking about rewriting an MS Access db I wrote years ago into a stand-alone Python app.
Other than a college class called "Intro to C++" (console only, with OOP concepts) and the Access db itself, I have no experience, so I need to ask if the basis for my decision to go with Python is correct. Is it true that:
1) Python is relatively easy to pick up?
2) Python apps can run as "portable" (ie from one directory, no registry needs, nothing needs to be pre-installed on a Windows PC) as long as I use an embedded db?
© Stack Overflow or respective owner