Python session system

Asked

Viewed 371 times

1

There is, in Python, a session system as exists in PHP?

I need to do an access control for an application developed in Python that uses database. I have already developed a similar project (but web) with PHP and used its session feature and found it very practical and therefore wanted to implement something similar in this new application.

Note: this is not a web project, but a local application.

  • 1

    It depends on how you will access the bank. I, if you are going to develop something with "pure python", do not think more than once and already choose Sqlachemy, If the app is still being developed, consider analyzing it. Here is the documentation for the use of "Session".

  • The idea is to use Sqlalchemy, because it had already used in previous applications and I really liked the performance, mainly with a large mass of data (which is not the case)!

  • 1

    So it’s settled. :-)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.