I'm new to python, and starting to learn website development with pylons
and sqlalchemy
.
I've read the document of sqlalchemy and pylons, but still have a lot of problems. I've tried 2 days, but a simple website with basic CRUD operations can't work yet. I met some big problems(for me), that the circular imports problem, and relationship between models. I want to ask them here, but I know little about python, it's a problem for me to ask too.
I'm looking for an example application using pylons
and sqlalchemy
, I've googled, but not found. Where can I found it? Thanks in advance!