搜索


会员资源切换至【手机版】

切换本帖至【手机版】


开启左侧

Python3基础教程 Lynda.com.Python3 Enssential Training [光盘镜像]

[复制链接]
发表于 2021-8-9 17:21:28 | 显示全部楼层 |阅读模式
下载备注说明:


  • 1.有些P2P资源共享较早,会出现无源或暂时无源的情况,如果您喜欢它,请耐心挂机等待。


  • 2. 有些磁力链接无法自动解析,比如:


    [url=magnet:?xt=urn:btih:E1346C46C3736056756E98D2EC22A383D7D2600F&dn=[www.books51.com]太阳之下_幸福北韩 Under.the.Sun.2015.DOCU.1080p.WEB-DL.AAC2.0.H264-FGT 4GB]点击下载[/url]



    可自行选择字符


    [url=


    红色为磁力地址


    ]点击下载


    之间的内容 (红色字符代表要复制的磁力链接代码,选择后点击CRTL+C 复制到下载工具中




  • 游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0


    资源信息:



    中文名


    : Python3基础教程


    英文名


    : Lynda.com.Python3 Enssential Training


    资源格式


    : 光盘镜像


    主讲人


    : Bill Weinman


    发行日期


    : 2010年07月29日


    地区


    : 美国


    对白语言


    : 英语


    文字语言


    : 英文


    概述


    :



    由于python的功能强大,简洁和完全的面向对象,python已经成为很多大型组织包括谷歌,雅虎和IBM的脚本语言的理想选择。 在本教程里, Bill Weinman 致力于教给大家怎样用 python 3 来创造出完美设计的脚本和管理已经存在的项目。 本教程覆盖了基本的python3的语法和用法,包括高级特性比如面向对象,扩展和异常。 教程中示范项目包括了一个标准化的数据库借口和一个完全实现数据的创建,查询,更新,删除的应用程序。 练习是和教程同步的。 教程中的内容包括: * 面向有经验的开发者的 Python3的快速介绍。 * 创建函数和对象 * 使用python的内置对象和类 * 使用循环和迭代来让代码循环执行 * 理解并使用条件表达式 * 用继承来创建语句 * 用对象和库来重用代码 * 使用异常来处理错误 Due to its power, simplicity, and complete object model, Python has become the scripting language of choice for many large organizations, including Google, Yahoo, and IBM. In Python 3 Essential Training, Bill Weinman demonstrates how to use Python 3 to create well-designed scripts and maintain existing projects. This course covers the basics of the language syntax and usage, as well as advanced features such as objects, generators, and exceptions. Example projects include a normalized database interface and a complete working CRUD application. Exercise files accompany the course. Topics include: * A Python 3 quick start for experienced developers * Creating functions and objects * Using Python’s built-in objects and classes * Repeating code with loops and iterators * Understanding and using conditional expressions * Creating sequences with generators * Reusing code with objects and libraries * Handling errors with exceptions Exercise Files ex. files video The advantage of exercise files. Exercise files are copies of the identical files (documents, photos and so on) the author uses throughout this course. The files will help you make the most of your learning experience by providing you the opportunity to open them in your own software and follow along with tutorials. Exercise files are available to Premium Subscribers only. Learn more.




    目录


    : 1. Introduction Welcome 01:32 Understanding prerequisites for Python 02:04 Using the exercise files 01:38 33:29 2. Python Quick Start Getting started with "Hello World" 04:43 Selecting code with conditionals 04:45 Repeating code with a loop 04:13 Reusing code with a function 02:43 Creating sequences with generator functions 02:46 Reusing code and data with a class 04:39 Greater reusability with inheritance and polymorphism 07:17 Handling errors with exceptions 02:23 17:01 3. Setting Up Python Installing Python 3 and Eclipse for Mac 08:45 Installing Python 3 and Eclipse for Windows 08:16 28:00 4. General Syntax Creating a main script 03:27 Understanding whitespace in Python 04:08 Commenting code 03:28 Assigning values 03:37 Selecting code and values with conditionals 04:46 Creating and using functions 03:54 Creating and using objects 04:40 31:23 5. Variables, Objects, and Values Understanding variables and objects in Python 02:46 Distinguishing mutable and immutable objects 02:41 Using numbers 03:34 Using strings 06:38 Aggregating values with lists and tuples 04:55 Creating associative lists with dictionaries 04:24 Finding the type and identity of a variable 04:45 Specifying logical values with True and False 01:40 09:42 6. Conditionals Selecting code with if and else conditional statements 02:22 Setting multiple choices with elif 02:14 Understanding other strategies for multiple choices 02:38 Using the conditional expression 02:28 11:26 7. Loops Creating loops with while 01:27 Iterating with for 03:54 Enumerating iterators 03:22 Controlling loop flow with break, continue, and else 02:43 23:28 8. Operators Performing simple arithmetic 02:14 Operating on bitwise values 03:30 Comparing values 03:32 Operating on Boolean values 02:59 Operating on parts of a container with the slice operator 06:52 Understanding operator precedence 04:21 11:34 9. Regular Expressions Using the re module 01:04 Searching with regular expressions 03:12 Replacing with regular expressions 03:29 Reusing regular expressions with re.compile 03:49 09:10 10. Exceptions Learning how exceptions work 01:18 Handling exceptions 04:15 Raising exceptions 03:37 23:01 11. Functions Defining functions 06:23 Using lists of arguments 02:26 Using named function arguments 04:32 Returning values from functions 01:55 Creating a sequence with a generator function 07:45 47:29 12. Classes Understanding classes and objects 05:12 Using methods 06:12 Using object data 10:04 Understanding inheritance 05:11 Applying polymorphism to classes 07:13 Using generators 09:48 Using decorators 03:49 18:54 13. String Methods Understanding strings as objects 03:25 Working with common string methods 05:24 Formatting strings with str.format 05:31 Splitting and joining strings 02:49 Finding and using standard string methods 01:45 25:27 14. Containers Creating sequences with tuples and lists 04:06 Operating on sequences with built-in methods 05:50 Organizing data with dictionaries 04:56 Operating on character data with bytes and byte arrays 10:35 11:46 15. File I/O Opening files 02:04 Reading and writing text files 04:33 Reading and writing binary files 05:09 21:27 16. Databases Creating a database with SQLite 3 06:56 Creating, retrieving, updating, and deleting records 07:31 Creating a database object 07:00 18:27 17. Modules Using standard library modules 08:00 Finding third-party modules 05:47 Creating a module 04:40 23:11 18. Debugging Dealing with syntax errors 08:19 Dealing with runtime errors 04:00 Dealing with logical errors 04:22 Using unit tests 06:30 19:56 19. Building a Database Application Normalizing a database interface 06:39 Deconstructing a database application 08:09 Displaying random entries from a database 05:08 00:29 Conclusion Goodbye 00:29

    主题推广




    回复

    使用道具 举报

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

    本版积分规则

    切换至【手机版】| 主站| Archiver|

    JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

    |网站地图

    GMT+8, 2026-3-23 22:17 , Processed in 0.789628 second(s), 78 queries .

     

    快速回复 返回顶部 返回列表