25 January 2026
id 6489915137I just want the project to see where I am making mistakes and to see the code, not how the actual code looks.
this is still not a project sharing group
id 6489915137Please suggest me a project so that I can work on it and learn how I can improve.
this is either not a project suggesting group
id 6301517470I've learned C++ and I want to create an application. I don't know where and how to do this, or how to upload it to the Play Store and App Store. Can someone help me with this?
First of all
This is Python group
Not C++
Second, you have not learned a language if you did not make a couple of projects with it
Third...
That is the wrong tool for mobile developent
Android suggest Kotlin and iOS suggests Swift
id 6489915137Please suggest me a project so that I can work on it and learn how I can improve.
Hey, if you're looking to get hands-on, maybe try building a simple to-do list app or a calculator—something that pushes your Python skills but isn’t too overwhelming.
id 6489915137Please suggest me a project so that I can work on it and learn how I can improve.
Ever thought about adding some fun features like reminders or themes?
id 6489915137Please suggest me a project so that I can work on it and learn how I can improve.
Would love to hear what kind of app excites you!
26 January 2026
𝗁𝖺𝗂𝗍𝗈𝗐🇹🇲Hello, which one in Python should you start learning? Django vs Flask
They serve diffrent purposes
Flask is micro framework
It gives you basic tools and you build around that
Django is a fully-featured batteries-included framework
It gives you specific way of doing things, and includes everything you might need
Flask is for small to medium projects
Django is for big ones....
You litterally cant compare the two
razorblade23They serve diffrent purposes
Flask is micro framework
It gives you basic tools and you build around that
Django is a fully-featured batteries-included framework
It gives you specific way of doing things, and includes everything you might need
Flask is for small to medium projects
Django is for
So which one should I start with?
𝗁𝖺𝗂𝗍𝗈𝗐🇹🇲So which one should I start with?
That depends on the project you are building...
I would recommend flask if you have never done this as its much easyer to wrap your head around
𝗁𝖺𝗂𝗍𝗈𝗐🇹🇲Hello, which one in Python should you start learning? Django vs Flask
i'd say django, simply because you can make your own django with flask. thus, you can apply same learning strategy like when learning Python vs C.