I recently traveled to PyCon25 and among its many wonderful things new in Python3 such as it removing the GIL to make threads available in Python3 with some success. I found the AI courses that I took there quite informational.
The important thing in my opinion from the conference, can be summarized with a website.
https://ollama.com/
What is this website you ask?
It’s simply where data sets of AI can be downloaded. In addition, you may configure your server to run the nvidia driver and start ollama as a service on your server to then accept AI prompts.
Basically, this website will allow you to run LLM data AI prompts on your server, very cool.
Example, once ollama is installed.
ollama run deepseek-r1:latest "What is Python3, and after that answer, what is Linux"
This will produce very nice answers to your questions.
Comment below if you like these articles of value.
Happy Coding!