So quick post. I was not happy with my previous attempt on creating my logo. After some thinking decided to try again. Still not 100% satisfied, but at least for me it looks better now: Also I finished my first mobile app. Now just need to create my Android developer account, then build my production… Continue reading Change of logo. Again…
Author: genericsimon
Finally have a logo
Finally I was able to find time to create my logo. Unfortunately I’m not very skillful at graphical design 🙂 So at first I was thinking maybe to hire someone for example on Fiverr. But then I decided to do it myself. It is more fun this way 🙂 First step was to find a… Continue reading Finally have a logo
Started working on my Game/App (post No. 3)
From the last post I made some nice progress. It took some time, because I’m a beginner with Python and especially new in Kivy, in mobile development. So every feature, every new element in my GUI meant extensive research which involved reading docs, googling, asking for help in Kivy discord and etc. For example I… Continue reading Started working on my Game/App (post No. 3)
Almost quit Python for Flutter and Dart
Recently I got influenced by a friend. I told him about my app/game I’m currently building with Python ad Kivy. So I was told I’m a fool. I definitely need to switch to Flutter and Dart. Python for mobile sucks and etc. After having a long conversation I decided to at least try Flutter. So… Continue reading Almost quit Python for Flutter and Dart
Iterate trough Python object properties
So I’m learning Python and I must say one of the most useful code snippets I found was this for loop to iterate trough object properties: I read that there are many 3rd-party libraries who add things like exception handling, recursing into nested objects, special characters printing and etc. But as I understand they all… Continue reading Iterate trough Python object properties