ooh.directory
Visit this blog djangoandy.com
My travels through the worlds of Django, Python, DevOps and Full Stack web development.
Any gaps could be due to errors when fetching the blog’s feed.
When iterating through lists or other iterables in Python, there are often situations where you need not only the value of each item but also its index. Enter the enumerate() function—a powerful, built-in feature of …
I want to share something that’s as simple as it is essential: sorting a list in Python. Whether you’re just starting out with Python or need a quick refresher, this is for you. So, picture …
OpenAI (who owns ChatGPT) released a new model today. It is called o1. The main difference between models like 4o is it inherently performs chain of thought reasoning when producing an answer. What is chain …