for-coder
前往频道在 Telegram
Chat for yapping the latest topics and some project show case @FORCODERR 👥 @firaflash 👨💻 curious dev
显示更多458
订阅者
无数据24 小时
-47 天
-830 天
帖子存档
458
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.
458
for i in range(3):
for j in range(3):
if j == 2:
break
else:
continue
print(i)
else:
print("Done")458
Planning to make the agents work in different way i will let you know
gonna be a good project for the public 😁😁
458
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🤧
458
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." 😂