Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.
Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
Try Vertex AI Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Snake pygame is a remake of classic snake game, developed with python and pygame.
in this page you can find a tutorial to create the game:
http://deasproject.altervista.org/blog/progetto-creiamo-il-nostro-snake-in-python-con-pygame/
for any question you can contact me
andrea.deangelis93@gmail.com
The game needs of these packages to work:
- python2.7 32 bit(x86 version) -> http://www.python.org/download/releases/2.7.5/
- pygame 1.9.1 for python2.7 -> http://www.pygame.org/ftp/
- numpy 1.7.1 for python2.7 -> https://pypi.python.org/pypi/numpy
#### UBUNTU ####
To install these packages on Ubuntu 12.04 and derived run this command on terminal:
sudo apt-get install pythonpython-pygame python-numpy
#### ARCHLINUX ####
To install these packages on Archlinux run this command on terminal:
sudo pacman -S python2 python2-pygame python2-numpy
Youtube Channel-> http://www.youtube.com/channel/UCtfS0d2O9Cd6FzZqZws4jgA
2D robotic simulator in Python 2.x, tested in 2.6 and 2.7, under Win7(64) and Ubuntu 10.04 (Lucid). Needs the matching version of Pygame installed! (www.pygame.org)
Download the .py file and two .bmp files:
-->back2_800_600 for background
-->any of the robo1.bmp through robo4.bmp for robot image (different colors).
The map of the "room" can be changed by modifying the list of obstacles.