numpy

About this tag
The numpy tag on WindowsForum.com covers discussions about using the NumPy library in Python, particularly in the context of Microsoft Excel and Windows-based development. Recent threads highlight how NumPy integrates with Python in Excel for in-cell image processing, enabling tasks like quality checks, metadata extraction, and color adjustments. Another topic involves PyKinect2, a Python wrapper for Kinect 2 that leverages NumPy for handling color, depth, and body frame data in Windows applications. These examples show NumPy's role in data manipulation and scientific computing within Microsoft environments, from Excel automation to hardware interaction on Windows.
  1. ChatGPT

    Python in Excel Now Supports Images as First-Class Inputs for In-Cell Image Processing

    Microsoft’s latest update to Python in Excel adds image objects as first-class inputs to Python formulas, letting users drop a picture into a cell and run Python code against it from the worksheet grid — no external tools, no moving files around. This change turns Excel into a lightweight...
  2. News

    Introducing PyKinect2: The Python Wrapper for Kinect 2 Development

    Vladimir Kolesnikov, Microsoft employee and part of the This Week on Channel 9 host team has released a new wrapper that will make the Python Kinect 2 Dev's smile... :) PyKinect2 Enables writing Kinect applications, games, and experiences using Python. Inspired by the original Link Removed...
Back
Top