1 / 23

Learn Python Programming | Python Programming - Step by Step | Python for Beginners | Edureka

( Python Training : https://www.edureka.co/python ) <br>This Edureka u201cPython Programming" introduces you to Python by giving you enough reasons to learn it. It will then take you to its various fundamentals along with a practical demonstrating the various libraries such as Numpy, Pandas, Matplotlib and Seaborn. This video helps you to learn the below topics: <br>1. Why should you go for Python? <br>2. Introduction to Python Programming Language <br>3. How to work with Jupyter? <br>4. Python Programming Fundamentals: Operators & Data Types <br>5. Libraries: Numpy, Pandas, Matplotlib, Seaborn

EdurekaIN
Download Presentation

Learn Python Programming | Python Programming - Step by Step | Python for Beginners | Edureka

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  2. Agenda 1 Why you should go for python programming? 2 Introduction to Python programming 3 How to work with Jupyter? 4 Python programming fundamentals 5 Libraries: NumPy, Pandas, matplotlib & seaborn 6 Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  3. Why should you go for Python programming? Python Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  4. Introduction to Python programming Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  5. Introduction to Python programming Python supports procedure-oriented programming as well as object-oriented programming Python was created by Guido Van Rossum in 1989 and is very easy to learn Python Hello Python is an interpreted language with dynamic semantics Hello Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  6. Features of Python programming High-level Language Portable Extensible Easy, Free & Open Source Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  7. Who is using Python? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  8. Companies using Python Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  9. How to work with Jupyter? Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  10. How to work with Jupyter? Go to the link: www.jupyter.org 1 Click on “Install the Notebook” 2 Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  11. Operators in Python programming Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  12. Operators in Python OPERATORS Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  13. Data Types in Python programming Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  14. Data Types in Python Programming Value assigned to a data type cannot be changed. Immutable Tuples Numbers Strings Value assigned to a data type can be changed. Mutable Sets Lists Dictionary Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  15. Libraries in Python Numpy, Pandas, Matplotlib & seaborn Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  16. Libraries in Python: NumPy NumPy is a Python package which stands for ‘Numerical Python’. It is the core library for scientific computing, which contains a powerful n-dimensional array object, provide tools for integrating C, C++ etc. Conda install numpy OR pip install numpy Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  17. Libraries in Python: Pandas Pandas is an open source library built on top of NumPy. It is used for data manipulation and analysis. Pandas is well suited for different kinds of data. Conda install pandas OR pip install pandas Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  18. Libraries in Python: Matplotlib Matplotlib is a plotting library used for 2D graphics in python programming language. It can be used in python scripts, shell, web application servers and other graphical user interface toolkits. Bar Graph Histogram Scatter Plot Area Plot Pie Plot Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  19. Libraries in Python: Seaborn Seaborn is a statistical plotting library in python programming language. It has beautiful default styles and it also works well with pandas Data frame objects. 1 DIST plot 2 Joint plot 3 Pair plot Seaborn 4 Rug plot Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  20. Session In A Minute Why Python? Introduction to Python Work with Jupyter Hello Python Hello Libraries Datatypes in Python Operators Immutable Mutable Copyright © 2017, edureka and/or its affiliates. All rights reserved.

  21. Copyright © 2017, edureka and/or its affiliates. All rights reserved.

More Related