this post was submitted on 05 Sep 2024
18 points (100.0% liked)

Python

6327 readers
231 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

Ive learned a decent bit of python from a trade school I was in and I am really interested in learning more and eventually do freelance work

And I'm looking for advice on ensuring I know enough to do that as well as some advice getting started

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago (2 children)

Tbh A snake clone using exclusively the turtle training library thingy

Oh and a flappy bird clone using pygames but that was from a tutorial

I have also made a few game jam games in Godot using gdscript which is a very similar language to python

[–] ericjmorey 3 points 1 month ago

Seems like you should make something less focused on games and solve problems in a different domain.

[–] [email protected] 2 points 1 month ago

It'd be worth posting them to GitHub or GitLab or somewhere where people can have a look and give you feedback.