0
Guys help please
I want to create a 2 application the is a calculator and the second is a to do list app in 70 days can I do it And what languages I should start with
5 odpowiedzi
+ 4
what language and what kind of app?
if it's Python and you need a gui, then start learning Tkinter.
+ 4
yes, 70 days are enough to finish these small apps.
as it mentioned: python: TkInter or Kivy for calculator; FastAPI with Jinja2 for todo list app (with sqlite); or Flask for todo, or Django for todo, or ....
or: web: html, css, js/ts
or: c# (with wcf/wpf)
or: java/kotlin
or: ....
it depends on too do you need a GUI or CLI is good enough
+ 3
You can use Python for creating GUI for the application. If you want to create a web-based one, use HTML, CSS and JavaScript. If you want to create a mobile/desktop app/software then use Java.
+ 2
To make a calculator and to-do list app first need to decide weather your app will be a website or a native application like a mobile app. If it's a website you can use HTML, CSS (for the UI) And JS (for functionality) but if it's native application like a mobile app you can use Kotlin or Flutter.
+ 2
The simplest one would be HTML CSS and JS, they are web based.
For android, you should use: Kotlin/Java
iOS: Swift
Or if you want to make cross platform app, use a cross platform framework.
The best options for that is Flutter and react native.
Or you can use Python for GUI.