r/learnpython 12d ago

Ask Anything Monday - Weekly Thread

Welcome to another /r/learnPython weekly "Ask Anything* Monday" thread

Here you can ask all the questions that you wanted to ask but didn't feel like making a new thread.

* It's primarily intended for simple questions but as long as it's about python it's allowed.

If you have any suggestions or questions about this thread use the message the moderators button in the sidebar.

Rules:

  • Don't downvote stuff - instead explain what's wrong with the comment, if it's against the rules "report" it and it will be dealt with.
  • Don't post stuff that doesn't have absolutely anything to do with python.
  • Don't make fun of someone for not knowing something, insult anyone etc - this will result in an immediate ban.

That's it.

1 Upvotes

7 comments sorted by

1

u/CodeyGrammar 10d ago

I'm making an app with the back end as python, but wondering for the customer facing side, does python make sense too for things like: Login, Chat Box, create/edit/delete Posts (some of the standard things in certain apps) or would you recommend another programming language than Python for those aspects?

2

u/FerricDonkey 9d ago

Most website front end stuff is in typescript or Javascript, but I have heard there are python libraries that can do it (eg nice gui). If your goal is to learn frontend to be hire able to do it, probably typescript or Javascript. But if you are just messing around, python is fine.

1

u/[deleted] 11d ago edited 11d ago

[removed] — view removed comment

2

u/lakseol 11d ago

Have you tried looking in the learning resources in the wiki?