Awesome feeling. My first ever app now is available for download on Google Play Store :] Here is the link if you are interested: https://play.google.com/store/apps/details?id=com.lowendplay.numbers.numbers
Category: Python
Everything related to Python. Useful code snippets and problem solving. Mostly beginners stuff.
Started working on my Game/App (Final post)
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)
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