+ 5
What to do after finishing Python Developer
Im wondering what to learn after finishing this course
13 odpowiedzi
+ 5
❄ Websites To Practice Your Coding Skills
⚡ https://www.hackerrank.com
⚡ https://www.codewars.com
⚡ https://www.hackerearth.com
⚡ https://codecombat.com
⚡ https://projecteuler.net
⚡ https://brainwar.it
⚡ http://www.programmr.com
⚡ https://www.codechef.com
⚡ http://www.codeabbay.com
⚡ https://www.topcoder.com
⚡ https://coderbyte.com
⚡ https://leetcode.com
⚡ http://exercism.io
⚡ https://codefights.com
⚡ http://www.cyber-dojo.org
⚡ http://codingbat.com
⚡ http://www.pythonchallenge.com
⚡ https://codegolf.stackexchange.com
⚡ https://www.codingame.com
⚡ http://www.programmr.com
⚡ https://programmingpraxis.com
💧 Credit :: Maz
+ 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
+ 2
There are lots of options you can choose
Web development
AI and ML
Automation
API
Data Science
Games and many more
+ 2
Okay thank you
+ 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.
+ 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.
+ 1
Thank you I'll check them out
+ 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. ✅
0
Whatever you would like to. For me, it was Web Development, which I took just after completing Python Developer
0
Im not sure yet I just kinda want to hone the knowledge i learned
0
What games ones?
0
Im definitely gonna start making some thank you
0
Learn from other source