for-coder
Open in Telegram
Chat for yapping the latest topics and some project show case @FORCODERR π₯ @firaflash π¨βπ» curious dev
Show more458
Subscribers
No data24 hours
-47 days
-830 days
Posts Archive
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." π