Purpose is a profound word. This summer, I’m diving into a project to transform the physics, math, and structure of our world into code, creating visuals to see how everything connects. It might sound like a big goal, but I don’t need a complete map to start—just a clear path.
I’m most confident in Python right now, and I see it as the perfect foundation, especially since it’ll make integrating AI and machine learning into my systems seamless down the road. My first step toward this visual exploration is learning Pygame, a tool to bring my ideas to life through interactive visuals.
My strategy to learn:
The best way to learn anything is to create more and more. Most of the technical skills are procedural therefore the best way to master them is to learn by the experience of creation.
So inorder to intigrate that into my learning journey I will create a challenge for myself for each topic I learna and tackle it without any external aid.
Documents I am using:
I feel like the purest form of the content is at its source. So I will be refering to the official documentation of the Pygame library.This
Official Pygame site |
First step is to ofc install the library ..... did that
import pygame
pygame.init()
pygame.quit()
Everything goes within that initialization and quiting of the library.
Things I learnt first:
Challenge 1
Result
import pygame from pygame.locals import *
No comments:
Post a Comment