Skip to content

Django Andy

My travels through the worlds of Django, Python, DevOps and Full Stack web development.

  • By Andy Ide
  • Based in Australia
  • Roughly seven posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 1
2023 24
2024 7
2025 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

The Power of enumerate() in Python: Keeping Track of Index and Value
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 …
On , by djangoandy, 534 words
Sorting a List in Python – The Easy Way!
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 …
On , by djangoandy, 385 words
My current test for each new ChatGPT Model
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 …
On , by djangoandy, 833 words