Whats Next? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Whats Next?

I have finished Introduction to Python and Python Intermediate. Whats next? I want to be backend programmer/analyst. Yeah, I want to be a backend specialist. What other tutorial sites/apps will you recommend for Python libraries?

22nd Oct 2023, 10:16 AM
Kyle Daryll Balderas
Kyle Daryll Balderas - avatar
3 Answers
+ 6
Before you ask someone which way to go, you should declare where you want to be. What is your goal? Programming has a lot of different areas, from web development, mobile apps, games, embedded systems, business applications, data science. Python is good at some of these things and not so good at others. Before anything else, I recommend to practice what you learned. Check out the code coach. Try to find some simple problems that you can solve with your existing python knowledge. You can publish some codes in the playground, and find out what other people are creating, analyse them. Look at the language documentation and learn more of the standard library (there is a LOT that is not covered by the Sololearn course).
22nd Oct 2023, 11:23 AM
Tibor Santa
Tibor Santa - avatar
+ 3
Ok in that case I recommend to check the SQL courses in Sololearn. Also in the community section you can find a bunch of useful lessons that are worth looking at, particularly: Algorithms, Data structures, Design patterns, Git, REST API. Finally I suggest to get familiar with some Python frameworks, which are useful for backend development. I recommend SQLAlchemy, FastAPI and Django. You will need to search outside Sololearn for learning about these - usually there are good tutorials on each project's website that can get you started. With a little creativity you can try some of that on Sololearn too, but backend frameworks like Django are not going to work here. https://code.sololearn.com/ca160A1a11a1/?ref=app https://code.sololearn.com/csZ5bjiWfdCR/?ref=app
22nd Oct 2023, 8:43 PM
Tibor Santa
Tibor Santa - avatar
0
post updated
22nd Oct 2023, 2:56 PM
Kyle Daryll Balderas
Kyle Daryll Balderas - avatar