When i finish python course what should i do ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

When i finish python course what should i do ?

Help me please

9th Jan 2023, 7:23 AM
Eliot 10
Eliot 10 - avatar
4 Antworten
+ 5
Again you still haven't mentioned your goals. "Professional developer" is too broad, basically everyone who works in IT... You need a focus field. Python gives you a lot of opportunities to branch out. If you want to stick with this language, I can recommend this site: https://realpython.com/ They also have a regular weekly podcast where they discuss language features, development tools and techniques, libraries and frameworks, which are also relevant in modern professional software development. Also I recently discovered a YouTube channel where you can see some modern examples how Python can be used to build real programs. https://youtube.com/@ArjanCodes Becoming a professional involves not just learning a language, but a lot of other things like version control, design patterns, data structures and algorithms, regular expressions, API design, teamwork and issue management, agile practices... What you find on Sololearn can get you started but is just the surface.
9th Jan 2023, 7:41 AM
Tibor Santa
Tibor Santa - avatar
+ 2
First learn spelling Python :) And it depends on your goals what you want to accomplish. The Sololearn courses only give a superficial taste of these languages. There is a lot more to explore. If you like Python then find more learning resources online to dive deeper into each feature, or into a specific area of computing that you are interested in. Practice is very important to retain what you learned, and to improve your coding style. Find yourself a project to build, maybe something that is actually useful in your daily life, and implement it in Python. You can also explore other programming languages. For web development, learn HTML, CSS and JavaScript. For application development in object oriented style, you can try Java, Kotlin, C# or Swift. For systems programming, you can have a look at C and C++.
9th Jan 2023, 7:28 AM
Tibor Santa
Tibor Santa - avatar
0
I don't know when I can learn to be professional . When I search in Google I find more site to learn it but for beginners
9th Jan 2023, 7:32 AM
Eliot 10
Eliot 10 - avatar
0
Create a CV project related to your area of interest (mobile, webdev, gamedev, desktop app - I don't know what would you like to do)
9th Jan 2023, 4:22 PM
Mateusz Kempa
Mateusz Kempa - avatar