Python
python, see below for links
programming language
Backlinks¶
- Maya Python
- notes on Python in Autodesk Maya
- Python snippet
- often used for sample Python code
- unpythonic
- Maya quick launcher
- PySide6
- pythonic
- Staying in line with PEP-8 is considered to be pythonic behaviour.
It’s the opposite of unpythonic.
- Staying in line with PEP-8 is considered to be pythonic behaviour.
- pth
.pth
files are processed by Python’s std-lib sitepackages
- Blender pip addon
- Github Copilot
- venv (Python)
- datafix
- A validation Python API, aiming to address the limitations of Pyblish in a gamedev pipeline
- virtual environment
- a venv in Python
- Python package
- A collection of Python modules.
- Python env management
- Blender doesn’t support editable Python packages
- site packages
site-packages
is the target directory of manually built Python packages. When you build and install Python packages from source (using distutils, probably by executingpython setup.py install
), you will find the installed modules insite-packages
by default
- python-perforce
- PyFlow
- a node editor for Python and Qt using QtPy
- Maya plugin template
- pure Python
- Blender node tools
- Node tools are an accessible way to expand Blender and customize tools or addons without requiring Python. Similar to Unreal Blueprints but atm more limited.
- loading bar in unreal
- Python config loader utils-
- REPL
- REPL is an acronym for Read, Evaluate, Print, and Loop. Developers use REPL Python to communicate with the Python Interpreter. In contrast to running a Python file, you can input commands in the REPL and see the results displayed immediately.
- args and kwargs
- speech to text - Python
- Unreal Python script editor
- Python pip
- Used for package management in Python, to install packages from Python Package Index
- AWS Elastic Beanstalk
- AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services
Apache, Nginx, Passenger, and Internet Information Services (IIS).
You can simply upload your code, and AWS Elastic Beanstalk automatically handles the deployment,
from capacity provisioning, load balancing, and auto scaling to application health monitoring. At the
same time, you retain full control over the AWS resources powering your application and can access the
underlying resources at any time.
- AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services
- Nodedge
- a node editor for Python, similar to PyFlow
- Perforce Python workspace-client
- find the active Perforce workspace (=client) in Python with python-perforce
- Pyodide
- Pyodide lets you run any pure Python package in the browser.
- Python new
- Problem:
- Python dataclasses
- Python message box-
- Create a simple message dialogue in Python without Qt or dcc code
- Python remote debug Pycharm
- Qt color space
- README
- Unreal console
- you can change the dropdown to Cmd or Python
- init_subclass
- In Python 3.6 classes now have a init method
- deserialize config to python object
- devs dislike Python
- Python is often seen as not a real coding language, because it’s not strictly typed.
- edit blueprints with Python
- enable Blender addon with Python
- To enable a Blender add-on with Python, use
- env var expansion
- ini config
- in Python you can make an ini config with configparser
- nodebox
- a open source node editor written in Java
- ptpython
- pyforce
- qtpy dark themes
- web-streamdeck