楼主: kayvid
1717 7

[书籍介绍] Python for geeks [推广有奖]

  • 2关注
  • 8粉丝

No

已卖:2937份资源

讲师

35%

还不是VIP/贵宾

-

威望
0
论坛币
12908 个
通用积分
221.7717
学术水平
7 点
热心指数
17 点
信用等级
7 点
经验
11146 点
帖子
269
精华
0
在线时间
232 小时
注册时间
2010-4-29
最后登录
2025-6-13

楼主
kayvid 发表于 2021-12-10 03:36:12 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Python for Geeks: Build production-ready applications using advanced Python concepts and industry best practicesTake your Python skills to the next level to develop scalable, real-world applications for local as well as cloud deployment
最新出版
  • Length: 546 pages
  • Publication Date: 2021-10-20






Table of Contents
  • Optimal Python Development Lifecycle
  • Using Modularization to Elegantly Design Complex Projects
  • Advanced Object Oriented Python Programming
  • Python Libraries for Advanced Programming
  • Testing and Automation with Python
  • Advanced Tips and Tricks in Python
  • Multiprocessing and Multithreading
  • Scaling Out Python to Clusters
  • Python Programming for the Cloud
  • Using Python for Web Development and REST API
  • Using Python for micro-services development
  • Building serverless functions using Python
  • Python and Machine Learning
  • Using python for network automation
Packt.Python.for.Geeks.1801070113.pdf (6.91 MB, 需要: 5 个论坛币)


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:python Geek EKS For GEE

已有 1 人评分经验 论坛币 收起 理由
yunnandlg + 100 + 100 精彩帖子

总评分: 经验 + 100  论坛币 + 100   查看全部评分

等待。。。。。。。

沙发
yunnandlg(未真实交易用户) 在职认证  学生认证  发表于 2021-12-12 14:01:10
Build production-ready applications using advanced
Python concepts and industry best practices

藤椅
yunnandlg(未真实交易用户) 在职认证  学生认证  发表于 2021-12-12 14:01:39
About the author
Muhammad Asif is a principal solution architect with a wide range of multi-disciplinary
experience in web development, network and cloud automation, virtualization, and
machine learning. With a strong multi-domain background, he has led many large-scale
projects to successful deployment. Although moving to more leadership roles in recent
years, Muhammad has always enjoyed solving real-world problems by using appropriate
technology and by writing the code himself. He earned a Ph.D. in computer systems
from Carleton University, Ottawa, Canada in 2012 and currently works for Nokia as
a solution lead.

板凳
yunnandlg(未真实交易用户) 在职认证  学生认证  发表于 2021-12-12 14:01:54
About the reviewers
Harshit Jain is a data scientist with 5 years of programming experience, helping
companies build and apply advanced machine learning algorithms to enhance business
efficiency. He has a broad understanding of data science, ranging from classical machine
learning to deep learning and computer vision. He is very skilled at applying data science
techniques to e-commerce firms. During his spare time, he mentors aspiring data
scientists to sharpen their skills. His talks and articles, including Learning the Basics of
Data Science and How to Check the Impact on Marketing Activities – Market Mix Modeling,
show that data science is not just his profession but a passion. Reviewing this book is his
first, but certainly not the last, attempt to consolidate his valuable Python knowledge to
help you in your learning.
Sourabh Bhavsar is a senior full stack developer, agile, and cloud practitioner with over
7 years of experience in the software industry. He has completed a postgraduate course
in artificial intelligence and machine learning from the University of Texas at Austin,
and also holds an MBA (in marketing) and a bachelor's degree in engineering (IT) from
the University of Pune, India. He currently works at PayPal as a lead technical member
where he is responsible for designing and developing microservice-based solutions and
implementing various types of workflow and orchestration engines. Sourabh believes in
continuous learning and enjoys exploring new web technologies. When not coding, he
likes to play Tabla and read about astrology

报纸
yunnandlg(未真实交易用户) 在职认证  学生认证  发表于 2021-12-12 14:02:18
Who this book is for
This book is for intermediate-level Python developers in any field who are looking to build
their skills to develop and manage large-scale complex projects. Developers who want to
create reusable modules and Python libraries and cloud developers building applications
for cloud deployment will also find this book useful. Prior experience with Python will
help you get the most out of this book.

地板
yunnandlg(未真实交易用户) 在职认证  学生认证  发表于 2021-12-12 14:02:39
What this book covers
Chapter 1, Optimal Python Development Life Cycle, helps you to understand the lifecycle
of a typical Python project and its phases, with a discussion of best practices for writing
Python code.
Chapter 2, Using Modularization to Handle Complex Projects, focuses on understanding
the concepts of modules and packages in Python.
Chapter 3, Advanced Object-Oriented Python Programming, discusses how the advanced
concepts of object-oriented programming can be implemented using Python.
Chapter 4, Python Libraries for Advanced Programming, explores advanced concepts
such as iterators, generators, error and exception handling, file handling, and logging
in Python.
Chapter 5, Testing and Automation with Python, introduces not only different types of test
automation such as unit testing, integration testing, and system testing but also discusses
how to implement unit tests using popular test frameworks.
Chapter 6, Advanced Tips and Tricks in Python, discusses advanced features of Python for
data transformation, building decorators, and also how to use data structures including
pandas DataFrames for analytics applications.
Chapter 7, Multiprocessing, Multithreading, and Asynchronous Programming, helps you to
learn about different options for building multi-threaded or multi-processed applications
using built-in libraries in Python.
Chapter 8, Scaling Out Python using Clusters, explores how to work with Apache Spark
and how we can write Python applications for large data processing applications that can
be executed using an Apache Spark cluster.
Chapter 9, Python Programming for the Cloud, discusses how to develop and deploy
applications to a cloud platform and how to use Apache Beam in general and for Google
Cloud Platform in particular.
Chapter 10, Using Python for Web Development and REST API, focuses on using the Flask
framework to develop web applications, interact with databases, and build REST API
or web services.
Chapter 11, Using Python for Microservices Development, introduces microservices and
how to use the Django framework to build a sample microservice and integrate it with
a Flask-based microservice.
Chapter 12, Building Serverless Functions using Python, addresses the role of serverless
functions in cloud computing and how to build them using Python.
Chapter 13, Python and Machine Learning, helps you to understand how to use Python to
build, train, and evaluate machine learning models and how to deploy them in the cloud.
Chapter 14, Using Python for Network Automation, discusses the use of Python libraries in
fetching data from a network device and network management systems (NMSes) and for
pushing configurational data to devices or NMSes.

7
三重虫(未真实交易用户) 发表于 2021-12-26 11:31:37

8
gustiger(未真实交易用户) 发表于 2023-7-4 14:05:49
this is the first time i publish comment on website, this file is what i want, so many words writing on the website

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群
GMT+8, 2026-1-9 19:54