14 May 2026
kshitiz sHi @all,
Is any body working as ai agent developer
Crewai/ google ask for an example
I need guidance on same
Not sure what that has to do with Python.
Lawsin JamesCan I send a running code ?
Rule 5️⃣: Never post walls of text or screen photos. Use paste bins like https://dpaste.org, https://hastebin.com, https://bin.kv2.dev or your favorite one!
15 May 2026
Lawsin JamesCan I send a running code ?
Thank you James,
Yes please share the github link
More over I want to know the content/ roadmap for learning ai agent devlopment
SaurabhHi everyone,
Hope you all are good. Can anyone suggest me what should I choose ? as I have interest in coding and in robotics, but I fear to choose, which paths I'm best fit.
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
王伟Hi everyone 👋
Quick question is anyone here working as an AI agent developer (CrewAI / Google ADK, etc ) ?
We’re exploring whether Python is the right fit for our project and would love some real experience/examples or guidance from people already building in this space
Adding the word Python to your off-topic question doesn't magically turn it to a Python related question, so please delete your message here and move to the @PythonOfftopic group and ask there.
Ntext not yet in the index
You can check this
https://fithappensml.github.io/flutter-firebase-auth-guide/
it's an interactive guide. Maybe it would be useful for you.
.How can I instal Telegram library in python?
Assume you want to install the requests package.
pip3 install requests
or
python -m pip install requests
or
python3 -m pip install requests
Hydro ツi didn't knew about these commands
So basic that they are built into python itself, which is why you can call the module from the executable.