broot
The ROOT data analysis framework is used much in High Energy Physics (HEP) and has its own output format (.root). ROOT can be easily interfaced with software written in C++. For software tools in Python there exists pyROOT. Unfortunately, pyROOT does not work well with python3.4. broot is a small library that converts data in python numpy ndarrays to ROOT files containing trees with a branch for each array. The goal of this library is to provide a generic way of writing python numpy datastructures to ROOT files. The library should be portable and supports both python2, python3, ROOT v5 and ROOT v6 (requiring no modifications on the ROOT part, just the default installation). Installation of the library should only require a user to compile to library once or install it as a python package.
Learn more
XLMiner
XLMiner® Platform is now named Analytic Solver® Data Mining. It's our easy-to-use, highest-capacity tool for data visualization, forecasting and data mining in Excel. It enables you to explore, visualize and transform your data in Excel, apply both classical statistics and modern data mining methods such as classification and regression trees and neural networks, and easily apply the most popular time series methods for forecasting. It can sample data from virtually any database, including Microsoft's Power Pivot in-memory database handling 100 million rows or more, clean and transform your data, and partition data into training, validation, and test datasets. Its performance and capacity rivals that of "enterprise" data mining software costing ten times its price. Besides the latest enhancements to XLMiner Platform's features and performance, you get more with Analytic Solver Data Mining, including free access to our cloud version, and free use of our optimization, simulation, etc.
Learn more
DHTMLX
DHTMLX is a JavaScript UI library that provides a set of highly customizable and flexible components for building modern and responsive web applications. The library includes more than 30 UI components, such as Gantt, Scheduler, Kanban, diagrams, charts, grids, spreadsheets, calendars, trees, forms, and more.
DHTMLX helps to advance web development and build feature-rich data-intensive applications of any complexity.
One of the key advantages of DHTMLX is its compatibility with different web frameworks, including React, Angular, and Vue.js, which makes it a great choice for developers who are already working with these frameworks.
DHTMLX is also designed with performance in mind. Its components are optimized for fast rendering.
A comprehensive and rich API provides a straightforward way to manipulate JavaScript/HTML5 UI widgets. The library has detailed API documentation, tutorials, and examples that help developers quickly get up to speed and start building their apps.
Learn more
python-sql
python-sql is a library to write SQL queries in a pythonic way. Simple selects, select with where condition. Select with join or select with multiple joins. Select with group_by and select with output name. Select with order_by, or select with sub-select. Select on other schema and insert query with default values. Insert query with values, and insert query with query. Update query with values. Update query with where condition. Update query with from the list. Delete query with where condition, and delete query with sub-query. Provides limit style, qmark style, and numeric style.
Learn more