Difference between revisions of "Category:Scripting"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
(New page: There are many to use python in Avogadro. This page gives an overview = Getting started = Python_Terminal Python_Molecule = Advanced = == Writing Plugins == == Standalone ==)
 
Line 3: Line 3:
 
= Getting started =
 
= Getting started =
  
[[Python_Terminal]]
+
* [[Python_Terminal|Python Terminal]]: How to use the python terminal. If you are a beginner, start here.
[[Python_Molecule]]
+
* [[Python_Molecule|Molecule class]]: How to create molecules, iterate over atoms, ids & indexes, ...
 +
 
 +
= Intermediate =
 +
 
 +
* [[Python_PyQt4|PyQt4 integration]]: Explains how Avogadro integrates with PyQt4. While it is rather technical, it is highly recommended to read this page. It also explains how to work with signals and slots.
  
 
= Advanced =
 
= Advanced =

Revision as of 17:34, 14 February 2009

There are many to use python in Avogadro. This page gives an overview

Getting started

  • Python Terminal: How to use the python terminal. If you are a beginner, start here.
  • Molecule class: How to create molecules, iterate over atoms, ids & indexes, ...

Intermediate

  • PyQt4 integration: Explains how Avogadro integrates with PyQt4. While it is rather technical, it is highly recommended to read this page. It also explains how to work with signals and slots.

Advanced

Writing Plugins

Standalone

Pages in category "Scripting"

The following 4 pages are in this category, out of 4 total.