home.social

#pythonlibraries — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonlibraries, aggregated by home.social.

  1. 🚀 Think you know how GenAI works?
    It's not just prompts. It’s orchestration with 25 next-gen Python libraries powering the world’s smartest LLMs: agents, memory, RAG, grammar control & more 🧠💻
    Dive into the tools under the hood of AI in 2025 👇
    🔗 medium.com/@rogt.x1997/25-grou
    #GenAI #PythonLibraries #LLM #AIstack #LangChain #AutoGen #AItools #ArtificialIntelligence
    medium.com/@rogt.x1997/25-grou

  2. 🚀 Think you know how GenAI works?
    It's not just prompts. It’s orchestration with 25 next-gen Python libraries powering the world’s smartest LLMs: agents, memory, RAG, grammar control & more 🧠💻
    Dive into the tools under the hood of AI in 2025 👇
    🔗 medium.com/@rogt.x1997/25-grou
    #GenAI #PythonLibraries #LLM #AIstack #LangChain #AutoGen #AItools #ArtificialIntelligence
    medium.com/@rogt.x1997/25-grou

  3. 🚀 Think you know how GenAI works?
    It's not just prompts. It’s orchestration with 25 next-gen Python libraries powering the world’s smartest LLMs: agents, memory, RAG, grammar control & more 🧠💻
    Dive into the tools under the hood of AI in 2025 👇
    🔗 medium.com/@rogt.x1997/25-grou
    #GenAI #PythonLibraries #LLM #AIstack #LangChain #AutoGen #AItools #ArtificialIntelligence
    medium.com/@rogt.x1997/25-grou

  4. 🚀 Think you know how GenAI works?
    It's not just prompts. It’s orchestration with 25 next-gen Python libraries powering the world’s smartest LLMs: agents, memory, RAG, grammar control & more 🧠💻
    Dive into the tools under the hood of AI in 2025 👇
    🔗 medium.com/@rogt.x1997/25-grou
    #GenAI #PythonLibraries #LLM #AIstack #LangChain #AutoGen #AItools #ArtificialIntelligence
    medium.com/@rogt.x1997/25-grou

  5. 🚀 Think you know how GenAI works?
    It's not just prompts. It’s orchestration with 25 next-gen Python libraries powering the world’s smartest LLMs: agents, memory, RAG, grammar control & more 🧠💻
    Dive into the tools under the hood of AI in 2025 👇
    🔗 medium.com/@rogt.x1997/25-grou
    #GenAI #PythonLibraries #LLM #AIstack #LangChain #AutoGen #AItools #ArtificialIntelligence
    medium.com/@rogt.x1997/25-grou

  6. Which is your go-to Python library for data science?

    Vote and let’s see which one’s most popular!
    #PythonPoll #DataScience #PythonLibraries

  7. Which is your go-to Python library for data science?

    Vote and let’s see which one’s most popular!
    #PythonPoll #DataScience #PythonLibraries

  8. Hey, I've created a tutorial on how to read multiple CSV files using the pandas library in the Python programming language: statisticsglobe.com/read-multi

    #businessanalyst #research #pythonlibraries

  9. So now I am a bit puzzled. Just use request.Session for the majority of smaller cases, and for many requests use concurrent.futures?

    What is your experience? Are there particular reasons you would use httpx over requests or concurrent.futures? E.g. scaling, asyncio, HTTP/2 support, other?

    Curious to hear ...