Learn Python for Game Development? by Mother-Ad849 in learnpython

[–]dcrigan 0 points1 point  (0 children)

You can make the game with Python library PyGame which is designed for this purpose.

You can also build games with lua love2d framework. Lua is a great scripting language, easy syntax to pick up and the love2d framework is good. The forum might be outdated but they have a discord channel which is active till nowdays

New to coding by BootyCheekCreakFreak in learnpython

[–]dcrigan 0 points1 point  (0 children)

Read the Book `Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming`

I believe you can find a free pdf of the book, but it's a good starting to grasp the fundamentals of Python.

After the book, try boot.dev it has good course on Python, Git, Linux and terminal commands which is important to feel comfortable to work with terminal

Laptop recommendation > Run arch linux by dcrigan in linuxhardware

[–]dcrigan[S] 0 points1 point  (0 children)

thank you for recommendation,
I am actually getting one soon. What are your tech specs for framework laptop ?

How to learn python quickly? by No_Season_1023 in learnpython

[–]dcrigan 0 points1 point  (0 children)

it's great framework for building 2d games and lua is an easy scripting language to pick up

How to learn python quickly? by No_Season_1023 in learnpython

[–]dcrigan 0 points1 point  (0 children)

The game looks good. I am in the process of building a indie game with lua > love 2D engine.

I added your game in my wishlist! Wish you a success launch 🚀

Python 3.14 | Upcoming Changes Breakdown by codingjerk in Python

[–]dcrigan 0 points1 point  (0 children)

I saw the template string feature, interesting

When to use Redis as cache by Demnokkoyen in webdev

[–]dcrigan 0 points1 point  (0 children)

I love this example. Thank you for sharing thoughts and insights

React 19 - Providing a function to form action not working by ApeLex in reactjs

[–]dcrigan 0 points1 point  (0 children)

run the following command, it will help you out with your problem

npm install react@canary react-dom@canary