#๐ Building a project
11 messages ยท Page 1 of 1 (latest)
@last wing
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
how familiar with front end are you?
I'm not a frontend guy, but I would recommend for now to do the easiest thing. Implement a REST API and then make requests through front-end. For now you can use pure HTML/CSS/JS and then scale to something bigger like React/Svelte/Angular/Vue/etc.
There are web/desktop/mobile. "Frontend" itself isn't a thing.
C# has all kinds of UI frameworks to target all three. But for Python you might only get some desktop UI frameworks, and need to rely on other stacks (JS/Swift/Java) for web/mobile.
for frontend, i would personally go with next.js
Not familiar. Worked one time with html css but that was too long ago
I only want it to make it simple for now just to learn i will see than what i can do to improve.
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.