SymPy @SymPy
Computer algebra system in Python. This is the official account for SymPy. sympy.org Joined July 2012-
Tweets610
-
Followers4K
-
Following95
-
Likes470
It used @SymPy, not NumPy. When I started SymPy almost 20 years ago, my university classmates were telling me that it could never match Mathematica, so what's the point? And now the most popular (?) LLM uses SymPy by default. That's amazing!
It used @SymPy, not NumPy. When I started SymPy almost 20 years ago, my university classmates were telling me that it could never match Mathematica, so what's the point? And now the most popular (?) LLM uses SymPy by default. That's amazing!
Cool to see @OpenAI demo solving a @SymPy issue (from SWE-bench) in their o3 demo today. At a glance the AI's fix looks correct (though not quite as straightforward as the true fix that was made).
I made a @SymPy GPT to play around with this. Unlike normal ChatGPT it has direct access to the latest version of SymPy (1.12) and its docs. It also tries to actually execute code whenever it can. chat.openai.com/g/g-AePkBhsFf-…
I made a @SymPy GPT to play around with this. Unlike normal ChatGPT it has direct access to the latest version of SymPy (1.12) and its docs. It also tries to actually execute code whenever it can. chat.openai.com/g/g-AePkBhsFf-…
Tutorials @SciPyConf are in full swing! Ever want to do algebra, calculus, or advanced differential equations directly in Python? Check out the “SymPy Introductory Tutorial” co-led by our @asmeurer to learn the basics of @SymPy. cfp.scipy.org/2023/talk/LJQP…
Large numbers have fewer prime factors than you might expect. johndcook.com/blog/2023/06/2…
Hand drawn, and live demo. using @SymPy easier than typing TeX ! And we can now derivate, or integrate with @numpy_team
"Use Gröbner Bases To Solve Polynomial Equations" by @jingnanshi Mice blog post showing how Gröbner Bases work using SymPy. jingnanshi.com/blog/groebner_…
@OndrejCertik @TheRealAdamG @OpenAI @SymPy @mathgpt_app does this in @streamlit. Give it a try mathgpt.streamlit.app
I noticed @OpenAI uses @SymPy in their "Code interpreter" demo at their ChatGPT plugins webpage (openai.com/blog/chatgpt-p…). I am very happy to see SymPy being used by default like this.
I integrated ChatGPT into cocalc.com as a chatbot (though much more is to come). You can just do @ and select chatgpt when chatting anywhere in cocalc (doc.cocalc.com/chat.html) and it responds. Here's an example of it knowing #sympy.
@gruntyGrunter @Hansen73337824 The maximum occurs where the derivative is zero. #SymPy code: >>> from sympy import symbols, diff, log, solveset >>> c = symbols('c') >>> diff(c ** (1 / c), c) c**(1/c)*(-log(c)/c**2 + c**(-2)) >>> solveset(-log(c)/c**2 + c**(-2), c) {E}
@vboykis I give a very brief tutorial in the appendix of my book 😊
¡¡Wow!! Gracias a @SymPy logré una mejora de x2500 (sí, no es typo) en el tiempo de ejecución de una función. De paso, uno se da cuenta de la diferencia de velocidad entre Python y C nativo. PS: No programe en C, Sympy hizo la transformación "automáticamente" por mí.
Fast way to test whether a number less than a quintillion is prime. johndcook.com/blog/2019/02/2…
>>> from sympy import factorint >>> factorint(20221124) {2: 2, 7: 2, 11: 1, 83: 1, 113: 1} >>> factorint(11242022) {2: 1, 11: 1, 511001: 1}
From a LaTeX formula to optimized code : with @SymPy , I found it was possible to automatically go from a LaTeX formatted equation through a numpy function to a JAX jit optimized function that runs 300x faster on GPU than the numpy version on CPU! Made my night & day!
Please fill out our survey about code generation in SymPy to help us understand what areas we should focus on improving as part of our work for our @cziscience grant. forms.gle/F5Ek6yQkH5fXPN…

Matplotlib @matplotlib
44K Followers 115 Following Python library for creating static, animated, & interactive visualizations. Chat w/ us @ https://t.co/QDNR5Khj9w Sponsored by @NumFocus
Jeremy Howard @jeremyphoward
261K Followers 6K Following 🇦🇺 Co-founder: @AnswerDotAI & @FastDotAI ; Prev: professor @ UQ; Stanford fellow; @kaggle president; @fastmail/@enlitic/etc founder https://t.co/16UBFTX7mo
SciPyConf @SciPyConf
16K Followers 968 Following SciPy 2025 Conference for Scientific and Technical Computing topics in Python. Tutorials July 7-8, Conference July 9-11, Sprints July 12-13.
Raymond Hettinger @raymondh
75K Followers 545 Following Chief trainer for Mutable Minds. Certified Public Accountant, Retired Python guru. Alloy & TLA⁺ enthusiast. Aspiring pianist. Former pilot. Born at 320 ppm CO₂.
Pyodide @pyodide
3K Followers 74 Following Pyodide is an open-source Python distribution for the browser and Node.js based on WebAssembly/Emscripten We are on Mastodon: https://t.co/z92vTWRuz4
NetworkX @networkx_team
2K Followers 23 Following Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
Elías Rashid Morales... @elimoralsmendox
229 Followers 4K Following Agencia de Transformación Digital y Telecomunicaciones. Entusiasta por el sector tecnológico y financiero. Contruyo modelos de IA.
Ricardo Otero @Ric0ter0_
5 Followers 287 Following
Duberly González @DuberlyGonzalez
295 Followers 513 Following Papá de Julia y Emilia. Profe de Matemática. Ex Inspector en Matemática de la Dirección General de Educación Secundaria.
jobs jake @JobsJake4042
0 Followers 14 Following
Regi Kusumaatmadja @abdurrahmanregi
3K Followers 4K Following PhD student in Economics @VU_SBE @ResearchTI | visited @PennStateEcon | IO & innovation | open to postdocs (academia) or consulting roles (private)
Andres Montenegro @Andresckak
19 Followers 297 Following
Koen Vossen @mr_le_fox
2K Followers 3K Following Founder @teamtvsport . @PyDataEindhoven committee member. Founder @PySportOrg. Instructor @Korfbalverbond.
Eddie Biggs @eddiebiggs_
54 Followers 901 Following Founder Spotty Aerospace, Data Scientist American Airlines
Paul Calcraft @paul_cal
6K Followers 5K Following AI is good & bad, actually. Tweeting about AI/ML methods, software dev, research, tech and society, social impact. 20yrs in tech, 10 in ML/AI, PhD in comp sci
Anand C. Patel, MD MS @anandcpatelmdms
1K Followers 6K Following Pediatric pulmonologist and bioinformaticist, now in drug development. He/him. https://t.co/61YX7H46Pc @PioneeringMeds https://t.co/LqrSTRsx0C too
Debjyoti Mishra @Mishra_dj365
4 Followers 4K Following
Pirmin Schmid @pisch9
255 Followers 922 Following Physician (Dr. med.), Software Engineer (MSc ETH Computer Science), Scientist.
aru @arubikscube
2K Followers 5K Following biology simp; previously synthetic biology @Ginkgo, drug discovery @pepper_bio, now mitochondrial therapeutics @Powerhouse_Bio
Patrick Senti @productaizery
531 Followers 1K Following simplifying AI delivery for small teams @omega_ml – senior ai & software engineerpreneur ⚙️ all things software, data, distributed systems 🔁 open source ☀️
charlescqin @charlescqin
1 Followers 632 Following
Chris Chapman @ChrisC_Oceans
489 Followers 650 Following Oceanography! Meteorology! Ecology! Statistics! Working on all (well most) things climate at @CSIRO. XBT evangelist and Francophile. Views and opinions my own.
Rahul savita @rahulsavita110
734 Followers 2K Following Tech lover,Science lover. Tamil ,Telugu and Hindi speaker. Admire Vivekananda. Plural but Not secular.Economically Right libertarian. NO HATE #equityinvestments
huahuo @wusehuahuoA
1 Followers 239 Following
Casper Wirtanen @casperwirtanen
2 Followers 143 Following
BP @Rtron23325
13 Followers 92 Following Somewhat optimistic about the future '... This is known as "bad luck.”' ― Robert Heinlein
Jagunlabi @jagunlabi_m
211 Followers 5K Following
Ecos na Catedral @ecoscatedral
405 Followers 4K Following "antes morrer livres, que em paz sujeitos"
Felix Saretzky @count3rfactual
2 Followers 97 Following
Sílvio Meireles @silviojmeireles
486 Followers 5K Following AI, Algorithms, Math and Coding | CTO at @easy_pallet (https://t.co/toCVRAoQ7g)
Broken Mind @BecomeAllan
59 Followers 770 Following Cognitive Systems Optimization Engineer - Knowledge Fusion Expert
Ultimo vero filosofo,... @Tommy17777777
546 Followers 1K Following filosofia depressa enthusiast,ULTIMO vero intellettuale. Rh fan, mentally ill, nerd professional retard berserk N1 fan dolore cosmico e tristezza incolmabile
johannes fischer @johannes_ff
2K Followers 3K Following 🌹 build models, software, and do polling for democrats.
Kirtan Gajjar @kirtangajjar_
358 Followers 3K Following
solanaut @solanaut
100 Followers 3K Following
Tarun Dua @tarundua81
3K Followers 3K Following Chief of Entropy Reduction at E2E Networks. Building accelerated computing platform from India for the world at https://t.co/AH3v0I7BHG . Tweets Personal.
Vignesh G @vigneshg_co
660 Followers 3K Following • 🌐 Webflow Developer | 4 years experience. • 🎨 Web Designer • 💼 Working @ https://t.co/skgB2GLvgx
FURUF @furao90166913
48 Followers 920 Following Frequentists using Bayes. Learning algorithmic information theory, maybe you should too.
Arindam Duttagupta @adg008
106 Followers 2K Following Principal ML Engineer @Cadence | MS in ECE | Machine Learning @GeorgiaTech | EE @iiest_s
Hermilo @hermilocg
541 Followers 5K Following Ya se la saben. Prepa trunca. Recuérdame así : Libre como el aire, suave como el agua, fuerte como el fuego, como un volcán.
Picaro Byte @__picaro8
436 Followers 5K Following I tried that, don't you think I would've tried that. Moving to @[email protected]
Felix Allistar @FelixAllistar
122 Followers 1K Following
Emre Sucu @emrefs
188 Followers 5K Following
yusuf sallam @yusufsallam_
2 Followers 34 Following
Matplotlib @matplotlib
44K Followers 115 Following Python library for creating static, animated, & interactive visualizations. Chat w/ us @ https://t.co/QDNR5Khj9w Sponsored by @NumFocus
Scientific Python @SciPyTip
210K Followers 18 Following Tweets about SciPy (Scientific Python) and related topics from @JohnDCook.
Algebra Etc. @AlgebraFact
194K Followers 19 Following Tweets about algebra, number theory, and miscellaneous math by @JohnDCook.
Python Software Found... @ThePSF
687K Followers 127 Following The nonprofit organization behind the Python programming language. For help with Python code: https://t.co/XDHPttz2Xv On Mastodon: @[email protected]
Project Jupyter @ProjectJupyter
88K Followers 73 Following Jupyter Notebook, JupyterLab and related projects – @mentions not monitored. Our primary presence is https://t.co/UtVFxa6xgw.
Guido van Rossum @gvanrossum
288K Followers 480 Following Python's BDFL-emeritus, Distinguished Engineer at Microsoft, Computer History Fellow, fully vaccinated. Opinions are my own. He/him.
SciPyConf @SciPyConf
16K Followers 968 Following SciPy 2025 Conference for Scientific and Technical Computing topics in Python. Tutorials July 7-8, Conference July 9-11, Sprints July 12-13.
Computer Science @CompSciFact
251K Followers 19 Following Daily tweets about computer science and related stuff @JohnDCook.
Matthew Rocklin @mrocklin
9K Followers 88 Following Open source maintainer. @dask_dev author. CEO at @CoiledHQ Additionally I try to be a decent human and help the world from melting.
Raymond Hettinger @raymondh
75K Followers 545 Following Chief trainer for Mutable Minds. Certified Public Accountant, Retired Python guru. Alloy & TLA⁺ enthusiast. Aspiring pianist. Former pilot. Born at 320 ppm CO₂.
Pyodide @pyodide
3K Followers 74 Following Pyodide is an open-source Python distribution for the browser and Node.js based on WebAssembly/Emscripten We are on Mastodon: https://t.co/z92vTWRuz4
Lorena Barba @labarba... @LorenaABarba
9K Followers 2K Following Engineering professor, computational scientist, jazz buff, techie, academic writer & font geek. Editor: @cisemag @OpenEngr @ReScienceEds @JOSE_TheOJ
Paul Romer @paulmromer
89K Followers 477 Following I no longer post to this account. There is at least one person who is pretending to be me with a handle that adds an "s" to the end of my handle.
MathGPT app @mathgpt_app
637 Followers 47 Following Official account of the #MathGPT app. Created by @napoles3d.
Scientific Python @scientific_py
5K Followers 71 Following Community developed, community owned Find us also at: https://t.co/Z2tLWYvhfA
Eric Wieser @EricWieser
328 Followers 169 Following Maintainer for @numpy, #cocotb, and #leanprover's Mathlib. Roboticist. PhD.
MathJax @MathJax
2K Followers 38 Following MathJax is an open source JavaScript display engine for mathematics that works in all browsers.
Jeremy Tuloup @jtpio
2K Followers 671 Following Technical Director @QuantStack, @ProjectJupyter Core Developer & Distinguished Contributor - he / him - @[email protected] - https://t.co/XIlI0BNbXi
[email protected] @pchestek
2K Followers 315 Following In private practice. NC Certified Specialist in Trademark Law, Board member of OSI. Opinions are my own. she/her Friend of John: @[email protected]
@[email protected]... @pradyunsg
2K Followers 297 Following he/him. Probably trying to make refined sand do something useful. Wearer of many hats in OSS spaces. @ThePSF fellow. @ThePyPA member.
CuPy @CuPy_Team
6K Followers 18 Following Drop-in replacement of NumPy and SciPy for GPU - Follow us for the latest updates! 🫶 Support us via GitHub Sponsors: https://t.co/Xk2Syli21o
SciPy @SciPy_team
7K Followers 23 Following SciPy provides fundamental algorithms for scientific computing with Python: statistics, optimization, linear algebra, integration, interpolation, signal, etc.
Aesara Devs @AesaraDevs
568 Followers 32 Following A fast and hackable meta-tensor library in Python.
Fortran @fortranlang
4K Followers 0 Following Fortran programming language. Powering the world since 1956. Latest edition is Fortran 2023. The next one is Fortran 2028.
Jeremy Monat @jemonat
144 Followers 132 Following Civil libertarian, digital privacy nerd, People Power (ACLU grassroots) immigrant & voting rights activist, cyclist. Opinions mine. RT ≠ endorsement. He, him.
Don't Use This Code�... @dutc_training
1K Followers 2K Following Python Training and Consulting Accepting new clients - DMs are open @dontusethiscode Subscribe to DUTC Weekly! https://t.co/Cl6s6vkwaO
Björn Dahlgren @BjornDahlgren
16 Followers 186 Following Science, engineering, software and chemistry.
Fredrik Johansson @hypergeometer
629 Followers 131 Following fredrikj @ mathstodon Computer algebra & Arbitrary-precision arithmetic. Researcher at @Inria.
Dario Taraborelli @ReaderMeter
6K Followers 4K Following ➡️ https://t.co/wARWCqXfXn • open source + open science @cziscience. Formerly: @wikimedia • @wikiresearch • @i4oc_org • naturalist 🐦 • he/him •🗿by @IanMulvany
Chan Zuckerberg Initi... @ChanZuckerberg
27K Followers 451 Following We are working at the intersection of AI and biology to advance science, build powerful technologies and transform health.
CZI Science @cziscience
27K Followers 550 Following Science news and updates from the @ChanZuckerberg
Miles Cranmer @MilesCranmer
13K Followers 983 Following Assistant Prof @Cambridge_Uni, works on AI for the physical sciences.
Ron Avitzur @RonAvitzur
2K Followers 796 Following I tweet on mathematical visualization, puppies, programming, and physics. They/them.
Numba @numba_jit
6K Followers 29 Following Numba is a Just-In-Time compiler for Python functions. Works with CPUs and GPUs. Learn more at https://t.co/h0PqeywSsb and https://t.co/kErTUJhGFo
Sachin Joglekar @joglekareshwar
38 Followers 55 Following Computer Science undergrad, wannabe researcher, ML junkie, bollywood fan
The Julia Language @JuliaLanguage
30K Followers 322 Following Julia is a high-level, dynamic programming language built for technical computing. Join the conversation at #JuliaLang @JuliaConOrg @JuliaInclusive
Leave this site ¦ @m... @melissawm
4K Followers 2K Following *NOT HERE ANYMORE/FOLLOW THE LINK* https://t.co/rbHdICY8IW
James Powell @dontusethiscode
13K Followers 1K Following Scientific computing, data science, quant finance, Python. Board Chair @NumFOCUS. Known for: @PyData @NYCPython. Consulting & training @dutc_trainingTravis Oliphant @teoliphant
35K Followers 813 Following Creator of SciPy, NumPy, and Numba; founder of Anaconda, Inc and NumFOCUS. CEO of Quansight, OpenTeams, and OpenTeams Global, Head of Product at Zyphra
Shivam Vats @ CoRL202... @ShivaamVats
742 Followers 517 Following Postdoc @BrownBigAI Previously: PhD @CMU_Robotics, Maths @IITKgp, Core developer @SymPy
LFortran @lfortranorg
1K Followers 0 Following Modern interactive LLVM-based Fortran compiler. Follow this account for the latest updates about LFortran.
Isuru Fernando @isuru_f
171 Followers 75 Following Grad student at University of Illinois at Urbana-Champaign, @condaforge core.
Verified @verified
4.1M Followers 1 Following Individuals can get a blue checkmark with @Premium. Organizations can sign up for Verified Organizations here: https://t.co/uFOsfTiR2A
mathstodon.xyz/@nanje... @Captain_Joannah
2K Followers 178 Following Python core developer, former director of @thepsf I know something about software and aeronautical engineering, passionate aviator, show me the code
Google Open Source @GoogleOSS
75K Followers 136 Following Announcing new open source releases, exploring projects, sharing how we approach FOSS, and supporting communities around the world.
Soumi Bardhan @MsBardhan
290 Followers 476 Following https://t.co/u0PPXdjqm1 Ex-DSC Lead @dsciiitkalyani GSoD @SymPy @chatieIO vGHC'21 scholar Regional winner @opencv AI competition 2021
Almog Yalinewich @yalinewich
924 Followers 671 Following Data scientist at @v_function. Formerly an astrophysicist at @CITA_ICAT. I do math for fun and profit
Rohit Goswami @rg0swami
355 Followers 3K Following Doctoral Researcher @ UI. Software Engineer, @quansightai Labs. FOSS. ex-Senior Project Associate @ IITK. Code, coffee, academia, @[email protected]
Faisal Riyaz @friyaz_a
79 Followers 737 Following Software Engineer @Deliveroo. CS 21 @AMUofficialPRO.
The EinsteinPy Projec... @EinsteinPy
229 Followers 61 Following EinsteinPy is an open source project designed to make gravitational physics look like 10 lines of Python code.
Milan Jolly @MilanJolly
16 Followers 57 Following
NumPy @numpy_team
37K Followers 11 Following Official account of NumPy. Announcements only. For questions and comments, please use the mailing list [email protected].