Python With AI
Python With AI
5. Python Comments
Purpose/use of comments in Computer Programming, Comments for
Understanding Python code, Python Comment Syntax, Python Single line
comment, Multiline comment in Python, and writing Python comments.
6. Python Variables
8. Python Operators
(Python Number data types are for storing numeric values, Python supports
integers, floats, and complex numbers.)
((Python Data Structures, Create Python Lists, Update Python Lists, Delete
Elements from Python Lists, and Built-in Functions & Built-in Methods for
Python Lists.))
(Tuples are sequences, just like lists. The differences between tuples and
lists are, the tuples cannot be changed unlike lists and tuples use
parentheses, whereas lists use square brackets.)
(Python has several functions that are readily available for use. These
functions are called built-in functions.)
23. MySql
(MySQL is a relational database management system (RDBMS) developed by
Oracle that is based on structured query language (SQL). A database is a
structured collection of data. It may be anything from a simple shopping list to a
picture gallery or a place to hold the vast amounts of information in a corporate
network.)
25. Tkinter
Data Science
1. Numpy
(NumPy is a Python library used for working with arrays. It also has functions for
working in domain of linear algebra, Fourier transform, and matrices. .)
2. Pandas
(Pandas is an open source Python package that is most widely used for data
science/data analysis and machine learning tasks. It is built on top of another
package named Numpy, which provides support for multi-dimensional arrays. )
3. Matplotlib
(Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations
in Python.)
4. Seaborn
(Seaborn is a library that uses Matplotlib underneath to plot graphs. It will be used to
visualize random distributions.)
5. NLTK
(NLTK, or Natural Language Toolkit, is a Python package that you can use for NLP. A lot
of the data that you could be analyzing is unstructured data and contains human-readable
text. Before you can analyze that data programmatically, you first need to preprocess it.)
6. BeautifulSoup
7. PySpark
(PySpark is the Python API for Apache Spark, an open source, distributed computing framework and
set of libraries for real-time, large-scale data processing. If you're already familiar with Python and
libraries such as Pandas, then PySpark is a good language to learn to create more scalable
analyses and pipelines.)
Machine Learning