欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > python >内容正文

python

python自动化任务_用Python实现真实世界任务的自动化

发布时间:2025/4/16 python 53 豆豆
生活随笔 收集整理的这篇文章主要介绍了 python自动化任务_用Python实现真实世界任务的自动化 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

你将学到什么

Use Python external libraries to create and modify documents, images, and messages

Understand and use Application Programming Interfaces (APIs) to interact with web services

Understand and use data serialization to send messages between running programs

Build a solution using the skills you have learned

课程概况

In the final course, we’ll tie together the concepts that you’ve learned up until now. You’ll tackle real-world scenarios in Qwiklabs that will challenge you to use multiple skills at once.

First, we’ll take a closer look at how to use external Python modules to extend your code’s capabilities, and spend some time learning how to use documentation to learn a new module. For example, we’ll use the Python Image Library (PIL) to create and modify images. We’ll show you some simple examples of how to perform common tasks in the course material, but it will be up to you to explore the module documentation to figure out how to solve specific problems.

Next, we’ll show you how to communicate with the world outside of your code! You’ll use data serialization to turn in-memory objects into messages that can be sent to other programs. Your program will send messages across the network to Application Programming Interfaces (APIs) offered by other programs. For those times when your code needs to talk to a person instead of a program, you’ll also learn to send email messages.

At the end of this course, you’ll be able to take a description of a problem and use your skills to create a solution — just like you would on the job. In your final capstone project, you’ll be given a description of what your customer needs, and it will be up to you to create a program to do it!

课程大纲

Manipulating Images

Interacting with Web Services

Automatic Output Generation

Putting It All Together

总结

以上是生活随笔为你收集整理的python自动化任务_用Python实现真实世界任务的自动化的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。