for-coder
Ir al canal en Telegram
Chat for yapping the latest topics and some project show case @FORCODERR 👥 @firaflash 👨💻 curious dev
Mostrar más459
Suscriptores
Sin datos24 horas
-47 días
-830 días
Archivo de publicaciones
459
Lwky, Python is harder when you already know another programming language 🤧 Your old habits keep fighting to cope, but Python plays by its own rules.
459
for i in range(3):
for j in range(3):
if j == 2:
break
else:
continue
print(i)
else:
print("Done")459
Planning to make the agents work in different way i will let you know
gonna be a good project for the public 😁😁
459
Hey, do you guys know where I could get a free API key for an LLM model other than Gemini? That endpoint isn't working for me at all; it says it's busy. I don't know what's going on. mtsmm🤧
459
Today our teacher was teaching about React and Web II. He asked about the data type
var
in JS or JSX and why we don't use it nowadays.
TBH, I have no idea why, so I went on and said, "Because we don't know the use of it." 😂