This post is an ongoing collection of useful information flowing through 
the forum.


   - Maya Python Refs
      - Official Python Command Reference 
      
<http://download.autodesk.com/global/docs/maya2014/en_us/CommandsPython/index.html>
      (2014)
      - Maya Python API 
2.0<http://docs.autodesk.com/MAYAUL/2014/ENU/Maya-API-Documentation/python-api/index.html>
      
      - MEL Refs
      - Official MEL Command 
Reference<http://download.autodesk.com/global/docs/maya2014/en_us/Commands/index.html>(2014)
      - mel wiki <http://mayamel.tiddlyspot.com/> – Categorized mel/python 
      examples
      
      - API Refs
      - Maya API 
Guide<http://docs.autodesk.com/MAYAUL/2014/ENU/Maya-API-Documentation/index.html>(2014)
      
      - General Python Refs
      - Useful Modules
         - os <http://docs.python.org/2/library/os.html> - Operating system 
         interfaces
         - subprocess <http://docs.python.org/2/library/subprocess.html> - 
         Spawn processes, communicate, and control them
         - 
functools.partial<http://docs.python.org/2/library/functools.html#functools.partial>
 - 
         Wrap an existing function with pre-baked arguments. Essential for Maya 
         python command and Qt callbacks 
         - itertools <http://docs.python.org/2/library/itertools.html> - 
         Fantastic tools for efficient loops and grouping
         - csv <http://docs.python.org/2/library/csv.html> - Read/Write 
         comma-separated value formats (or tabs, spaces, ...)
         - pickle / cPickle <http://docs.python.org/2/library/pickle.html> - 
         Save / Load python data structures persistently 
         
         - Training
      - Introduction to the Maya 
API<http://www.cgcircuit.com/lessondetailcomplete.php?val=592>
      - Python Introduction Vol. 1 – 
Maya<http://cmivfx.com/store/320-Python+Introduction+Vol+01+-+Maya>
      - Python for Maya Vol. 
2<http://cmivfx.com/store/328-Python+For+Maya+Vol+02>
      - PyQt4 UI Development For 
Maya<http://cmivfx.com/store/498-PyQt4+UI+Development+for+Maya>
      
      - Qt / PyQt / PySide
      - Qt Class Reference <http://qt-project.org/doc/qt-4.8/classes.html>
      - Mixing PyQt4 widgets and Maya UI 
objects<http://www.justinfx.com/2011/11/20/mixing-pyqt4-widgets-and-maya-ui-objects/>
   

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/dffcb25f-403a-434e-8be7-0b1848bc59ed%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to