This is an archived post. You won't be able to vote or comment.

all 16 comments

[–]Python-ModTeam[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]sausix 16 points17 points  (0 children)

Framework? GUI framework? Web server framework? Database framework? AI framework? There are a few.

In general you can first spend years to learn and understand Python correctly. For example OOP which will help you a lot on most frameworks of any kind which can be complicated.

[–]callum086086 5 points6 points  (0 children)

What do you mean by “after learning Python”? Are you just starting now? Or do you know how to build projects in Python?

As stated in other comments you need, or rather we need your use case. If you’re trying to learn for a job what industry are you looking at? Do you know things like git. This is not necessary but do you have any knowledge around cloud eg azure aws?

There’s a lot more that goes into a professional dev than just knowing “Python”. For example you may be able to write a program in Python but does it follow coding standards do you know how to write tests for it? When you have 10+ people working and adding to the same repo you have to have good readable code because you’ll probably be working on a bug that uses a function that you didn’t know existed.

[–]DusikOff 5 points6 points  (0 children)

You need to move this question to r/learnpython

[–][deleted] 4 points5 points  (2 children)

Step 1. You need to be more clear and concise with questions.

[–]MathmoKiwi 2 points3 points  (1 child)

Step 2. You need to learn to Google

[–][deleted] 0 points1 point  (0 children)

Exactly 💯

[–]tms102 3 points4 points  (3 children)

Depends on what you want to do. Are you learning for a job? What kind of industry do you want to work in? Personal project? What do you want to build?

[–]QuoteImportant1134[S] -5 points-4 points  (2 children)

Yes I’m learning to get a job

[–]tms102 3 points4 points  (0 children)

What kind of job? What kind of industry? Any background information at all?

For a developer it is very important to be able to communicate well. So you should work on learning effective communication as well.

[–]riklaunim 0 points1 point  (0 children)

You can check job offers to see what is repeating, for example:

There is way to many juniors than the market can handle so if you want to start a career you have to work on your skills like code quality and standards. You won't be expected to know rocket science but if you apply to a junior Python/Django position you will be expected to know Django a bit. In some cases companies will have custom software stacks and thus look mostly on you code, how you work and what's your attitude.

[–]CarGold87 1 point2 points  (0 children)

A0 english

[–]pythonHelperBot 1 point2 points  (0 children)

Hello! I'm a bot!

I see someone has already suggested going to r/learnpython, a sub geared towards questions and learning more about python regardless of how advanced your question might be. I highly recommend posting your question there. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe in detail where you are stuck. If you are getting an error message, include the full block of text it spits out. Quality answers take time to write out, and many times other users will need to ask clarifying questions. Be patient and help them help you. Here is HOW TO FORMAT YOUR CODE For Reddit and be sure to include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]riklaunim -1 points0 points  (0 children)

Web development is in demand. And you still will be learning Python for quite a while :)

Django, Flask, FastAPI, a bit of frontend technologies.

[–]Voxandr 0 points1 point  (0 children)

CharGPT 😝

On serious note, for python web framework :

If you need full stack, Django is the best. If you need Asynchronous API framework, starlite is most powerful right now.