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

2nd Mar 2025, 12:39 PM
Omar Monstrr
Omar Monstrr - avatar
5 ответов
+ 4
what language and what kind of app? if it's Python and you need a gui, then start learning Tkinter.
2nd Mar 2025, 2:33 PM
Bob_Li
Bob_Li - avatar
+ 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
2nd Mar 2025, 3:32 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 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.
2nd Mar 2025, 12:46 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
+ 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.
2nd Mar 2025, 1:29 PM
Nabir14
Nabir14 - avatar
+ 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.
2nd Mar 2025, 5:25 PM
Shihan
Shihan - avatar