
Yes, you can use Python to build apps, but how commonly it’s used depends on the type of app.
Python is really popular for web apps. A lot of websites and web services use Python behind the scenes, especially with frameworks like Django and Flask. So if you're interested in building web-based projects, Python is a great choice.
For desktop apps or mobile apps, Python is less commonly used. There are tools like Tkinter (for desktop apps) or Kivy and BeeWare (for mobile apps), but most developers usually prefer other languages like Swift for iOS, Kotlin for Android, or JavaScript frameworks for cross-platform apps because they offer more native features and smoother performance.
That said, Python is still great for learning app development concepts, automating tasks, building quick tools, and working on web projects.
If you’d like help getting started or if anything from the course needs clarification, just let me know. I’m happy to help.