Data Science With Python Syllabus
Data Science With Python Syllabus
Download your operating system compatible Python Interpreter, install Python, set
environment variable, customize Python shell, write & execute Python programs
using Interactive mode and script mode. Python PyCharm or IDE, set Python for
PyCharm IDE, configure PyCharm IDE, write & execute Python programs.
Python keywords or reserved words, Python keywords define the syntax and
structure of the Python language, Python keywords are case sensitive, Python
literals (True, False, Null), Python Identifiers, class names, variable names, function
names, method names, and Identifier naming rules.
5. Python Comments
What is Data Type?, Implicit Declaration of Data Types, Python Numbers (Integers,
floating-point numbers, and complex numbers), Python Strings, Python Boolean
data type.
8. Python Operators
((Python Control Flow Statements, Python Loop Statements. Python while loop,
Python for loop, Python range(), Python Nested Loop Structures, and Inserting
conditions in Loops and vice versa.))
(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.)
(A Python set is a collection that is unordered and unindexed. In Python sets are
written with curly brackets.)
(Array is a container that can hold a fixed number of items and these items should
be of the same type. Python does not have built-in support for Arrays, but Python
Lists can be used instead.)
19. Python user-defined Functions
(Python has several functions that are readily available for use. These functions are
called built-in functions.)
21. 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...)
22. 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.)
23. Matplotlib
24. BeautifulSoup
25. NLTK
(NLTK has been called “a wonderful tool for teaching, and working in,
computational linguistics using Python,” and “an amazing library to play with
natural language.”. Natural Language Processing with Python provides a practical
introduction to programming for language processing.)