Skip to content

ajit-ai/Python

Repository files navigation

Python-Example

A high-level language, used in web development, data science, automation, AI and more. Known for its readability, which means code is easier to write, understand and maintain. Backed by library support, so we don’t have to build everything from scratch, there’s probably a library that already does what we need.

Built-in Data Types In programming, data type is an important concept.

Variables can store data of different types, and different types can do different things.

Python has the following data types built-in by default, in these categories:

Text Type: str Numeric Types: int, float, complex Sequence Types: list, tuple, range Mapping Type: dict Set Types: set, frozenset Boolean Type: bool Binary Types: bytes, bytearray, memoryview None Type: NoneType

Python Library

  1. Numpy
  2. Pandas
  3. Matplotlib
  4. Scikit-learn
  5. TensorFlow
  6. PyTorch
  7. OpenCV
  8. Keras

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published