320 likes | 1.23k Views
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
E N D
EDUREKA PYTHON CERTIFICATION TRAINING Python Course www.edureka.co/python
Agenda ➢ Python Introduction ➢ Python Applications ▪ Web Scraping ▪ Testing ▪ Data Analysis ▪ Web Development ➢ Python Code – Basics ➢ Summary EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Python Introduction EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
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
Why Python? EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Python Applications Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Python Applications Testing Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Python Applications Web Development Testing Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Python Applications Data Analysis Web Development Testing Web Scraping EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Web Scraping Web Scraping Webpages Web Scraping technology EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Testing Testing Python Script with test cases UserName: Password: EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
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
Analysis - 1 Finding Top 5 Movies EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Analysis - 2 Finding Top 5 movies rated across age - groups EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Analysis - 2 Which movies do women and men most disagree on? EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Web Development Web Development EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Python Code Basics EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
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
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
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
Session In A Minute Testing Web Scraping Python Introduction Python Code - Basics Data Analysis Web Development EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python
Thank You … Questions/Queries/Feedback EDUREKA PYTHON CERTIFICATION TRAINING www.edureka.co/python