Category Archives: Python

Python

Blender 3D – python script to create ovoid using the math formula for ovoid.

This Python script for Blender 3D creates an ovoid model using the math formula for ovoid:

Python management of packages and errors …

The python language was mainly developed to emphasis on code readability. That’s why I think that it should not be affected by such errors, but they are easily fixed

Blender 3D – render around an object 360 degrees with python script.

You can render around an object 360 degrees with python script. Open your scene and add some lights, and a Susanne object on the origin point – this will be rendered by the camera. You need to have these names for the objects because are used by the script: Camera and Suzanne. If you want… Read More »

C# – First steps with C# and .NET – part 011 .

Today I will show you how can use Dynamic Language Runtime with IronPython. The dynamic language runtime (DLR) is a runtime environment that adds a set of services for dynamic languages to the common language runtime (CLR). The DLR makes it easier to develop dynamic languages to run on the .NET Framework and to add… Read More »

New Colab from Google .

Collaboratory, or “Colab” for short, is a product from Google Research. Colab allows anybody to write and execute arbitrary python code through the browser and is especially well suited to machine learning, data analysis, and education. More technically, Colab is a hosted Jupyter notebook service that requires no setup to use, while providing free access… Read More »

About TensorFlow Lite.

TensorFlow Lite is an open-source deep learning framework for on-device inference working on Android, iOS, and Windows. This framework comes with a collection of the TensorFlow Lite applications. The TensorFlow Lite can run on CPU, GPU, or via NNAPI. TensorFlow has APIs available in several languages like Python, JavaScript, C++, Java, Go, Swift. TensorFlow Lite… Read More »