It's vast clean and well maintained. Been here in January 2024 for an AFC cup match. It has food kiosk inside the stadium, clean toilets and prayer rooms. The exterior is unique. It looks like an Arabic cap. They provide the bus from the metro station (the nearest metro station is Free Zone) to the stadium. It can accommodate a lot of spectators. It makes easy for people to go for watching match in the stadium. Thank you Qatar!
Went there on the 12th of April for UAE and Qatar Super cup between Al Arabi and Sharjah club. The atmosphere is amazing. I loved the stadium it was easy to access. Huge parking slots. Even though we lost the match but it was a great experience.
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
client = genai.Client()
prompt = (
"Create a picture of a nano banana dish in a fancy restaurant with a Gemini theme"
)
response = client.models.generate_content(
model="gemini-2.5-flash-image-preview",
contents=[prompt],
)
for part in response.candidates[0].content.parts:
if part.text is not None:
print(part.text)
elif part.inline_data is not None:
image = Image.open(BytesIO(part.inline_data.data))
image.save("generated_image.png")
Horrendous long walk from the carpark, I am partially disabled and wasn't expecting a 4 mile walk and so many flights of stairs at the ground. Plus not allowed to take a bottle of water in. A nightmare for me, but ground was nice and clean, great design, I had hoped disabled would be allowed a short cut, but no.
Ida Fitriani
a year agoIt's vast clean and well maintained. Been here in January 2024 for an AFC cup match. It has food kiosk inside the stadium, clean toilets and prayer rooms. The exterior is unique. It looks like an Arabic cap. They provide the bus from the metro station (the nearest metro station is Free Zone) to the stadium. It can accommodate a lot of spectators. It makes easy for people to go for watching match in the stadium. Thank you Qatar!
Anish Ansari
2 weeks agoBeautiful stadium Arab traditional culture design look like this cap look like this👏
Hamad Bishwari
a year agoWent there on the 12th of April for UAE and Qatar Super cup between Al Arabi and Sharjah club. The atmosphere is amazing. I loved the stadium it was easy to access. Huge parking slots. Even though we lost the match but it was a great experience.
Saikrer Tai
2 weeks agofrom google import genai from google.genai import types from PIL import Image from io import BytesIO client = genai.Client() prompt = ( "Create a picture of a nano banana dish in a fancy restaurant with a Gemini theme" ) response = client.models.generate_content( model="gemini-2.5-flash-image-preview", contents=[prompt], ) for part in response.candidates[0].content.parts: if part.text is not None: print(part.text) elif part.inline_data is not None: image = Image.open(BytesIO(part.inline_data.data)) image.save("generated_image.png")
Nicola Pegg
a year agoHorrendous long walk from the carpark, I am partially disabled and wasn't expecting a 4 mile walk and so many flights of stairs at the ground. Plus not allowed to take a bottle of water in. A nightmare for me, but ground was nice and clean, great design, I had hoped disabled would be allowed a short cut, but no.