+ 5

What to do after finishing Python Developer

Im wondering what to learn after finishing this course

26th Sep 2025, 2:19 AM
Daniel
Daniel - avatar
13 Antwoorden
+ 4
You can try pygame for the purpose of developing 2d games which is python framework but for the 3d types you can go for unity which has c# or godot has its own language similar to python
26th Sep 2025, 12:03 PM
Aysha
+ 2
There are lots of options you can choose Web development AI and ML Automation API Data Science Games and many more
26th Sep 2025, 7:44 AM
Aysha
+ 2
Okay thank you
26th Sep 2025, 12:59 PM
Daniel
Daniel - avatar
+ 2
Python and Game dev. Frameworks and libraries: - Ren'Py(2D) - Panda3D - Arcade - Cocos2D - Harfang3D - PyOgre PyGame: Is a wrapper module for the SDL media library. Simple DirectMedia Layer is a cross-platform development library that provides low-level access to: * audio; * keyboard; * mice; * joystick; * graphics hardware via OpenGL and Direct3D. PyGame is portable and runs on almost all platforms and operating systems. Although PyGame is primarily a game engine, it will do just fine for playing mp3 files from Python scripts. Docs: https://devdocs.io/pygame/ https://realpython.com/pygame-a-primer/ Where Python is used in game development: - in-game modding, - server controls, - internal game logic, - writing scripts to ensure the modularity of the game.  Python is mainly used for writing scripts — such as character interactions, launching scenes, and event handling.
26th Sep 2025, 1:38 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
Honestly, after finishing the Python course, the best thing I did was just start building small projects. Even simple stuff like a personal budget tracker or a little web scraper really helped cement everything I learned. Once you have some projects under your belt, learning frameworks or libraries becomes way easier.
26th Sep 2025, 3:43 PM
Karl
+ 1
Thank you I'll check them out
26th Sep 2025, 1:49 PM
Daniel
Daniel - avatar
+ 1
After Python Developer, pick a path: Web Dev → Django/Flask + databases + basic frontend. AI/Data → Pandas, NumPy, ML libraries. Automation/Backend → APIs, Docker, cloud. Then build projects to grow skills + portfolio. ✅
27th Sep 2025, 4:45 AM
SITHU NYEIN
SITHU NYEIN - avatar
0
Whatever you would like to. For me, it was Web Development, which I took just after completing Python Developer
26th Sep 2025, 2:31 AM
ᴜɴᴋɴᴏᴡɴ ᴅᴇᴄᴏᴅᴇʀ
ᴜɴᴋɴᴏᴡɴ ᴅᴇᴄᴏᴅᴇʀ - avatar
0
Im not sure yet I just kinda want to hone the knowledge i learned
26th Sep 2025, 3:29 AM
Daniel
Daniel - avatar
0
What games ones?
26th Sep 2025, 12:00 PM
Daniel
Daniel - avatar
0
Im definitely gonna start making some thank you
26th Sep 2025, 3:51 PM
Daniel
Daniel - avatar
0
Learn from other source
27th Sep 2025, 8:24 PM
RuntimeTerror
RuntimeTerror - avatar