-
Began Watching problem with creating a file
Hello everybody! Me again with an other question :) I have a file with a list and 3 functions in it; view, sort, append. I used pickle to save data … -
Created How to call a function from Tkinter without using button
Hi everybody! How can i call a function from Tkinter without using Buttons? I have a test.py file and there is a function def message in it: def message(): print('Good … -
Began Watching How to call a function from Tkinter without using button
Hi everybody! How can i call a function from Tkinter without using Buttons? I have a test.py file and there is a function def message in it: def message(): print('Good … -
Replied To a Post in Need a clear help with dump and load in pickle
Well, i solved the problem myself finally :) -
Created Need a clear help with dump and load in pickle
Hello! I have a file with a list and 3 functions in it; view, append and sort functions. I want to use pickle to save data changes in to another … -
Began Watching Need a clear help with dump and load in pickle
Hello! I have a file with a list and 3 functions in it; view, append and sort functions. I want to use pickle to save data changes in to another … -
Replied To a Post in How can i creat e text file to use as a database in python
Well, where should i save these codes? In the main file? Or in an other file with any special name.txt ? -
Replied To a Post in How can i creat e text file to use as a database in python
I have a file with the name message.py and i have created some functions in it. I have created a list and some functions to be able to append, sort … -
Created How can i creat e text file to use as a database in python
Hi everybody. How can i creat e text file to use as a database in python? I want to save my project's data changes into hard disk. What should i … -
Began Watching How can i creat e text file to use as a database in python
Hi everybody. How can i creat e text file to use as a database in python? I want to save my project's data changes into hard disk. What should i … -
Replied To a Post in How to call a function from linux terminal
Yesssssssssss!! It works Gribouillis thank you so much :) I've created some other functions and all of them works separately, nice! ______________ Thanks everybody for all answers. -
Replied To a Post in How to call a function from linux terminal
Yes! From Linux's terminal in python language. Sorry maybe i couldn't explain good, well my English is not very good. So....let me make it clear. I want to type this … -
Replied To a Post in How to call a function from linux terminal
Yes. I want when i type **python message.py sayhi**, the function sayhi run and when type **python message.py goodbye**, the function goodbye run separately. In fact; i want to have … -
Replied To a Post in How to call a function from linux terminal
oopss!! both* -
Replied To a Post in How to call a function from linux terminal
Slavi, i copied your code, but when i type **python message.py sayhi** bout print messages will be displayed! *'hi everybody!'* and *'see you soon'* bout will be displayed to gather … -
Replied To a Post in How to call a function from linux terminal
Both of them* -
Replied To a Post in How to call a function from linux terminal
Thank you Gribouillis, i copied the code you wrote and it worked with python message.py sayhi. Now for working with more functions what should i do? Please look at this: … -
Replied To a Post in How to call a function from linux terminal
Thank you for your answer. Here is what i have; a file with name message.py: def sayhi(): print('hi everybody!') if __name__ == "__main__": sayhi(int(argv[0])) Well it's a little hard to … -
Created How to call a function from linux terminal
Hi everybody. I've created a .py file with a simple function in it. Now i want to call that function from linux shell scripting. How should i do that? please … -
Began Watching How to call a function from linux terminal
Hi everybody. I've created a .py file with a simple function in it. Now i want to call that function from linux shell scripting. How should i do that? please …
The End.