I'm trying to get started in python, and I want to make an image appear on screen

Question:

I want to learn python, but I don’t really know where to start. I don’t want to fall into a tutorial hellhole, so I’m trying to make an image just pop up on screen. For some reason it won’t work.

import pygame
pygame.init
pygame.sprite(playerv3, bgd=None)
Asked By: circuit

||

Answers:

I was in almost this spot 2 years ago, when I wanted to learn to make games. Here I am now, with experience in multiple languages. Best place to start, by far, is YouTube or some other place that has tutorials. There are lots that can help you. A simple search for ‘Beginner Python Tutorials’ goes a long way. I wish you luck in such journeys.

Answered By: DiamondDog
Categories: questions Tags:
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.