Re: building a web interface

2010-11-25 Thread Shel
Will take a look after stuffing myself with turkey today (am in the US, where we give thanks by eating everything in sight). Thanks, Alice. Wait, did I just say "thanks"? Must go eat pie. On Nov 25, 12:36 am, Alice Bevan–McGregor wrote: > Howdy! > > I'm mildly biased, being the author of the f

Re: building a web interface

2010-11-25 Thread Alice Bevan–McGregor
Howdy! I'm mildly biased, being the author of the framework, but I can highly recommend WebCore for rapid prototyping of web applications; it has templating via numerous template engines, excellent JSON (AJAJ) support, and support for database back-ends via SQLAlchemy. It also has session su

Re: building a web interface

2010-11-25 Thread Shel
This is really great. I wish I could come up with some creative new ways to say thank you, but... thank you :-) Shel On Nov 21, 6:10 pm, Martin Gregorie wrote: > On Sun, 21 Nov 2010 15:40:10 -0800, Shel wrote: > > I am confused about multiple simultaneous users, which I would like to > > be able

Re: building a web interface

2010-11-22 Thread Jean-Michel Pichavant
Shel wrote: Hello, I am pretty new to all this. I have some coding experience, and am currently most comfortable with Python. I also have database design experience with MS Access, and have just created my first mySQL db. So right now I have a mySQL db structure and some Python code. My end go

Re: building a web interface

2010-11-21 Thread Martin Gregorie
On Sun, 21 Nov 2010 15:40:10 -0800, Shel wrote: > I am confused about multiple simultaneous users, which I would like to > be able to accommodate. On the db side, I have a structure to store > data for each user, and know a bit about selectively locking data, > although I have not implemented tha

Re: building a web interface

2010-11-21 Thread Shel
No worries at all about repeating things. I wasn't clear, and I appreciate your going to the trouble of teaching me just about anything. Even things I think I know, I might not really know :-) Let's see... am okay with the relational design stuff. Thanks for the "EXPLAIN" verb. I am confused a

Re: building a web interface

2010-11-21 Thread Shel
Definitely not looking to reinvent the wheel. Will check these out, thanks! Shel On Nov 20, 9:50 pm, Ian Kelly wrote: > On 11/20/2010 3:40 PM, Shel wrote: > > > So right now I have a mySQL db structure and some Python code. My end > > goal is to create a browser-based interactive fiction/game th

Re: building a web interface

2010-11-21 Thread Martin Gregorie
On Sat, 20 Nov 2010 17:20:53 -0800, Shel wrote: > Sorry I wasn't clear about the db part. Most of the data has already > been written and/or generated and tested with the code. I do plan to > finish all the database stuff before going to the front end, but am just > thinking ahead about how to d

Re: building a web interface

2010-11-20 Thread Ian Kelly
On 11/20/2010 3:40 PM, Shel wrote: So right now I have a mySQL db structure and some Python code. My end goal is to create a browser-based interactive fiction/game thing. My code is currently just using dummy data rather than pulling in data from the db, but I think/hope it won't be too big of a

Re: building a web interface

2010-11-20 Thread Shel
This looks very promising. Thanks so much! Shel On Nov 20, 4:36 pm, Stef Mientki wrote: > On 20-11-2010 23:40, Shel wrote: > > > Hello, > > > I am pretty new to all this. I have some coding experience, and am > > currently most comfortable with Python.  I also have database design > > experience

Re: building a web interface

2010-11-20 Thread Shel
Thanks for your help. I know that they have Python and mySQL. They have mySQL set up so that they just have to create the db, which they've already done and I've defined the tables and modified the data and whatnot, so that seems good. Not sure about mod-python v. mod-wsgi. Ah, the Django thing

Re: building a web interface

2010-11-20 Thread Shel
Thanks for your help. I know that they have Python and mySQL. They have mySQL set up so that they just have to create the db, which they've already done and I've defined the tables and modified the data and whatnot, so that seems good. Not sure about mod-python v. mod-wsgi. Ah, the Django thing

Re: building a web interface

2010-11-20 Thread Shel
X-No-Archive:Thanks for your advice. Will take a look at rickadamsadventure.org. Although I am not actually creating an adventure game, I'm sure it will be helpful. Sorry I wasn't clear about the db part. Most of the data has already been written and/or generated and tested with the code. I do

Re: building a web interface

2010-11-20 Thread Stef Mientki
On 20-11-2010 23:40, Shel wrote: > Hello, > > I am pretty new to all this. I have some coding experience, and am > currently most comfortable with Python. I also have database design > experience with MS Access, and have just created my first mySQL db. > > So right now I have a mySQL db structure

Re: building a web interface

2010-11-20 Thread Martin Gregorie
On Sat, 20 Nov 2010 14:40:16 -0800, Shel wrote: > Hello, > > I am pretty new to all this. I have some coding experience, and am > currently most comfortable with Python. I also have database design > experience with MS Access, and have just created my first mySQL db. > > So right now I have a m

building a web interface

2010-11-20 Thread Shel
Hello, I am pretty new to all this. I have some coding experience, and am currently most comfortable with Python. I also have database design experience with MS Access, and have just created my first mySQL db. So right now I have a mySQL db structure and some Python code. My end goal is to creat