Hellou. My memory training app made with Python and Kivy is done! I’m sure it has bugs and I will need to add more things to it later. But for now it is done! So I planned on doing much more posts and I wanted to make them much more in depth. But when you… Continue reading Started working on my Game/App (Final post)
Category: Python
Everything related to Python. Useful code snippets and problem solving. Mostly beginners stuff.
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
Started working on my Game/App (post No. 2)
Ok, second post about my progress. I know nobody is reading or visiting my site. But these posts are mostly for myself. To keep myself motivated. Because I know I need to keep developing my app in order to have something to write about 🙂 Anyway, this time I was working on the first screen… Continue reading Started working on my Game/App (post No. 2)