《Python核心编程(第3版)》是经典畅销图书《Python核心编程(第二版)》的全新升级版本。 《Python核心编程(第3版)》总共分为3部分。第1部分为讲解了Python的一些通用应用,包括正则表达式、网络编程、Internet客户端编程、多线程编程、GUI编程、数据库编程、Microsoft Office编程、扩展Python等内容。 《Python核心编程(第3版)》第2部分讲解了与Web开发相关的主题,包括Web客户端和服务器、CGI和WSGI相关的Web编程、Django Web框架、云计算、高级Web服务。 《Python核心编程(第3版)》第3部分则为一个补充/实验章节,包括文本处理以及一些其他内容。 《Python核心编程(第3版)》适合具有一定经验的Python开发人员阅读。
2021-04-19 14:08:57 28.58MB Python 编程 azw3
1
基于jupyter notebook的python编程—–机器学习中的线性分类器目录一、机器学习中线性分类器的定义1、什么是线性分类器?2、线性分类器的实现原理3、设计线性分类器的主要步骤4、Fisher线性判别二、例题1–鸢尾花数据集的分类可视化及预测1、准备鸢尾花数据集2、打开jupyter进行python环境创建3、编写鸢尾花数据集的分类可视化代码4、鸢尾花数据集的分类可视化的整体python代码三、例题2–判定一下模式属于哪类?1、将x=[7,5]tx=[7,5]^tx=[7,5]t代入上述判别函数2、该题三类问题判别原理3、通过python代码的判定如下所示 在进行人工智能机器学习的
2021-04-18 15:08:17 65KB jupyter NOT notebook
1
Chapter 2 Magic coins example. magic_coins1.py Chapter 3 Favourite sports. favourite_sports.py Furniture placeholder. furniture_placeholder.py A list of lists. list_of_lists.py A letter from Malcolm Dithering dithering_letter.py Escaping quotes quote_escaping.py The Wizard List wizard_list.py Chapter 4 The turtle draws a square. turtle1.py The turtle draws two parallel lines. turtle2.py Chapter 5 If statements if_statements.py Conditions in if-statements. conditions.py Else-if (elif) statements. elif_statements.py Strings and numbers. strings_and_numbers.py Chapter 6 Five Hellos. five_hellos.py Huge hairy pants (example 1). huge_hairy_pants1.py Huge hairy pants (example 2). huge_hairy_pants2.py Magic coins (example 2). magic_coins2.py A while-loop with multiple conditions. while_loop_multiple_conditions.py Looping through the wizard list. wizard_list_loop.py Chapter 7 A function to calculate your savings. savings.py Building a spaceship. spaceship_building.py Test function (example 1). test_function1.py Test function (example 2). test_function2.py Your age function. your_age.py Chapter 8 Giraffes (example 1). giraffes1.py Giraffes (example 2). giraffes2.py Three turtles. three_turtles.py Chapter 9 Using the abs (absolute) function. abs_function.py Using the exec (execute) function. exec_function.py Using the len (length) function. len_function.py Using the max and min functions. max_and_min.py Using the range function. range_function.py Using the sum function. range_function.py Opening a file. opening_a_file.py Writing to a file. writing_to_a_file.py Chapter 10 Copying objects (example 1). copying_objects1.py Copying objects (example 2). copying_objects1.py Guess a random number. guess_a_number.py Random desserts. random_desserts.py Using the time module. timing_lots_of_numbers.py Using pickle to save information. pickle_saving.py Using pickle to load information. pickle_loading.py Chapter 11 Drawing an eight point star. eight_point_star.py Drawing a many
2021-04-15 20:43:56 37KB 趣学 Python 编程
1
小学python编程教学
2021-04-15 10:01:28 1.63MB 小学python编程教学
1
python基础语法脑图
2021-04-14 09:05:21 124KB python 编程语言 思维导图
1
少儿Python编程课件,通过通俗易懂的方式让孩子掌握Python编程,通过通俗易懂的语言阐述python的基础知识,在结尾还加入了两个有趣的小游戏以供大家学习。
2021-04-12 09:06:11 4.81MB python课件
1
有关一道身份证的题目,要求python解决 就昨天晚上嗷一个妹纸问我这样一道问题哈: 问题: 一个合法的身份证号码由17位地区、日期编号和顺序编号加1位校验码组成。校验码的计算规则如下: 首先对前17位数字加权求和,权重分配为:{7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2};然后将计算的和对11取模得到值Z;最后按照以下关系对应Z值与校验码M的值: Z:0 1 2 3 4 5 6 7 8 9 10 M:1 0 X 9 8 7 6 5 4 3 2 现在给定一些身份证号码,请你验证校验码的有效性,并输出有问题的号码。 输入格式: 输入第一行给出正整数N(≤100)是输入
2021-04-11 15:41:47 60KB python 校验码 身份证
1
适合提高编程能力的新手练习,是李永华《python编程300例》书中所有例子的源码。
2021-04-08 14:04:58 202KB python 编程练习
1
少儿python编程教学 少儿编程python授课ppt 少儿Python编程课件,通过通俗易懂的方式让孩子掌握Python编程
2021-04-08 13:04:52 4.67MB 少儿编程 python编程 少儿python编程
python编程入门经典电子书 PDF中文版涵盖的主题从字符串、列表和字典一直到类、对象和模块。掌握这些内容后,读者将学会如何迅速而自信地创建健壮、可靠而又可重用的python应用程序。
2021-04-08 10:56:01 57.09MB python编程
1