<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>So much involved with developing a gui app!</title>
		<link>/blogentry/196357</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/196357" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: So much involved with developing a gui app!</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/196357#c286249</link>
			<guid isPermaLink="true">/blogentry/196357#c286249</guid>
			<pubDate>Mon, 29 Dec 2025 19:51:23 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>Everything checks out 100% with the csv files (read and write), so onward to the development of the main screen!!!</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Original Blog Entry: So much involved with developing a gui app!</title>
			<link>/blogentry/196357</link>
			<guid isPermaLink="true">/blogentry/196357</guid>
			<pubDate>Mon, 29 Dec 2025 16:12:43 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>So, the project is underway, and so much had to be altered! It is a completely different world when developing a windows app while keeping in mind it will also become an android app!<br /><br />The main program could be named anything in windows, but it absolutely MUST be named main.py on android.<br /><br />The data files could sit in any location in the windows project folder, but they need to be in the application space to not trigger read/write permission requests in the app.<br /><br />So I am building along the windows project, but keeping in mind the android parts as I go. So much documentation to read!<br /><br />I have managed to create the scripts as modules, and ran successful tests of all scripts. Created a config.py file that exposes the csv files and modified the scripts to find them. Right now I need to check the tail of all 17 csv files to ensure that the data was written properly, which is pretty much guaranteed by the update script logic, but verification at every step is important.<br /><br />The next phase is removing the print statements and instead packaging the output to populate Kivy widgets. After verifying the csv&#x27;s the actual GUI part starts!<br /><br />The initial goal is to include the classifier AND follower scripts. Verified through some coding samples that what my follower script does is quite literally a first order Markov chain. I have included output of the most recent 10 followers to put some temporal context into the distribution.<br /><br />This is not going to be easy, but the learning is off the charts right now! Stack Overflow is open in a window at all times, as is the Kivy documentation site and various Python docs. Feels like a real project!<br /><br />Solving problems is what makes coding interesting, moving to the next level is reward in itself, even if the systems never produce a win!... &#x5b;&#xa0;<a href="/blogentry/196357">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/196357</wfw:comment>
		</item>
	</channel>
</rss>

