+ 1

Python

Hello everybody, I doubt anyone would read this but I have a question. I am creating a code using python, and im trying to create my own notes program. I want it to be able to save the information that I put in... is there a way to do this? Will I need to create a new application? If so, how?

30th Dec 2017, 2:57 PM
Davis Kil
Davis Kil - avatar
5 Answers
+ 6
If you want to do things, that are very common, it is a good idea to have a look at github or other places if you find sth. similiar. github is for codes what youtube is for videos. So one should have rough knowledge with it. I found this... very basic.., https://gist.github.com/macloo/2a04140900225e9fee012d487280f957
30th Dec 2017, 4:53 PM
Oma Falk
Oma Falk - avatar
+ 5
I am not good in python..But I made a similar program where I saved information by creating a text file and writing in it.
30th Dec 2017, 3:01 PM
Md. Nafis Ul Haque Shifat
Md. Nafis Ul Haque Shifat - avatar
+ 4
yes u can use append ,save ,write in file functions to create and save a file in the device ..that will contain the input.... u can get more information from here... youtube : sentdex : writing in file ,appending a file here are the relevant links writing. https://youtu.be/f6zeuk5UjuE appending. https://youtu.be/O3KAyaDvM-k reading. https://youtu.be/0SyyGIFnVCA
30th Dec 2017, 3:10 PM
Prerit Rathi
Prerit Rathi - avatar
0
If I use tkinter and use widgets, will that the info that I insert in the program still save it I use append, save, and write?
30th Dec 2017, 4:33 PM
Davis Kil
Davis Kil - avatar