1 / 23

Python Course | Python Programming | Python Tutorial | Python Training | Edureka

This Edureka Python tutorial is a part of Python Course (Python Tutorial Blog: https://goo.gl/wd28Zr) and will help you in understanding what exactly is Python and its various applications. It also explains few Python code basics like data types, operators etc. Below are the topics covered in this tutorial: <br><br>1. Introduction to Python <br>2. Various Python Features <br>3. Python Applications <br>4. Python for Web Scraping <br>5. Python for Testing <br>6. Python for Web Development <br>7. Python for Data Analysis

EdurekaIN
Télécharger la présentation

Python Course | Python Programming | Python Tutorial | Python Training | 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. EDUREKA PYTHON CERTIFICATION TRAINING Python Course www.edureka.co/python

  2. Agenda ➢ Python Introduction ➢ Python Applications ▪ Web Scraping ▪ Testing ▪ Data Analysis ▪ Web Development ➢ Python Code – Basics ➢ Summary EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  3. Python Introduction EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  4. Python Introduction Supports variety of basic data-types Automatic memory management Great interactive environment Open source general- purpose language. Supports Object- Oriented Programming Code grouped into modules and packages EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  5. Why Python? EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  6. Python Applications Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  7. Python Applications Testing Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  8. Python Applications Web Development Testing Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  9. Python Applications Data Analysis Web Development Testing Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  10. Web Scraping Web Scraping Webpages Web Scraping technology EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  11. Testing Testing Python Script with test cases UserName: Password: EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  12. Data Analysis Data Analysis Datasets Using Pandas and other python packages Load Datasets Using Pandas and other python packages Analysis 1 Analysis 2 Analysis 3 EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  13. Analysis - 1 Finding Top 5 Movies EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  14. Analysis - 2  Finding Top 5 movies rated across age - groups EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  15. Analysis - 2  Which movies do women and men most disagree on? EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  16. Web Development Web Development EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  17. Python Code Basics EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  18. Python Data types A data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error. List Strings Dictionary Tuple Set Numeric EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  19. Python Operations Operators are the constructs which can manipulate the value of operands. Comparison Operators Membership Operators Identity Operators Bitwise Operators Logical Operators Operators Assignment Operators Arithmetic Operators EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  20. List of Topics For Next Class 1 2 Conditional Statements Operators 3 Loops 4 5 Classes and Objects Functions EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  21. Session In A Minute Testing Web Scraping Python Introduction Python Code - Basics Data Analysis Web Development EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

  22. Thank You … Questions/Queries/Feedback EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python

More Related