Tutorials – Postgres
Browser-based Inventory Management System
Built with Python, HTML, CSS, Javascript, and PostgreSQL. Responsive: adapts to browser, tablet, and all phone screens.
Image upload with Python and Postgres
Upload images to Postgres using Python.
Python Sockets
Use Python to use sockets to network, make chat apps, multiplayer games, etc.
Python Arcade Game Login
Use the Python Arcade library and Flask for player login.
Python Arcade Game Register
Use the Python Arcade library and Flask to allow player registration.
Python Arcade Game Speed
Use the Python Arcade library to manage game speed and difficulty.
Python Arcade Keeping Score
Use the Python Arcade library to keep score.
Python Arcade Sound Effects
Use the Python Arcade library to create and play sound effects and music in your games.
Python Arcade Collision Detection
Use the Python Arcade library to detect and manage collisions between player and enemies, enemies and blocks, and bullets and enemies.
Python Arcade Bullets
Use the Python Arcade library to create and manage bullets when the player “fires”.
Python Arcade Enemy Movement
Use the Python Arcade library to move the game enemies around the screen and chase the player.
Python Arcade Player Movement
Use the Python Arcade library to move the game player around the screen.
Python Arcade Read Keyboard
Use the Python Arcade library to read keyboard input to control the game player and game settings.
Python Arcade Sprites
Use the Python Arcade library to Create and manage Sprites, also using Python’s LIST variable type, which is just an array.
Python Arcade Create Window
Use Python Arcade library to Create Window for your game.
Forum Post with Python and Postgres
Manage Forum Posting with Python and PostgreSQL.
Forum Login with Python and Postgres
Forum Login with Python and PostgreSQL.
Forum Registration with Python and Postgres
Forum Registration with Python and PostgreSQL.
Make a game in Python – Player Login
Make a game in Python – Player Login.
Make a game in Python – Player Registration
Make a game in Python – Player Registration.
Make a game in Python – Save Game
Make a game in Python – Save Game to Postgres database.
Make a game in Python – Sound
Make a game in Python – add sounds and music to your game!
Make a game in Python – Sprite Intelligence
Make a game in Python – Sprite Intelligence. How to make the monsters “smart”.
Make a game in Python – Sprite Collisions
Make a game in Python – Sprite Collisions.
Make a game in Python – Move Monsters
Make a game in Python – Move Monsters.
Make a game in Python – Move Player
Make a game in Python – Move Player.
Make a game in Python – Draw Sprites
Make a game in Python – Draw Sprites.
Make a game in Python – Draw the Screen
Make a game in Python – Draw the Screen.
Send Email using Python and Postgres
Send Email using Python and PostgreSQL. Includes use of HTML form and Flask for Python.