Maybe I'm just getting ahead of myself. Been reading up on SQLite -
which is SQl written in C - and one can access anything, if one passes the
appropriate command. Below:
Maybe I'm just getting ahead of myself. Been reading up on SQLite -
which is SQl written in C - and one can access anything, if one passes the
appropriate command. Below:
Very dramatic footage of Hurricane Ian from the Sun UK (shot
by an architectural firm). You think it is bad, and then it is worse!!
* * *
My coding problem on tkcalendar seems impassable. the data is within functions
and inaccessible. I will trying again this afternoon, using a CSV file as data repo. 👩💻
* * *
For those wondering what is happening with respect to the GST bonus payment, the bill
has been referred to committee:
An interesting spill-over from game development in Python, one
can find out where a player has clicked within a widget. A bind on Button-1
is a left click. Below:
Been using the DateEntry widget that comes with tkcalendar,
and an events text list, and StringVar() with trace. Voilà :
* * *
Found the following, on StringVar(), helpful!!
The New Yorker brought me here!!
Poundbury, Dorset - official guide to visiting, living or working in Poundbury
Feeling burnt-out on this alendar effort. Think I will
live with this version, for a while...
Things can move quickly, when well orchestrated. The two
parts of the new Affordability measures (dental care for children,
housing payment... GST increase) are at second reading
for next Monday.:
More progress: the Activate function now shows all the days with events.
I'm currently running the select function twice ‽
Did crack data retrieval from Sqlite: all the dates are at tuple[0] on
their respective rows...
* * *
Of course, there is an easier way. Creates a csv(comma separated value) text file
of the DB from code found on the Web:
Tkcalendar is now connected to a sqlite databas:
The Uk today, just raised its Bank Rate as well. They are at 2.25.
The UK and EU tend to keep a lower BR than we do, in North America. Looking to
the Internet for a possible reason, I found the argument that they experience a greater
influx of money from Easter Europe and Asia which is best channelled into real estate and the
like...‽
* * *
Today is the autumn equinox; in theory when the length of the day equals that of the night.
So this morning, I was wondering why today where I am - Montreal region - is getting a few
more minutes of day than night.
Turns out the equilux - phenomenon of equal light - is not the same as equinox. This
has to do with the way sunrise and sunset are measured, as well as how light diffracs.
Today 2022-09-22:
https://www.timeanddate.com/astronomy/equilux.html
ENJOY THE FALL!!
Another day, another annoucement. Waiting on the US Fed to inform us
of its latest interest rate hike...
* * *
Have a fully functionning DB interface - thanks to Codemy - and looking
to merge this code with tkcalendar. Will need to take this one step at a time!!
Waiting on the Canadian CPI numbers at 10:00 this morning. What am I working
on this sombre Tuesday. Doing some tutorials with Codemy on database Guis,
(from Las Vegas 👩🦳):
Slowly getting there...
* * *
Consumer Price Index numbers, from the Bank of Canada:
British Vogue published photos of HRM the Queen last April. Below:
31 Iconic Photos of Queen Elizabeth | Vogue
* * *
Was happy to find a built-in Python program for finding the number
of days between dates!!
It is possible to view mourners as they go by the Queen's coffin, from the Sun UK
website:
Switched to Python(3.10) this morning, and it was no party!! The .tix tooltip
doesn't work at all .Thankfully, the new version of ToolTip does I imported does.
Still going to need some time to get all this together...
This might be as far as I can take things, at the moment. I need to
look at gow the rpos would put all this together... Time_Out!
And here it is: the infamous StringVar() in action. I elect a date,click
the button, and the date appears!