Getting Started with the RDKit in Python — The RDKit 2026.03.2 documentation
Beginning with the 2019.03 release, the RDKit is no longer supporting Python 2. If you need to continue using Python 2, please stick with a release from the 2018.09 release cycle. This document is intended to provide an overview of how one can use the RDKit functionality from Python. It’s not comprehensive and it’s not a manual. If you find mistakes, or have suggestions for improvements, please either fix them yourselves in the source document (the .rst file) or send them to the mailing list: rdkit-devel@lists.sourceforge.net In particular, if you find yourself spending time working out how to do something that doesn’t appear to be documented please contribute by writing it up for this document. Contributing to the documentation is a great service both to the RDKit community and to your future self. The majority of the basic molecular functionality is found in module rdkit.Chem: Individual molecules can be constructed using a variety of approaches: All of these functions return a rdkit
Important note¶ Beginning with the 2019.03 release, the RDKit is no longer supporting Python 2. If you need to continue using Python 2, please stick with a release from the 2018.09 release cycle. What is this?¶ This document is intended to provide an overview of how one can use the RDKit functionality from Python. It’s not comprehensive and it’s not a manual. If you find mistakes, or have suggestions for improvements, please either fix them yourselves in the source document (the .rst file) or send them to the mailing list: rdkit-devel@lists.sourceforge.net In particular, if you find…
saved by
related reading
- Practical Cheminformatics Index - Practical Cheminformaticspatwalters.github.io
- Which RDKit fingerprint corresponds to the ECFP4 fingerprint - Stack Overflowstackoverflow.com
- OpenBio - Cursor for Biology | AI-Powered Research Platformopenbio.tech
- Daylight Theory: SMARTS - A Language for Describing Molecular Patternsdaylight.com
- ROSALIND | Problems | Locationsrosalind.info
- Claude Science (beta) | Claude by Anthropicclaude.com
- RCSB PDB: Homepagercsb.org
- PDB101: Learn: Guide to Understanding PDB Data: Introductionpdb101.rcsb.org
- reStructuredText - Wikipediaen.wikipedia.org
- styleguide | Style guides for Google-originated open-source projectsgoogle.github.io
- zjunlp/Mol-Instructions · Datasets at Hugging Facehuggingface.co
- GitHub - Kohulan/DECIMER-Image_Transformer: DECIMER Image Transformer is a deep-learning-based tool designed for automated recognition of chemical structure images. Leveraging transformer architectures, the model converts chemical images into SMILES strings, enabling the digitization of chemical data from scanned documents, literature, and patents.github.com