How can i create an app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How can i create an app?

I'm learning python since +1 month but i wanna know how can i create an actual app with python?

6th Sep 2018, 11:23 AM
Amine
Amine  - avatar
5 Answers
+ 36
So good you started learning python :) I'm sure you know that one month is not enough for creating an app from 0. As a first step you may learn the course provided here (Python 3) then start practicing. For now, just take a look at a very simple Python application that is communicating with your database, storing variables, getting user input, and running conditional statements. https://blog.udacity.com/2015/03/write-your-first-python-application.html Good luck!
6th Sep 2018, 11:43 AM
//Lana Wilson
//Lana Wilson - avatar
+ 8
What is the app going to do? Who is your audience? Where is the application going to be deployed? Why are you building this app? These questions, and more, should be answered. I typically start off with "pseudo code", it helps me organize my thoughts and logically order functions. Also, it might be beneficial for you to research monolithic vs microservice applications. This will give you a basis for infrastructure, hosting and components. Nevertheless, you will need a front-end, typically a GUI and a backend, typically a database or filesystem. There are other areas which will require your attention as well, but I would focus on these for now. Best of luck.
6th Sep 2018, 11:45 AM
Steven M
Steven M - avatar
6th Sep 2018, 1:49 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 1
I've been practicing for two years but still feeling lost and couldn't create an app maybe I need someone to guide me 🙄🙏
5th Mar 2019, 10:09 PM
Aisha
Aisha - avatar
+ 1
To lana wilson: i could'nt open the website
20th May 2019, 11:27 AM
Mohammad Milad
Mohammad Milad - avatar