联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他书籍(336) 
按平台查找All Python(336) 

[其他书籍] 深度学习之PyTorch实战计算机视觉_-_2018

本书旨在帮助零基础或基础较为薄弱的读者入门深度学习,达到能够独立使用深度学习知识处理计算机视觉问题的水平。通过阅读本书,读者将学到人工智能的基础概念及Python编程技能,掌握PyTorch的使用方法,学到深度学习相关的理论知识,比如卷积神经网络、循环神经网络、自动编码器,等
The purpose of this book is to help readers who have no or weak foundation to enter deep learning and reach the level of using deep learning knowledge to deal with computer vision problems independently. Through reading this book, readers will learn the basic concepts of artificial intelligence and python programming skills, master the use of pytorch, and learn relevant theoretical knowledge, such as convolutional neural network, cyclic neural network, automatic encoder, etc (2021-03-25, Python, 31392KB, 下载1次)

http://www.pudn.com/Download/item/id/1616646427602696.html

[其他书籍] Python网络编程基础

本书针对想要深入理解使用Python来解决网络相关问题或是构建网络应用程序的技术人员,结合实例讲解了网络协议、网络数据及错误、电子邮件、服务器架构和HTTP及Web应用程序等经典话题。具体内容包括:全面介绍Python3中最新提供的SSL支持,异步I/O循环的编写,用Flask框架在Python代码中配置URL,跨站脚本以及跨站请求伪造攻击网站的原理及保护方法
This book is aimed at technicians who want to have a deep understanding of using Python to solve network-related problems or build network applications, combined with examples to explain classic topics such as network protocols, network data and errors, email, server architecture, and HTTP and Web applications. . The specific content includes: a comprehensive introduction to the latest SSL support in Python3, the writing of asynchronous I/O loops, the use of Flask framework to configure URLs in Python code, the principles and protection methods of cross-site scripting and cross-site request forgery attack websites (2021-02-10, Python, 23634KB, 下载0次)

http://www.pudn.com/Download/item/id/1612888387315553.html

[其他书籍] Python项目开发实战 第2版

本书来自真正的开发现场,是BePROUD公司众多极客在真实项目中的经验总结和智慧结晶。作者从Python的环境搭建开始讲起,介绍了Web应用的开发方法、项目管理及审查、测试与高效部署、服务器调试等内容,尽可能网罗了Python项目开发流程中的方方面面,有助于开发者建立有序生产环境,提高开发效率,让编程事半功倍。此外,在本书中Python仅仅是一个载体,很多知识点在非Python下也适用。
This book is from the real development site, is the experience summary and wisdom crystallization of beproud's many geeks in real projects. Starting from the construction of Python environment, the author introduces the development method, project management and review, testing and efficient deployment, server debugging and other contents of web application. It covers all aspects of Python project development process as far as possible, which helps developers to establish an orderly production environment, improve development efficiency, and make programming get twice the result with half the effort. In addition, Python is just a carrier in this book, and many knowledge points are also applicable to non python. (2020-12-14, Python, 14005KB, 下载2次)

http://www.pudn.com/Download/item/id/1607941434188589.html

[其他书籍] 流畅的python

本书致力于帮助Python开发人员挖掘这门语言及相关程序库的优秀特性,避免重复劳动,同时写出简洁、流畅、易读、易维护,并且具有地道Python风格的代码。本书尤其深入探讨了Python语言的高级用法,涵盖数据结构、Python风格的对象、并行与并发,以及元编程等不同的方面。
This book is dedicated to helping Python developers tap the excellent features of this language and related libraries, avoid duplication of effort, and write concise, fluent, easy to read, easy to maintain, and authentic Python-style code. This book particularly explores the advanced usage of the Python language, covering different aspects of data structures, Python-style objects, parallelism and concurrency, and metaprogramming. (2020-06-17, Python, 9976KB, 下载0次)

http://www.pudn.com/Download/item/id/1592384385235533.html

[其他书籍] FittsGUI2

GUI界面是python的一个常用界面,图形用户界面是一种人与计算机通信的界面显示格式,允许用户使用鼠标等输入设备操纵屏幕上的图标或菜单选项,以选择命令、调用文件、启动程序或执行其它一些日常任务。与通过键盘输入文本或字符命令来完成例行任务的字符界面相比,图形用户界面有许多优点。图形用户界面由窗口、下拉菜单、对话框及其相应的控制机制构成,在各种新式应用程序中都是标准化的,即相同的操作总是以同样的方式来完成,在图形用户界面,用户看到和操作的都是图形对象,应用的是计算机图形学的技术。
GUI is a common interface of Python. GUI is an interface display format for communication between human and computer. It allows users to use input devices such as mouse to manipulate icons or menu options on the screen to select commands, call files, start programs or perform other daily tasks. The GUI has many advantages over the character interface, which uses the keyboard to input text or character commands to complete routine tasks. The GUI consists of windows, pull-down menus, dialog boxes and their corresponding control mechanisms. It is standardized in all kinds of new application programs, that is, the same operation is always completed in the same way. In the GUI, what the user sees and operates are all graphical objects, and the technology of computer graphics is applied. (2020-01-25, Python, 7KB, 下载4次)

http://www.pudn.com/Download/item/id/1579962592183580.html

[其他书籍] 流畅的Python(高清官方中文版PDF)

本书致力于帮助Python开发人员挖掘这门语言及相关程序库的优秀特性,避免重复劳动,同时写出简洁、流畅、易读、易维护,并且具有地道Python风格的代码。本书尤其深入探讨了Python语言的高级用法,涵盖数据结构、Python风格的对象、并行与并发,以及元编程等不同的方面。
This book is dedicated to help Python developers to tap the excellent features of this language and related libraries, avoid repetitive work, and write concise, fluent, readable, maintainable, and authentic Python style code. In particular, this book explores the advanced usage of Python language, including data structure, python style objects, parallelism and concurrency, and metaprogramming. (2019-11-05, Python, 9692KB, 下载2次)

http://www.pudn.com/Download/item/id/1572945829224703.html

[其他书籍] 9428157

《3D数学基础:图形与游戏开发》专业培训机构指定教学参考书,多家游戏开发企业共同推荐,游戏业界权威,探索游戏开发背后的核心秘密。《3D数学基础:图形与游戏开发》主要介绍了基本的3D数学概念,这对电脑游戏开发人员和编程人员来说尤为重要。作者详尽地讨论了数学理论,并在必要时提供几何说明,帮助读者形成直观的3D感。
"3D Mathematics Foundation: Graphics and Game Development" professional training institutions designated teaching reference books, a number of game development enterprises jointly recommended, the authority of the game industry, to explore the core secrets behind game development. "Basic Mathematics of 3D: Graphics and Game Development" mainly introduces the basic concepts of 3D mathematics, which is particularly important for computer game developers and programmers. The author discussed the mathematical theory in detail and provided geometric explanations when necessary to help readers form an intuitive 3D sense. (2019-06-23, Python, 36KB, 下载1次)

http://www.pudn.com/Download/item/id/1561261193216644.html

[其他书籍] Python_Data_Science_Handbook

Python数据科学手册提供了对数据密集型科学,研究和发现至关重要的计算和统计方法的广度。 具有编程背景且希望有效地使用Python进行数据科学任务的人将学习如何面对各种问题:例如,如何将这种数据格式读入我的脚本? 如何操作,转换和清理这些数据? 如何可视化此类数据? 如何使用此数据获取洞察力,回答问题或构建统计或机器学习模型?
The Python Data Science Handbook provides a reference to the breadth of computational and statistical methods that are central to data-intensive science, research, and discovery. People with a programming background who want to use Python effectively for data science tasks will learn how to face a variety of problems: e.g., how can I read this data format into my script? How can I manipulate, transform, and clean this data? How can I visualize this type of data? How can I use this data to gain insight, answer questions, or to build statistical or machine learning models? (2019-04-19, Python, 19406KB, 下载6次)

http://www.pudn.com/Download/item/id/1555630753980371.html

[其他书籍] Python_核心编程_第二版

开篇将介绍一些 Python 的背景知识,包括什么是 Python、Python 的起源和它的一些关健特性。一旦你来了兴致,我们就会向你介绍怎样获得 Python 以及如何在你的系统上安装并运行它。本章最后的练习将会帮助你非常自如地使用 Python,包括使用交互式解释器以及创建并运行脚本程序。
In the beginning, I will introduce some background knowledge of Python, including what is Python, its origin and some of its key features. Once you're interested, we'll show you how to get Python and how to install and run it on your system. The final exercises in this chapter will help you to use Python with great ease, including using interactive interpreters and creating and running scripts. (2019-03-18, Python, 4681KB, 下载0次)

http://www.pudn.com/Download/item/id/1552872663540268.html

[其他书籍] Python学习笔记

我在学习《How to Think Like a Computer Scientist》 的过程中, 发现这本书很适合初学编程语言者, 而且深深被Python迷住了, 因此就整理出这本笔记, 供大家参考。 希望诸位多提意见, 逐渐完善它, 最终使它成为“指南” 之类参考书, 不再是笔记。Python是一种脚本语言, 它的语法表达优美易读。 它具有很多优秀的脚本语言的特点
In the course of my study<How to Think Like a Computer Scientist>, I found this book very suitable for beginners of programming languages, and deeply fascinated by Python, so I sorted out this note for your reference. I hope that you can make more comments and gradually improve it so that it will eventually become a reference book such as a "guide" and no longer a note. Python is a scripting language whose grammar is graceful and readable. It has many excellent scripting language features. (2019-01-15, Python, 340KB, 下载1次)

http://www.pudn.com/Download/item/id/1547516450864544.html

[其他书籍] Fluent Python

这是一本介绍Python语言特性的书,涵盖了OO、控制流(并发、context manager、协程)、元编程等Python语言中相对晦涩的进阶特性(支持3.4版本,兼顾2.7),但作者并不想将受众局限在框架开发人员或者热衷挖掘奇技淫巧的language lawyers,相反,这是一本写给所有Python使用者的书,在介绍这些特性的过程中,作者用简洁而且有洞见的讲解让不同层次的开发者都能通过对这些特性的学习,更好地理解自己的程序,从而写出更优秀的代码。
Fluent Python(This is a book that introduces the features of the Python language, covering the relatively advanced features of Python, control flow (concurrency, context manager, coroutine), metaprogramming, etc. (supporting version 3.4, taking care of 2.7), but the author I don't want to limit the audience to framework developers or language lawyers who are keen to dig into the singularity. On the contrary, this is a book written for all Python users. In introducing these features, the author uses concise and insightful Explain that developers of different levels can better understand their own programs by learning these features and writing better code.) (2018-10-09, Python, 8863KB, 下载7次)

http://www.pudn.com/Download/item/id/1539094482435182.html

[其他书籍] python简明教程

《A Byte of Python》 是一本由 Swaroop C H 编写,旨在于介绍如何使用 Python 语言进行编程的自由图书。它以教材与指南的形式为入门者介绍 Python 语言。如果你对电脑知识的了解仅限于如何保存文本文件的话,那这本书就是为你准备的。2005 年,沈洁元将本书的 1.20 版引进中国,并完成了全本翻译,将本书的译名定为《简明Python 教程》 。2017年,漠伦基于原书 4.0 版重新翻译,制作了本版全新译本,并沿用同样的译名。本版译本定义为 4.07c 版。最后修订于 2017 年 11 月 1 日。
<A Byte of Python> was written by Swaroop C H to introduce free books on how to use the Python language for programming. It takes the form of textbooks and guide for beginners Python language. If your knowledge of computer knowledge is limited to how to save text files, the book is for you. In 2005, Shen Jieyuan introduced the 1.20 edition of this book to China and completed the whole translation. The translation of this book was called the "concise Python course". In 2017, based on the retranslation of the 4 edition of the original book, Mo Lun made the new version of this edition and used the same translation. The version of this version is defined as the 4.07c version. It was finally revised in November 1, 2017. (2018-01-10, Python, 1782KB, 下载3次)

http://www.pudn.com/Download/item/id/1515578715553466.html

[其他书籍] Programming.Collective.Intelligence

集体编程智慧电子版(英文版) 本书以机器学习与计算统计为主题背景,专门讲述如何挖掘和分析Web上的数据和资源,如何分析用户体验、市场营销、个人品味等诸多信息,并得出有用的结论,通过复杂的算法来从Web网站获取、收集并分析用户的数据和反馈信息,以便创造新的用户价值和商业价值。全书内容翔实,包括协作过滤技术(实现关联产品推荐功能)、集群数据分析(在大规模数据集中发掘相似的数据子集)、搜索引擎核心技术(爬虫、索引、查询引擎、PageRank算法等)、搜索海量信息并进行分析统计得出结论的优化算法、贝叶斯过滤技术(垃圾邮件过滤、文本过滤)、用决策树技术实现预测和决策建模功能、社交网络的信息匹配技术、机器学习和人工智能应用等。
Collective Programming Wisdom Electronic Edition (English Version) The book focuses on machine learning and computational statistics. It focuses on mining and analyzing data and resources on the Web, analyzing user experiences, marketing, personal tastes, and other useful information. It uses sophisticated algorithms To collect, analyze and analyze user data and feedback the Web site in order to create new user value and business value. The book is informative, including collaborative filtering technology (to achieve associated product recommendation function), cluster data analysis (in a large-scale data set to explore similar data subset), search engine core technology (crawler, indexing, query engine, PageRank algorithm) Bayesian filtering technology (spam filtering, text filtering), decision tree technology to achieve prediction and decision-making modeling, social networking information matching technology, machine learning, and so on. Artificial intelligence applications. (2016-10-16, Python, 2569KB, 下载5次)

http://www.pudn.com/Download/item/id/1476614574934107.html

[其他书籍] python-turorial

这是小白的Python新手教程。简单易懂,转载自@liaoxuefeng的网站!! 如果你是小白用户,满足以下条件: 会使用电脑,但从来没写过程序; 还记得初中数学学的方程式和一点点代数知识; 想从编程小白变成专业的软件架构师; 每天能抽出半个小时学习。 不要再犹豫了,这个教程就是为你准备的! 准备好了吗?
It is white in Python newbie tutorial. Easy to understand, reprinted fromliaoxuefeng site! ! If you are a white users, meet the following criteria: use a computer, but never written procedures remember junior high school mathematics equations and a little algebra want white into professional programming software architect energy every day taking half an hour to learn. Do not hesitate, this tutorial is for you to prepare! Ready? (2014-10-17, Python, 577KB, 下载5次)

http://www.pudn.com/Download/item/id/2637829.html

[其他书籍] python

十分好用的Python教程!!!! Python 是一种容易学习的强大语言。 它包括了高效的高级数据结构,提供了一个简单但很有有效的方式以便进行面向对象编程。Python 优雅的语法,动态数据类型,以及它的解释器,使其成为了大多数平台上应用于各领域理想的脚本语言以及开发环境。
Python is very easy to use tutorial!!!! Python is an easy to learn, powerful language. It has efficient high-level data structure, provides a simple but very effective way for object-oriented programming. Python' s elegant syntax, dynamic data types, as well as its interpreter, making it the most ideal platform used in various areas of language and script development environment. (2011-05-11, Python, 912KB, 下载3次)

http://www.pudn.com/Download/item/id/1526803.html

[其他书籍] python

python中文编程(第二版) ·对Python核心特性系统的专家级讲解; ·为开发复杂的应用程序和软件所需的强大深入的视角; ·易用的图表,详细描述了Python 模块、操作符、函数和方法; ·大量的专业级的实例代码,从小的代码片段到功能齐全的应用程序一应俱全。
Chinese python programming (second edition) on the Python core characteristics of the system on the expert level for the development of complex applications and software required for a strong-depth perspective easy-to-use charts, a detailed description of the Python module, operation Fu, function and methods a large number of professional-grade examples of code, the code fragments from an early age to a full-featured applications that were readily available. (2008-09-10, Python, 4891KB, 下载43次)

http://www.pudn.com/Download/item/id/544550.html
总计:336