Hello ! I would love your feedback on my first project I just finished! I would love to hear any suggestions or comments.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"source": [
"# The best genre to develop a free app\n",
"\n",
"In 2019, the App Store generated 54.2 billion dollars of revenue, even though, as of march 2020, only 9.6% of the apps on the App Store were paid (Clement, 2020). In fact, 98% of app revenue worldwide comes from free apps. How do they do it? Free apps have two main ways of generating a profit, one could be the so-called \"Freemium\" model, in which an app is offered for free, but it offers optional in-app purchases for additional content, subscriptions or digital goods.\n",
"\n",
"Another way is that many free apps include ads, under this model, the more people that use the app, the better. This type of apps will be the main focus on this project. \n",
"\n",
"It is important for an app developer to know which apps are the ones the market is looking for and that don't have a tight competition. This project tries to explain which genre of free apps is more likely to attract more users, which could make them profitable through the use of ads."
]
},
{
"cell_type": "markdown",
"metadata": {},
This file has been truncated. show original
Thank you!
Hi @carloshcalleja , welcome to the community!
You did a really great job on this project! I loved your intro; it really pulls in the reader and sets them up for what you’re going to do. You also took the time to explain the process and reasoning for each step.
(On a side note, you’ll probably want to avoid using dict
as a variable name since dict()
is a built-in Python constructor.)
Thanks for sharing with us!