Learning Python
- Offered byLinkedin Learning
Learning Python at Linkedin Learning Overview
Duration | 3 hours |
Total fee | ₹1,150 |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
Learning Python at Linkedin Learning Highlights
- Earn a sharable certificate
Learning Python at Linkedin Learning Course details
- Python—the popular and highly-readable object-oriented language—is both powerful and relatively easy to learn
- Whether learners are new to programming or an experienced developer, this course can help learner get started with Python
- Learn to work with dates and times, read and write files, and retrieve and parse HTML, JSON, and XML data from the web
Learning Python at Linkedin Learning Curriculum
Introduction
Learning Python
What you should know
Exercise files
Getting Started
Installing Python on Windows
Installing Python on Mac
Choosing an editor or IDE
How to run the Python examples
Python Basics
Building Hello World
Variables and expressions
Python functions
Conditional structures
Loops
Classes
Importing and using modules
Using exceptions
Challenge: Palindromes
Solution: Palindromes
Working with Files
Reading and writing files
Working with OS path utilities
Using filesystem shell methods
Challenge: Files
Solution: Files
Using Dates and Times
The date, time, and datetime classes
Formatting time output
Using timedelta objects
Working with calendars
Challenge: Dates and times
Solution: Dates and times
Internet Data Formats
Fetching Internet data
Working with JSON data
Parsing and processing HTML
Manipulating XML
Conclusion
Where to go next