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. […]
Connecting mongodb database to a python proejct
I am trying to connect my mangodb database to a python project with this code
I am dummy with the desire to become a Data analyst. Where do I start from?
I desire to work on a real world project as a data analyst. But I am a dummy. No experience. No programming language skill. Nothing. Where do I start from?
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.
Is there a good way to store very small data in python?
I am making a snake game in python. I want to score the user’s best score and the time taken to get that score. I want to use an appropriate method to store the data. What is a good way to do this?
deleting entry from treeview, how do i make it delete from my sql db too at the same time?
This is my code, its the start of my uni assignment and i’m somewhat new to coding / python. i’m trying to make my code work so that when i open the tk, i can view the books i’ve stored in my DB (works) i can search for a specific book name, author or publish […]