Relative Content

Tag Archive for pythondatabase

How can I do this correctly to get a phone book in Python?

name = int(input(“Name:”)) if __name__ == “dad”: print(“#telefon _number'”) I wanted type “dad” into the command line and then get the phone number (there where is #telefon_number) but i’ve got an error message. python database New contributor Gabrijel Miksa is a new contributor to this site. Take care in asking for clarification, commenting, and answering. […]

How to hide Python programs on server so that it is safe

I have may python program I want to hide some part of my python program in online database or any server
So that it can’t be used if I remove that part from my online server
Or I want to secure my data by adding login system
In the end I want that if I want that if I want that program stop working I can do it remotely and the user who has my file can’t do anything

Truncation MarckupLM

Good morning engaged community. I’m having difficulty with marckupLM, I would like to know if there is a way for the MarkupLMProcessor to consider information that was truncated for the data itself. My question comes from the need to have larger data than I had to truncate, but I need the model to consider the information that was truncated for the classification of tokens.

Which database should I use for a python expense tracker?

I’m making an expense tracker, and there will be multiple accounts using the tracker at the same time. I want to put the expenses in a database, which can modified and everyone using the application can see it being updated live. Which database should I use, and what is the easiest way to make it online?

Which database should I use for a python expense tracker?

I’m making an expense tracker, and there will be multiple accounts using the tracker at the same time. I want to put the expenses in a database, which can modified and everyone using the application can see it being updated live. Which database should I use, and what is the easiest way to make it online?

The problem with closing the database connection

There is some issue with closing the database connection, but I don’t understand why I can’t close the access and delete the database afterwards. I tried a lot of time, but I didn`t see information about my error.