Tutorial by Topics: python

PLY is a pure-Python implementation of the popular compiler construction tools lex and yacc. Additional links: Official docs Github
This tutorial will guide through the steps to create a simple custom layer for Caffe using python. By the end of it, there are some examples of custom layers. Usually you would create a custom layer to implement a functionality that isn't available in Caffe, tuning it for your requirements. Creatin...
IPython (and the Jupyter Notebook) defines a special meaning for the underscore. It always contains the the most recent output. This comes in useful when processing data in multiple steps. This is demonstrated in the example above. To clean up the text, it is run through a few regular express...
ChemPy is a python package designed mainly to solve and address problems in physical, analytical and inorganic Chemistry. It is a free, open-source Python toolkit for chemistry, chemical engineering, and materials science applications.
Building and especially training a model may be easiest done in Python so how to you load and use the trained model in Java? The model can accept any number of inputs, so change the NUM_PREDICTIONS if you want to run more predictions than one. Realize that the Java is using JNI to call into th...
NUI : A natural user interface (NUI) is a system for human-computer interaction that the user operates through intuitive actions related to natural, everyday human behavior. Kivy is a Python library for development of multi-touch enabled media rich applications which can be installed on different d...
The documentation provides a sample implementation of the inter-process communication between C# and Python scripts. Note that in the example above data is serialized using MongoDB.Bson library that can be installed via NuGet manager. Otherwise, you can use any JSON serialization library of y...
It sometimes happens that two languages put different meanings on the same or similar syntax expression. When the both languages are of interest for a programmer, clarifying these bifurcation points helps to better understand the both languages in their basics and subtleties.
6 Practical Encryption Techniques in Python You Should Learn Welcome to the fascinating world of data security! In today’s digital age, everyone wants to protect their sensitive information and make communication confidential. Here is when encryption comes to the rescue. In this article, we’ll explo...

Page 4 of 4