Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
The version of the Python programming language released on September 13, 2015. For issues that are specific to Python 3.5. Use the more generic [python] and [python-3.x] tags where possible.

0 Questions

Syntax highlighting is a feature of some text editors that display text (especially source code) in different colors and fonts according to the category of terms.

0 Questions

An extension method is a language feature of some languages, such as Swift, Visual Basic.NET and C#. Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.

0 Questions

Twisted is an event-driven networking engine, written in Python and implementing many different protocols.

0 Questions

Use to tag questions about techniques to write an MS-Excel file (sheet, workbook, .xls, .xlsx) from various data sources (an SQL Query, a DataGrid, a DataGridView, a text file, etc).

0 Questions

BackgroundWorker is a helper class in .NET's System.ComponentModel namespace providing a general implementation of the Event-Based Asynchronous Pattern to manage a worker thread, support cooperative cancellation, and report progress.

0 Questions

UI Automation is programmatic/scripted interaction with a graphical user interface, typically for the purpose of testing or accessibility assistance.

0 Questions

Modern logging facility for Java-based programs with many new features when compared to Log4J and java.util.logging.

0 Questions

Logistic regression is a statistical classification model used for making categorical predictions.

0 Questions

This tag is related to questions that have something to do with a microcontroller. A microcontroller is a simple or small processor often with its program and execution memory on the same chip with input/output pins for controlling other hardware. Please specify the microcontroller and compiler or tools related to your question.

0 Questions

IEnumerable, and its generic counterpart IEnumerable<T> are .NET interfaces for iterating (or enumerating) through a collection of items.

0 Questions