Learn Python Inside Maya
Focused View
29:21:36
62 View
01. Introduction Who Am I What Will We learn.mp4
05:06
02. IDEs and Software.mp4
10:12
03. A Brief History of Python.mp4
08:49
04. Flavors of Python.mp4
06:59
05. Python Resources.mp4
04:13
06. Script Editor Tour.mp4
10:04
07. Type What I Type.mp4
00:54
08. Print Statements Commenting And Variables.mp4
20:53
09. Strings Part 1.mp4
08:05
10. Variables Under The Hood.mp4
05:44
11. String Indexing.mp4
06:01
12. Importing Modules.mp4
09:57
13. Importing maya.cmds.mp4
10:29
14. Auto Complete in the Script Editor.mp4
02:02
15. The Move Command .mp4
09:09
16. Capturing the Results of the Move Command.mp4
12:21
17. Using Return Results.mp4
10:35
18. The getAttr Command.mp4
07:28
19. The xform Command.mp4
10:40
20. Week 1 Homework Assignment.mp4
02:48
21. Week 1 Homework Review.mp4
26:46
01. Week 2 Introduction.mp4
00:54
02. Comparison Operators.mp4
05:33
03. and or not in.mp4
13:09
04. if-then-else and Expressions vs. Statements.mp4
12:16
05. Strings Part 2.mp4
12:08
06. Lists Part 2.mp4
14:28
07. Dictionaries.mp4
13:06
08. Tuples Tuples vs. Lists Mutable vs. Immutable.mp4
09:29
09. for Loops.mp4
19:17
10. The range Command.mp4
05:16
11. mel2py Python Learning Helper Tool.mp4
07:39
12. The see Module.mp4
04:27
13. Week 2 Homework Assignment.mp4
03:41
01. Week 2 Homework Review.mp4
11:32
02. Functions.mp4
06:25
03. Doc Strings.mp4
04:14
04. Function Arguments.mp4
11:32
05. args and kwargs.mp4
15:36
06. PYTHONPATH.mp4
11:17
07. Your First Module.mp4
15:13
08. Running Your First Module myModule.py.mp4
11:46
09. Closures.mp4
07:47
10. The Concept of Scope .mp4
04:49
11. Scope Example.mp4
12:09
12. Scope Globals.mp4
04:46
13. String Formatting Expressions.mp4
16:45
14. String Formatting With The .format Method.mp4
20:43
15. Week 3 Homework Assignment.mp4
05:04
01. Homework Review Week 3.mp4
17:56
02. Sets .mp4
10:36
03. Iterators Part 1 What Are Iterators.mp4
14:49
04. Iterators Part 2 Python 2.7x vs 3.x range Function.mp4
04:35
05. Iterators Part 3 Python 2.7x vs 3.x zip Function.mp4
03:40
06. Iterators and Dictionaries.mp4
07:37
07. The with Statement.mp4
07:58
08. List Comprehensions.mp4
05:36
09. Nested List Comprehensions.mp4
06:56
10. Generators Part 1.mp4
07:54
11. Generators Part 2.mp4
13:23
12. memory profiler and Installing Anaconda.mp4
08:53
13. Using memory profiler and memory usage.mp4
16:35
14. The logging Module.mp4
17:33
15. Using the Logging Module In Your Modules.mp4
13:15
16. Week 4 Homework Assignment .mp4
05:11
01. Homework Review Week 4 Part 1.mp4
21:48
02. Homework Review Week 4 Part 2.mp4
05:28
03. Homework Using collections.Counter .mp4
05:40
04. Homework Review Week 4 Making Geometry With Results.mp4
09:15
05. Intro to Objects Part 1.mp4
12:25
06. Intro to Objects Part 2 Example.mp4
06:25
07. The init Function.mp4
15:55
08. Using An Underscore to Hide Stuff.mp4
03:51
09. Inheritance.mp4
10:57
10. class Working Example Inheritance.mp4
06:11
11. class Working Example Quadruped Tree.mp4
13:55
12. class Working Example Multiple Inits.mp4
09:37
13. Polymorphism Concept.mp4
09:18
14. Polymorphism Examples.mp4
05:27
15. Duck Typing.mp4
05:28
16. Exceptions Part 1.mp4
10:57
17. Exceptions Making Your Own.mp4
16:11
18. class Working Example Raising An Exception.mp4
06:09
19. Week 5 Homework Assignment.mp4
04:09
01. Week 5 Homework Review.mp4
14:16
02. Class Variables vs Instance Variables.mp4
09:37
03. Decorators Part 1.mp4
11:01
04. Decorators Practical Example.mp4
12:52
05. Partial Functions Part 1.mp4
11:43
06. What is Qt PyQt PySide etc..mp4
10:28
07. Intro to Qt Designer.mp4
09:37
08. Naming Widgets .mp4
11:59
09. A Barebones UI In Maya.mp4
14:47
10. maya.cmds loadUI.mp4
04:43
11. Loading .ui Differences Pyside.mp4
13:59
12. Checking Class of Incoming .ui.mp4
06:46
13. pyside dynamic.py.mp4
09:04
14. Compiling A .ui File With pysideuic.mp4
05:56
15. Cleaning Up pysideuic Results.mp4
18:09
16. PySide Docs And Connecting A Click Event.mp4
10:23
17. Connecting QWidgets to Executable Code.mp4
12:14
18. Making A QCheckbox Disable a QLineEdit.mp4
08:31
19. Generating Geometry QPushButton Events.mp4
10:28
20. QSlider Controlling Geometry Scale.mp4
15:46
21. Adding Text to a QTextEdit Field.mp4
06:07
22. Connecting Events in A Loaded .ui .mp4
08:06
23. Week 6 Homework Assignment.mp4
06:42
01. Week 6 Homework Review Part 1.mp4
27:45
02. Week 6 Homework Review Part 2.mp4
10:17
03. Week 6 Homework Review Part 3.mp4
19:22
04. Final Project Overview.mp4
05:33
05. The pickle Module.mp4
05:06
06. The json Module.mp4
04:45
07. What is PyMEL.mp4
03:44
08. PyMEL vs maya.cmds.mp4
18:49
09. PyMEL PyNodes.mp4
07:42
10. Inspecting Curves with PyMEL.mp4
17:57
11. Recreating A Curve From Data.mp4
12:43
12. Starting Your API.mp4
15:05
13. Writing an API Part 1 Getting Started.mp4
12:45
14. Writing an API Part 2 Appending To The pickle.mp4
08:19
15. Writing an API Part 3 Creating Curve From Data.mp4
13:49
16. Creating The Controllers Library UI in Qt Designer.mp4
12:20
17. Updating QListWidget .mp4
12:00
18. Double-Clicking QListWidgetItem.mp4
09:25
19. QSlider Scale Controls.mp4
20:21
20. Manual Scale Value Updating QSlider.mp4
17:01
21. QLineEdit Naming and Saving New Controls.mp4
16:14
01. Color Mapping for NURBs Curves.mp4
12:50
02. Coloring Curves With The API.mp4
06:55
03. Making A 4x8 Grid of QPushButtons Part 1.mp4
12:18
04. Making A 4x8 Grid of QPushButtons Part 2.mp4
16:54
05. Making A 4x8 Grid of QPushButtons Part 3.mp4
17:20
06. Making A 4x8 Grid of QPushButtons Part 4.mp4
12:41
07. How To Do A Screen Capture in Maya.mp4
07:04
08. Adding A Screen Capture Function to the API.mp4
12:53
09. Adding A QLabel and QPixmap to the API with Click Updating.mp4
24:34
10. The Plan to Use an External Script to Process Our Icon Images.mp4
03:52
11. Reinstalling Anaconda.mp4
06:09
12. Installing Python Image LibraryPIL in Anaconda.mp4
06:09
13. Writing A Script with PIL to Crop Icon Images Part 1.mp4
19:12
14. Writing A Script with PIL to Crop Icon Images Part 2.mp4
07:38
15. The argparse Module.mp4
23:29
16. Adding argparse To The iconConvert.py Script.mp4
08:16
17. Running The subprocess Module in Maya.mp4
14:23
18. Making Icons For Curves in The UI.mp4
14:16
01. PySide Follow-up Part 1 A Single UI.mp4
07:30
02. Cool PySide The Helios Project.mp4
07:31
03. maya.standalone.mp4
10:20
04. The path Module.mp4
24:50
05. Intro to Regular Expressions.mp4
26:41
06. The re Module.mp4
15:33
07. Testing re.finditer on a Text File.mp4
10:05
08. PySide Follow-up Part 2 QRegExprValidator.mp4
11:34
09. Cygwin.mp4
05:34
10. grep.mp4
05:25
11. stdin stdout and stderr.mp4
17:48
12. The subprocess Module Part 1.mp4
27:15
13. The subprocess Module Part 2.mp4
32:16
14. What Can I Learn Next.mp4
06:16
More details
User Reviews
Rating
average 0
Focused display

CGCircuit
View courses CGCircuitCGCircuit is the only platform for Houdini and technical art tutorials that truly help understand real production from the real industry experts.
- language english
- Training sessions 160
- duration 29:21:36
- Release Date 2023/12/06