1. X
  2. import python 🐍
Log inSign up
import python 🐍
4,965 posts
import python 🐍 profile banner
user avatar

import python 🐍

@importpython
Python Updates. Keeps you updated on what's happening in the world of Python. Curated By @getpy
Planet Earth
Joined September 2014
695
Following
34.1K
Followers
RepliesRepliesMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
TermsΒ·PrivacyΒ·CookiesΒ·AccessibilityΒ·US TIDAΒ·Ads InfoΒ·Β© 2026 X Corp.
  • Pinned
    user avatar
    import python 🐍
    @importpython
    Aug 5
    Nice visualization showing how to tier guardrails for AI
    user avatar
    Ankur Gupta
    @getpy
    Aug 5
    Classic Guardrail Tiers Visually Explained. Created for a talk. Last month learnt and did fine tuning of SLMs. Built for binary guardrails along with one for intent classification. The sheer landspace of types/classficiation of guardrails is wide, with passing time large
    GIF
  • user avatar
    import python 🐍
    @importpython
    Aug 25
    Everyone is a Python Developer until ...
    user avatar
    Ankur Gupta
    @getpy
    Aug 25
    With LLM everyone is a dev, until it breaks in prod.
  • user avatar
    import python 🐍
    @importpython
    Aug 12
    AGI is here, Autonomous GitHub Issues
    user avatar
    Charlie Marsh
    @charliermarsh
    Aug 12
    My agent is putting up PRs I don't understand on repos I haven't even heard of
  • user avatar
    import python 🐍
    @importpython
    Jul 18
    Given how little people know their own code.
    user avatar
    Ankur Gupta
    @getpy
    Jul 18
    <s>IN CLAUDE WE TRUST</s>
  • user avatar
    import python 🐍
    @importpython
    Jul 11
    Is there something postgres can't do
    user avatar
    alex shapalov
    @alxshp
    Jul 10
    PostgreSQL 19 introduces graph-style queries. Instead of manually connecting table after table with joins, you can describe the path through your data: customer β†’ bought β†’ product ← bought ← similar customer β†’ follows β†’ brand Useful for recommendations, access control,