#๐Ÿ”’ Building a project

11 messages ยท Page 1 of 1 (latest)

last wing
#

Yo guys. I want to make a project with using the weather api. But so far i know i can only do backend. Still need to consider if i do it in c# or python. But what if i want to make frontend what would you advice to use

main palmBOT
#

@last wing

Python help channel opened

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.

loud quartz
#

how familiar with front end are you?

rancid gate
#

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.

noble lark
#

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.

keen pilot
#

for frontend, i would personally go with next.js

last wing
#

I only want it to make it simple for now just to learn i will see than what i can do to improve.

main palmBOT
#
Python help channel closed for inactivity

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.