Best python-docx Alternatives in 2024

Find the top alternatives to python-docx currently available. Compare ratings, reviews, pricing, and features of python-docx alternatives in 2024. Slashdot lists the best python-docx alternatives on the market that offer competing products that are similar to python-docx. Sort through python-docx alternatives below to make the best choice for your needs

  • 1
    zope.interface Reviews

    zope.interface

    Python Software Foundation

    Free
    This package can be used in any Python project independently. It is maintained by Zope Toolkit. This package implements Python's "object interfaces". Interfaces allow objects to be labeled as conforming to a contract or API. This package can be considered an implementation of Python's Design By Contract support. Interfaces are objects that document the external behavior of objects "provided" by them. An interface describes behavior through informal documentation, such as doc strings, attribute definitions and invariants. These are conditions that must be met for objects to provide the interface. Attribute definitions specify specific attributes. They provide documentation and constraints for attribute values. There are many ways to define attributes.
  • 2
    parsel Reviews

    parsel

    Python Software Foundation

    Free
    Parsel is a BSD licensed Python library that extracts and removes data from HTML and XML. It uses XPath, CSS selectors and regular expressions. Make a selector object to parse the HTML or XML text. Next, use CSS or XPath expressions for selecting elements. CSS is a language that allows you to apply styles to HTML documents. It defines selectors that allow you to associate styles with specific HTML elements. XPath, which can be used with HTML, is a language that allows you to select nodes from XML documents. You can choose to use CSS or XPath. While CSS is more readable than XPath, some things cannot be done with XPath. Parsel selectors are built on top of lxml and support certain EXSLT extensions. They also come with pre-registered namesspaces for use in XPath statements. Parsel selectors let you chain selectors. This means that you can select by class using CSS, and then switch to XPath if necessary.
  • 3
    ggplot2 Reviews
    ggplot2 allows you to create declarative graphics using The Grammar of Graphics. You provide the data and tell ggplot2 what graphical primitives you want to use. ggplot2 has been around for over 10 years and is used by thousands to create millions of plots. This means that ggplot2 itself is relatively stable. If we do make any changes, it will be to add functions or arguments to existing functions rather than to change the behavior of existing ones. If we do make changes to existing behavior, we will do so for compelling reasons. It is better to start with a systematic introduction to ggplot2 than to read individual documentation pages.
  • 4
    broot Reviews
    The ROOT data analysis framework can be used extensively in High Energy Physics (HEP). It also has its own output format (.root). ROOT can be interfaced with C++ software. pyROOT is a Python software tool. Unfortunately, pyROOT is not compatible with python3.4. broot is a small library which converts data from python numpy to ROOT files. These ROOT files contain trees with a branch each array. This library provides a generic way to convert python numpy datastructures into ROOT files. The library should be portable, and it should support python2, ROOT v5 or ROOT v6 (no modifications to the ROOT part required). The library should be easy to install. Users will only need to compile the library once.
  • 5
    pyglet Reviews
    The Python multi-platform windowing and multimedia library. pyglet, a powerful and easy-to-use Python library, allows you to create games and other visually rich applications on Windows, Mac OS X and Linux. It supports windowing, user event handling, Joysticks and OpenGL graphics. It also supports loading images and videos. This is all done with a friendly Pythonic API that's easy to use and doesn't get in the way. pyglet is available under the BSD open source license. This allows you to use it for commercial and open-source projects without restriction. No external dependencies or installation requirements. pyglet doesn't require any additional Python to meet most application or game requirements. This simplifies distribution and installation. This makes it easy for you to package your project using freezers like PyInstaller. pyglet offers real platform native windows that allow you to use multiple windows and multi-monitor desktops.
  • 6
    imageio Reviews
    Imageio is an image library written in Python that allows you to easily read and write a variety of image data including animated images, volumetrics data, and scientific formats. It runs on Python 3.5+ and is cross-platform. Imageio is written entirely in Python, making it easy to install. Imageio is compatible with Python 3.5+. It works with Pypy. Imageio is dependent on Numpy, Pillow. For some formats, imageio needs additional libraries/executables (e.g. Imageio can help you download/install ffmpeg. You need to know where to look for the causes of problems if something doesn't work. This overview will help you understand how things work and where they might go wrong.
  • 7
    waiting Reviews

    waiting

    Python Software Foundation

    Free
    Waiting is a small library that waits for things to happen. It simply waits for a function in various modes to return True. Flux can be used to simulate timelines. Waiting is compatible. When you have a function that you need to wait for, waiting is the most basic use. It is easy to wait forever. If your predicate returns value, it will be returned by wait(). You can also specify a timeout parameter. An exception is made if the timeout expires and the predicate has not been fulfilled. The predicate is polled at a specified interval (default 1 second). You can change the interval with the sleep_seconds argument. Waiting provides two simple options to aggregate multiple predicates. They are similar to Python's built in any() and all() but don't call predicates once they have been satisfied. This is useful for predicates that are slow or inefficient.
  • 8
    TRichView Reviews

    TRichView

    TRichView

    €310 one-time payment
    TRichView is a set of native Delphi/C++Builder/FireMonkey/Lazarus (Free Pascal), LCL components that allows you to display, edit, and print complex rich text documents. TRichView is used to create advanced text editors, web/help/book authoring apps, chats and messages, organizers, diaries, multimedia books, multimedia encyclopedias, and any other applications that require a high-quality richtext editor or hypertext user interface. Supported FireMonkey platforms, Windows, 64-bit macOS. The components support various character attributes (fonts, subscripts/superscripts, colored text background, custom drawn). Documents can contain pictures, tables, images from image list, footnotes, endnotes, as well as any Delphi controls. Center, left, right, center, justify paragraph alignment, custom margins, indents, images from image lists, footnotes and endnotes, background images and data-aware versions.
  • 9
    Pylons Reviews

    Pylons

    Python Software Foundation

    Free
    1 Rating
    The Pylons web framework was designed to make it easy and quick to build web applications and websites. They can be as simple as one Python module or as complex as a directory layout for larger, more complex web applications. Pylons includes project templates to help you set up a new web app project. Or, you can create your own and customize it as you wish. This framework makes it easy to write Python web applications. It is simple to expand on the minimalist, component-based philosophy. Use existing Python knowledge. Extensible application design. High performance, fast and efficient with a very small per-request stack. Uses well-tested Python packages. The Pylons 1.0 series is stable, production-ready, but in maintenance-only mode. The Pylons Project maintains the Pyramid web framework to support future development. Pylons 1.0 users are strongly encouraged to use Pyramid for their next project.
  • 10
    openpyxl Reviews
    Openpyxl is an open-source Python library that can read/write Excel 2010 files xlsx/xlsm/xltx/xltm. It was created because there wasn't an existing library that could natively read/write Python in the Office Open XML format. Openpyxl was originally built on PHPExcel. All credit to the PHPExcel team. Openpyxl doesn't guard against quadratic blowup attacks or billion laughs XML attacks by default. Defusedxml can be installed to protect against these attacks. Install openpyxl with pip This should be done in a Python virtualenv with no system packages. Sometimes, you may want to work with a particular version's checkout. This could be true if bugs have been fixed, but no release has been made. To get started with openpyxl, you don't need to create a file in the filesystem. Simply import the Workbook class to get started. When a sheet is created, it automatically gives it a name. You can give a worksheet a name to make it a key in the workbook.
  • 11
    WTForms Reviews
    WTForms allows you to easily validate and render forms for Python web development. It works with any web framework or template engine. It supports data validation, CSRF Protection, Internationalization (I18N), among other features. There are many community libraries that allow for closer integration with popular frameworks. WTForms strives to make APIs as easy as possible. WTForms can be used by a variety of libraries. However, if a library is not listed it doesn't necessarily mean it won't work. Any ORM or object-DB should be able to work as long as they allow access to members via data objects. WTForms uses unicode string throughout the source code. It assumes that input to forms has been forced to unicode by your framework. WTForms fields default to unicode strings. As long as your templating engine is capable of handling that, you should not have unicode issues.
  • 12
    zdaemon Reviews

    zdaemon

    Python Software Foundation

    Free
    zdaemon, a Unix (Unix Linux, Mac OS X, Mac OS X), Python program, wraps commands to make them behave like proper daemons. zdaemon offers a script, zdaemon that can be used to execute other programs as POSIX(Unix) daemons. It is only compatible with POSIX systems. Using zdaemon means that you need to specify a number options. These options can be given as either a configuration file or as command-line options. It can also accept commands that tell it what to do. Start a process by creating a daemon. Stop a daemon process. Stop and then start a program. Check if the program is still running. Send a signal for the daemon process. The transcript log can be reopened. You can give commands on a command-line or by using an interactive interpreter. The program command can include a program name and options. However, the command-line parsing can be quite primitive.
  • 13
    IPy Reviews
    The IP class allows for easy parsing and handling of most notations used for IPv4 or IPv6 addresses and network. Although it was inspired by RIPE’s Perl module NET.IP's interface, it doesn't share its implementation. It doesn't share non CIDR netmasks so it can't do crazy stuff like a netmask 0xffffff0f. It can recognize about a dozen ways to express IP addresses and networks, and parse them to distinguish between IPv4 addresses and IPv6 addresses. Nearly all class methods that return a string include an optional parameter called "wantprefixlen", which controls whether the prefixlen and netmask are printed. If the network has more than one address, the prefilen will always be shown. You can also alter the defaults per-object by manipulating the class members.
  • 14
    statsmodels Reviews
    statsmodels is an Python module that provides classes, functions, and methods for the estimation of various statistical models. It also allows for statistical data exploration and statistical tests. Each estimator has a comprehensive list of available result statistics. To ensure accuracy, the results are compared to existing statistical packages. The package is available under the Modified BSD (3 clause) license. statsmodels allows you to specify models using R-style formulas or pandas DataFrames. To see the available results, take a look at dir (results). Results describe attributes. __doc__, results methods have their own documentation strings. Numpy arrays can be used in place of formulas. Installing statsmodels as part of the Anaconda distribution is the easiest way to do so. This cross-platform distribution allows for data analysis and scientific computing. This is the preferred method of installation for most users.
  • 15
    FormValidation Reviews

    FormValidation

    FormValidation

    $50 one-time payment
    The library has been completely rewritten in Typescript/ES6 since v1.0.0. The old and massive jQuery plugin is gone. The library's core is now very small thanks to the plugin-based architecture. Everything else is built around a plugin. Every file in the dist/css or dist/js folders contains two versions: the original code in.css or.js files and the minified code within the.min.css or.min.js. files. You should use the.min.css and.min.js files on your production website to speed up page loading times and improve the user experience. To debug the code faster, you can use the normal files in development mode.
  • 16
    Leaflet Reviews
    Leaflet is the most popular open-source JavaScript library to create mobile-friendly interactive maps. It is only 42KB in size and has all the mapping features that most developers need. Leaflet was designed to be simple, fast, and easy to use. It is compatible with all major mobile and desktop platforms. It can be extended with many plugins. It has a beautiful, well-documented API that is easy to use and readable source code that makes it easy to contribute. Leaflet isn't trying to be everything to everyone. Leaflet focuses on the essentials and makes them work perfectly. Mobile apps feel as smooth as native apps thanks to hardware acceleration. CSS3 features are used to make zooming and panning very easy. It's very fast thanks to smart polyline/polygon rendering that includes dynamic clipping and simplifying. Modular build system allows you to leave out features that you don't use. Mobile tap delay elimination
  • 17
    BuildVu Reviews

    BuildVu

    IDR Solutions

    $350 per month
    BuildVu allows you to convert PDF to HTML5/SVG. BuildVu is a true PDF to HTML5/SVG conversion. It does not display images or decode PDFs in the browser. Instead, it parses the PDF file, generates static HTML5/SVG copies of the PDF pages, and requires no JavaScript. We are proud of the quality of our conversions. People who have tried BuildVu tell us that it produces the most accurate conversions at the smallest file size. It even works with files that other converters fail to convert. Did you find a file that didn't convert as well? Our engineers are eager to help you with any problems. You will receive a new release approximately every 6 weeks, as well as daily prerelease builds. We don't try to tie you down forever. You can license BuildVu for a flat annual fee. You can keep the converted documents and they will continue to work even after you cancel your license.
  • 18
    FormVu Reviews

    FormVu

    IDR Solutions

    $1,800 per month
    FormVu offers HTML/JavaScript/CSS content on Chrome, Edge, Firefox and Safari on Linux/MacOS/Windows, as well as mobile/tablet devices with Android or iOS. The correct layout, formatting and styles will be displayed in the browser as the PDF forms appeared in Acrobat. Converted embedded fonts are available. FormVu supports both AcroForms as well as XFA Forms. All forms are converted to HTML5/CSS or JavaScript, preserving the style and layout. JavaScript is converted to run within the browser, keeping the validation and calculations. XFA FormCalc can also be supported. FormVu is an easy-to use converter. It doesn't require any infrastructure or dedicated server and can generate clean, standalone HTML content. FormVu can be integrated into existing PDF workflows. You can edit, update, or send back data to the server.
  • 19
    Material Design Lite Reviews
    Material Design Lite (MDL), a collection of components for web developers, is based on Google’s Material Design Philosophy. It's a visual language for users that combines the traditional principles of good design with technology and science. To properly use the Material Design Lite components, it is important to understand the goals and principles behind Material Design. Before you attempt to use the components, you should read the Material Design Introduction. You must use a browser that supports dialog elements in order to use the dialog component. At the time of writing, only Opera and Chrome have native support. Other browsers will need to either include the dialog polyfill, or create your own. Once you have dialog support, create a dialog element. When using the polyfill, the element must be a child element of the body element. Add a content element to that container with the class mdl–dialog content.
  • 20
    Syncfusion Essential Studio Reviews

    Syncfusion Essential Studio

    Syncfusion

    $495 one-time payment
    More than 1,600 components and frameworks are included for Windows Forms (WPF, ASP.NET Core), UWP and WinUI (Web Forms MVC, Core), UWP and WinUI (Xamarin and Flutter), Angular, Blazor and Vue, and React. You will find the most requested components like charts, grids and schedulers, diagrams maps gauges docking, ribbons and more! To streamline your business, we work with the best and brightest minds in the industry.
  • 21
    NG-ZORRO Reviews

    NG-ZORRO

    ng-zorro-antd

    Free
    Ant Design is an enterprise-class Angular UI component collection. All components are open-source and available under the MIT license. Ant Design of Angular aims to provide a great development experience for programmers. This StackBlitz link demonstrates a basic use-case. It is recommended that you fork this demo while working on Bug Report. This demo should not be used as a scaffold in a production environment. After changing the directory to your newly created project, you will be able to run the following commands to initialize your project's configuration. These include importing stylesheets and i18n files, and loading the initial modules. To customize the building process, you can use any existing scaffold tools from the Angular ecosystem.
  • 22
    Polymer Reviews
    The Polymer library offers a variety of features that allow you to create custom elements. These features make it easy and faster to create custom elements that function like standard DOM elements. Polymer elements can be created using a constructor, document creation element, and configured using attributes and properties. Each instance is responsive to changes in property and attribute, styled with externally or internal defaults, and responsive to methods to modify its internal state. Registering an element creates a class that associates it with a custom name. To manage an element's lifecycle, the element provides callbacks. Polymer allows you to declare properties. This allows you to integrate your element’s property API with the Polymer database system. Shadow DOM creates a local, encapsulated tree of DOM for your element. A DOM template can be used to automatically create and populate a Shadow Tree for Polymer.
  • 23
    urllib3 Reviews
    urllib3 is a powerful and user-friendly HTTP client that Python uses. You should use urllib3 as a client for your Python environment. Many critical features are missing from the Python standard library, and urllib3 provides them. Thread safety, connection pooling and client-side SSL/TLS verification. Multipart encryption is used for file uploads. Helpers for dealing with HTTP redirects and retrying requests. Support for deflate, gzip, and brotli encryption. Proxy support for HTTPS and SOCKS. 100% coverage of the test. urllib3 is one the most downloaded Python packages. It is a dependency on many popular Python packages such as Requests, Pip and more! urllib3 is available under the MIT License. API Reference documentation provides API-level documentation. The User Guide explains how to use the library to accomplish common tasks. For lower-level tweaking, the Advanced Usage Guide is a more detailed guide.
  • 24
    websockets Reviews

    websockets

    Python Software Foundation

    Free
    Implementation of the WebSocket Protocol. RFC 6455 & RFC 7692. websockets is an open-source library that allows you to build WebSocket clients and servers in Python. It focuses on correctness and simplicity, robustness and performance. It is built on top of Python's standard asynchronous I/O framework asyncio and provides an elegant coroutine-based API. websockets has been rigorously tested to ensure compliance with RFC 6455. Continuous integration fails below 100% branch coverage. websockets was designed for production. It was the first library to correctly handle backpressure before the issue became well-known in the Python community. Memory usage is optimized and configurable. C extensions accelerate expensive operations. It is pre-compiled for Linux and macOS and packaged in the wheel format according to each Python version. websockets handles everything so you can concentrate on your application.
  • 25
    pygame Reviews
    Pygame is a collection of Python modules that can be used to create video games. Pygame is an extension of the SDL library. This allows you create full-featured games and multimedia programs using the python programming language. Pygame is portable and can be used on almost every platform and operating system. Pygame is completely free. Pygame is free and open-source. You can use it to create commercial, freeware, shareware, or open-source games. Dual-core CPUs are common and 8-core CPUs easily available on desktop systems, multi-core CPUs allow you to do more with your game. Select pygame functions will release the dreaded Python GIL. This is something you can do with C code. Optimized C and assembly code are used for core functions. C code is often 10-20x faster than Python code, while assembly code can easily be 100x faster than Python code. It is compatible with many operating systems. You just need to apt-get or emerge.
  • 26
    Plotly Dash Reviews
    Dash & Dash Enterprise allow you to build and deploy analytic web applications using Python, R, or Julia. No JavaScript or DevOps are required. The world's most successful companies offer AI, ML and Python analytics at a fraction of the cost of full-stack development. Dash is the way they do it. Apps and dashboards that run advanced analytics such as NLP, forecasting and computer vision can be delivered. You can work in Python, R, or Julia. Reduce costs by migrating legacy per-seat license software to Dash Enterprise's unlimited end-user pricing model. You can deploy and update Dash apps faster without an IT or DevOps staff. You can create pixel-perfect web apps and dashboards without having to write any CSS. Kubernetes makes it easy to scale. High availability support for mission-critical Python apps
  • 27
    Matplotlib Reviews
    Matplotlib is a Python library that allows you to create interactive, animated, or static visualizations. Matplotlib makes difficult things simple and easy. Many third-party packages extend and build upon Matplotlib functionality. These include several higher-level plotting interfaces such as seaborn, HoloViews and ggplot.
  • 28
    Pillow Reviews
    The Python Imaging Library provides image processing capabilities for your Python interpreter. This library supports many file formats, an efficient internal representation, as well as powerful image processing capabilities. The core image library allows for quick access to data stored only in basic pixel formats. It should be a solid foundation for an image processing tool. Tidelift subscribers can get Pillow for Enterprise. The Python Imaging Library is perfect for batch processing and image archival applications. The library can be used to create thumbnails, convert file formats, and print images. The current version can identify and read a wide range of formats. The most common interchange and presentation formats are the only ones that support writing. The library includes basic image processing functionality such as point operations, filtering using a set of convolution kernels and color space conversions.
  • 29
    Synap Office Reviews
    Naver Office offers Synap Office, a cloud-based web-based office. You can create and modify documents in many formats, such as MS Office. You can access the web browser without downloading any application. You can use your document anywhere, anytime. Compatible with MS Word, save as doc, docx and hml formats. Allows you to edit tables and maintains the table layout. Support for different fonts, paragraph formatting, headings/ footnotes and other styles. Edit password-protected documents. Compatible with MS PowerPoint screen change and object animation support. Slide template management, 140+ shapes, object edit. Insert image, shape and memo. Editable password-set documents are possible. Easy questionnaire creation using templates. No cost item selection and type addition. You can quickly and easily share surveys via URL, email, or blog. Synap cell allows you to view the summary of responses and to use response data.
  • 30
    Bokeh Reviews
    Bokeh allows you to create simple plots but can also handle custom or specialized use cases. Apps, dashboards and plots can be published on web pages or in Jupyter notebooks. Python offers a wide range of powerful analytics tools, including NumPy and Scipy, Pandas. Scikit-Learn, OpenCV and Scikit-Learn. Bokeh server allows you to connect these tools to rich interactive visualizations in your browser. It has a wide range of widgets, plot tools and UI events that trigger Python callbacks. Researchers at Monash University maintain Microscopium. Researchers can use it to explore large image datasets using Bokeh's interactive tools. Panel is a tool that allows for polished data presentation and makes use of the Bokeh server. Anaconda created it and supports it. Panel allows you to easily create interactive web apps and dashboards using user-definable widgets. These widgets can be connected to plots, images or tables, text, or any other data.
  • 31
    pandas Reviews
    Pandas is an open-source data analysis and manipulation tool that is fast, flexible, flexible, and easy to use. It was built on top the Python programming language. Tools for reading and writing data between memory data structures and various formats: CSV, text files, Microsoft Excel, SQL databases and the fast HDF5 format. Intelligent data alignment and integrated handling missing data: Use a powerful group engine to perform split-apply/combine operations on data sets. Time series-functionality: date range generation and frequency conversion, moving window statistics, date shifting and lagging. You can even create domain-specific offsets and join time sequences without losing data.
  • 32
    regon Reviews
    Litex.regon is a frontend to the Polish REGON database. Simple, pythonic wrapper to REGON database. REGON administrators issue a user key to access the SOAP API. REGONAPI only accepts one argument: the service URL, which is provided by REGON administrators. Once you have logged in, you can query the database. One REGON number (9 or 14 digits in length), single 10 digit KRS Number, single NIP (10 characters strings), collection REGONs (all must be 14 or 9 digits in length), collection KRSs, and collection of NIPs. The query only uses one parameter. If more than one parameter is passed, the first one from the list above will be considered. You can also pass a detailed parameter. detailed=True will cause the search method to fetch a default detailed report. A full report can be obtained if one has the REGON and name of the business entity.
  • 33
    Angular Material Reviews
    Accessible and internationalized components for everyone. Performance and reliability are assured by well-tested components. Straightforward APIs that work across platforms. Developers can use these tools to create their own components with the same interaction patterns. You can customize within the limits of the Material Design specification. Built by the Angular team for seamless integration with Angular. You can either start from scratch or use your existing applications. Create the autocomplete panel. Next, add the options. Each option should be identified by a mat­option tag. Each option's value property should be set to whatever value you would like the text input to be when it is selected.
  • 34
    WinJS Reviews
    Microsoft is committed to ensuring that WinJS runs for existing customers. We don't plan to invest in new features. Only bug fixes that address major issues that are preventing customer deployments will be considered. We may also consider bug fixes in order to assist customers with their WinJS-based apps. Contribute by reviewing code checkins and providing feedback, suggesting new features and testing them out as they are implemented. You can also submit bugs and help us verify fixes as they are tested. All code submissions will undergo rigorous review and testing by the team. Only those that meet a high standard for quality and design appropriateness, will be merged into source.
  • 35
    React Toolbox Reviews
    Bootstrap your application using beautiful Material Design components React Toolbox is a collection of React components that implements the Google Material Design specification. It is built on top of some of today's most popular proposals, such as CSS Modules (written using SASS, Webpack, and ES6). The library seamlessly integrates with your Webpack workflow. It's also easily customizable and flexible. Check out our amazing documentation, which is built using React Toolbox. You can also try all the components with real examples. Our components are so much fun that you don't even need to install them. The app bar is a unique type of toolbar that can be used for branding, navigation and search as well as actions. It usually has controls on the right- and left-sides, as well as a title that displays the current section or the app name. The content should contain elements for children. You can use text, images, or both to create content that is consistent with your app's colors theme.
  • 36
    Bit Reviews
    Bit is a collaborative and scalable way to create and reuse components. It provides everything you need, from local development to cross-project integrations. It's free to try. Bit is an open-source toolchain that allows for component-driven development. Distribute composable software instead of monolithic apps. Distribute component ownership across development teams. Components are simple to replace and refactor. Develop consistency and standards across products and teams. Instead of reinventing the wheel, combine existing components to create new ones. Create a reusable design system and UI. Develop a consistent and reusable UI system. Code and teams should be distributed. Encourage autonomy and standardization. Scale to cross-team collaboration. This will bridge the gap between product design, development, and design. A composable and scalable backend that doesn't repeat itself is possible.
  • 37
    Appsmith Reviews

    Appsmith

    Appsmith

    $0.4/hour/user
    Appsmith is an open-source low code platform to build custom applications and internal tools. Appsmith has an intuitive drag and drop interface, along with the flexibility to connect databases and APIs. Add to this, the ease of sharing and collaborating with teammates. Build dashboards, admin panels, CRUD apps, forms, etc, and make them more dynamic and robust by writing custom logic with JavaScript.
  • 38
    Onsen UI Reviews
    You can achieve streamlined development using the technologies that you already love, HTML, and CSS. Are you worried that Cordova and PhoneGap apps are slow? Don't be alarmed! OnsenUI animations have been optimized for a wide range devices. Onsen UI apps are smooth on all devices, even those with lower end processors. Onsen UI is simple to use and powerful enough to create complex mobile applications. There are many learning resources available, including documentation, tutorials and a community forum that answers your questions. There are many UI components specifically designed for mobile apps. Onsen UI offers tabs, side menus, stack navigation, and tons of other components like lists and forms.
  • 39
    NG-Bootstrap Reviews
    It's as simple as Angular & Bootstrap HTML. There is nothing else. Angular is the same thing as ng-bootstrap. All Bootstrap widgets, including popover, carousel and modal, as well as additional goodies such datepicker, rating, and typeahead, are available to you. All code is thoroughly reviewed and tested to ensure that it covers all possible scenarios. We don't cut corners. All widgets are available. We use the correct HTML elements and required attributes. Keyboard navigation and focus management work exactly as expected. We have several years of experience in widget development and have created angular/bootstrap. Many team members are core Angular contributors. We give back to our community by contributing to projects that we build (Angular, Bootstrap).
  • 40
    Active Query Builder Reviews

    Active Query Builder

    Active Database Software

    $199.00 one-time payment
    1 Rating
    A system is only worth something if it makes business decisions easier. Business decision makers need to look at data from multiple angles in order to make the best business decisions. Your software will be more valuable if it allows end-users to access the data they need instantly. This will reduce end user churn and give you a competitive advantage. It can take several days to add a new report into an IT system. It is a major reason why new versions of your software are not being released on time. Active Query Builder allows users to take full control of creating and maintaining reports. With no intervention from you, users can easily reconfigure reports at any time. Active Query Builder can be added to any existing reporting system by allowing you create new data sources to support reports.
  • 41
    CVXOPT Reviews
    CVXOPT, a free software package that allows convex optimization using the Python programming language, is available for download. It can be used with Python's interactive interpreter, the command line to execute Python scripts or integrated into other software via Python extension module. Its primary purpose is to simplify the development of software for convex optimization by using Python's extensive standard library as well as the strengths of Python, a high-level programming languages. Efficient Python classes that can handle dense and sparse (real and complicated) matrices. Includes Python indexing, slicing, and overloaded operations for matrix mathmetic. Interfaces to the linear programming solution in GLPK, semidefinite programming solvers DSDP5 and linear, quadratic, and second-order cone programming solutions in MOSEK.
  • 42
    Spread.NET Reviews

    Spread.NET

    GrapeCity

    $1499.00/year/user
    These.NET spreadsheet components are completely independent and allow you to explore the possibilities of your.NET enterprise applications. .NET spreadsheet components allow professional developers to add Excel-like functionality into their desktop apps. The.NET spreadsheet control supports Excel import/export, full customization, and an extensive calculation engine with more than 450 functions. All of this is possible with zero dependencies on Excel. The powerful.NET spreadsheet API allows you to create financial, analytical, budgeting, dashboards, data collection and management, scientific and financial applications. Spread.NET's modular structure allows you to only add what you need to your.NET spreadsheet applications.
  • 43
    NetworkX Reviews
    NetworkX is a Python package that allows you to create, manipulate, and study the structure, dynamics, as well as the functions, of complex networks. Generators for classic, random, and synthetic graphs. Python offers additional benefits such as fast prototyping and easy teaching. Network structure and analysis measures.
  • 44
    Beautiful Soup Reviews
    Beautiful Soup is a library that allows you to easily scrape information from web pages. It sits atop an HTML/XML parser and provides Pythonic idioms to iterate, search, and modify the parse tree. Beautiful Soup's support of Python 2 was terminated on December 31, 2020, one year after the sunset date. New Beautiful Soup development will now exclusively target Python 3. Beautiful Soup 4's final release to support Python 2 was 4.9.3. Beautiful Soup is licensed under MIT license. You can download the tarball and drop the bs4/ directory in almost any Python program (or into your library path), and then start using it immediately.
  • 45
    pexpect Reviews
    Pexpect makes Python an easier tool for controlling other programs. Pexpect can be used to create child applications, control them and respond to their output. Pexpect works like Don Libes' Expect. Your script can use Pexpect to create a child application. You can also control it like a human would. Pexpect is a tool that automates interactive applications like ssh and FTP, passwd and telnet. It can also be used to automate setup scripts that duplicate software package installations on different servers. It can also be used to automate software testing. Pexpect has a similar spirit to Don Libes' Expect but is pure Python. Pexpect is not like other Expect-like Python modules. It doesn't require Expect or TCL to be compiled. It should work on any platform that can support the standard Python pty modules. The Pexpect interface is easy to use.
  • 46
    Mako Reviews
    It uses a familiar, non XML syntax and compiles into Python modules to maximize performance. Mako's syntax borrows from many other sources, including Jinja2 templates, Cheetah and Myghty, as well as the best ideas of Genshi and Django. Conceptually Mako is embedded Python (i.e. Python Server Page) language. It refines the familiar ideas o componentized layout and inheritance to create one of the most flexible and straightforward models. While still keeping close ties to Python scoping and calling semantics, Mako is conceptually an embedded Python (i.e. Mako's method is very efficient, and was originally designed to be as fast as Cheetah. Today Mako is very similar in speed to Jinja2, who uses a similar approach, and for which Mako was an inspiration. You can access variables from the template's request context as well as their enclosing scope.
  • 47
    tox Reviews
    Tox aims automate and standardize Python testing. It is part of a larger vision to simplify the packaging, testing, and release of Python software. Tox is a generic virtualenv management tool and test command-line tool that you can use to verify that your package works with different Python versions. You can also run your tests in each environment. It also acts as a frontend for continuous integration servers, reducing boilerplate and merging CI. First, install tox using pip install tox. Next, add basic information about your project as well as the test environments that you would like your project to run into a tox.ini.py file. To generate a tox.ini automatically, run tox-quickstart. Answer a few questions. Test your project against Python2.7 or Python3.6.
  • 48
    ruffus Reviews
    Ruffus is a Python computation pipeline library. It is open-sourced and powerful, user-friendly, and widely used for science and bioinformatics. Ruffus was designed to automate scientific and other analyses with minimal fuss and effort. It is suitable for even the most basic tasks. Even complex pipelines can be handled. This will prevent make or scons from becoming cross-eyed and recursive. No "clever magic", no pre-processing. The lightweight syntax, which does one small thing well, is unambitious. Ruffus is licensed under the permissive MIT-free software license. This license allows for free use and inclusion in proprietary software. It is a good idea to run your pipeline in a temporary directory that is not connected to your original data. Ruffus is a lightweight Python module that can be used to build computational pipelines. Ruffus requires Python 2.6 and higher, or Python 3.0 and higher.
  • 49
    python-sql Reviews

    python-sql

    Python Software Foundation

    Free
    Python-sql allows you to create SQL queries in a pythonic manner. Select with where condition, simple selects Select with multiple joins or with join. Select with group_by or select with the output name Select with order_by or sub-select. Select another schema and insert query using default values. Insert query with query and values. Update query with values. Update query with where condition. Update query with from list. Delete query with where condition and delete query using sub-query. Provides limit style and qmark style as well as numeric style.
  • 50
    yarl Reviews

    yarl

    Python Software Foundation

    Free
    Properties allow you to access all URL parts, such as scheme, user password, host, path, query, path, port, and password. All URL manipulations result in a new URL object. Strings passed to constructor or modification methods are automatically encoded and give canonical representations as a result. Regular properties are percent-decoded. To get encoded strings, you can use raw_ versions. As.human_repr(), URLs can be represented in a human-readable format. PyPI has binary wheels for Linux and MacOS. You can use the tarball to compile yarl from the source code if you want to install it on another operating system (such as Alpine Linux, which isn't manylinux-compliant due to the missing glibc). It requires Python headers and a C compiler. The pure-Python version (uncompiled) is slower. PyPy uses a pure Python implementation and is therefore unaffected by this variable.