Debug: Database connection successful
You are not logged in.
For offtherock re post in Python ... https://newmars.com/forums/viewtopic.ph … 55#p233855
Thanks for taking a look at the program!
I agree that most of the trends are toward object oriented programming.
My guess is that it helps to be introduced to object from the beginning, as you may well have been.
Actually, I didn't specify anything to Gemini. It simply created the program to my specifications for function, and used the standard Phthon patterns. You had mentioned teaching Python, so I can well understand how you would be inclined toward object.
If you have a bit of free time and want to start a class in Python (with emphasis on object) I would be happy to help in whatever way I can. We have no one in the group at present who shows signs of being interested, but I am happy to bring in new members who might wish to take a class with your guidance.
(th)
Offline
Like button can go here
Nah i used to be for functional programming.
But slowly started to see how object programming really makes sense.
Especially in big systems.
It just needs to be introduced to people correctly.
I dont know what it means to start a class in python. Like, what that actually entails.
Hasn´t the class already started, we are already talking and learning.
Last edited by offtherock (Yesterday 17:49:17)
Offline
Like button can go here
For offtherock re #27
I agree that object makes sense for big systems.
I would even think it makes sense for two people working on a project.
The idea of not having global variables may be separate from object programming.
The original programs (active when I was entering the work force) had ONLY global variables. Gradually the idea of local vs global variables crept in.
Now I understand the preference is for no global variables at all, and passing values from procedure to procedure.
(th)
Offline
Like button can go here