笨方法学Python号称最经典的python入门书籍现在出python3版本的了,你还不快来学? 英文高清带书签版本 You Will Learn Python 3! Zed Shaw has perfected the world’s best system for learning Python 3. Follow it and you will succeed—just like the millions of beginners Zed has taught to date! You bring the discipline, commitment, and persistence; the author supplies everything else. In Learn Python 3 the Hard Way, you’ll learn Python by working through 52 brilliantly crafted exercises. Read them. Type their code precisely. (No copying and pasting!) Fix your mistakes. Watch the programs run. As you do, you’ll learn how a computer works; what good programs look like; and how to read, write, and think about code. Zed then teaches you even more in 5+ hours of video where he shows you how to break, fix, and debug your code—live, as he’s doing the exercises. Install a complete Python environment Organize and write code Fix and break code Basic mathematics Variables Strings and text Interact with users Work with files Looping and logic Data structures using lists and dictionaries Program design Object-oriented programming Inheritance and composition Modules, classes, and objects Python packaging Automated testing Basic game development Basic web development It’ll be hard at first. But soon, you’ll just get it—and that will feel great! This course will reward you for every minute you put into it. Soon, you’ll know one of the world’s most powerful, popular programming languages. You’ll be a Python programmer. This Book Is Perfect For Total beginners with zero programming experience Junior developers who know one or two languages Returning professionals who haven’t written code in years Seasoned professionals looking for a fast, simple, crash course in Python 3
2023-02-12 01:10:11 4.25MB python
1
Python3.8 tgz安装
2023-02-09 22:43:43 22.8MB Python3.8tgz安装
1
配合我的博客看就好了,python3.6和python3.7对应的dlib的包
2023-02-08 16:58:25 5.06MB 源码软件 python 开发语言
1
采用python3+pyqt5制作的串口调试助手pyqt5_serial,可以在MACOX和linux上直接运行,方便开发人员在非WINDOWS上调试串口通信
2023-02-03 17:59:08 14KB linux qt pyqt5 serial
1
python3.4爬取网络图片,然后写入文件的示例小程序
2023-02-02 22:34:57 451B python3.4 爬取网络图片
1
适合用于学习python和python移植
2023-02-02 20:36:45 23.58MB python 学习 开发语言 后端
1
关于非对称加密算法我就不过多介绍了,本文着重于python3对RSA算法的实现。 from Crypto.PublicKey import RSA import Crypto.Signature.PKCS1_v1_5 as sign_PKCS1_v1_5 #用于签名/验签 from Crypto.Cipher import PKCS1_v1_5 #用于加密 from Crypto import Random from Crypto import Hash x = RSA.generate(2048) # y = RSA.generate(2048, Random.new().read) #
2023-01-31 10:51:14 53KB pt 加密 加密解密
1
PyCryptodome是python一个强大的加密算法库,可以实现常见的单向加密、对称加密、非对称加密和流加密算法。包含以下内容: 1.Base64编码 2.base64编码实现代码 3.单向加密算法 4.对称加密算法 5.非对称加密算法 6.流加密算法实现(以RC4为例)
2023-01-30 00:44:40 48KB Python 加密算法 加密解密 签名验签
1
官方学习手册,内含多个pdf文件,包括如何安装,到基本语法和高级的用法,讲的很全,是学习python3.8版本的很好资源包!
2023-01-29 09:32:48 21.98MB python
1
支持遍历多重目录对jpg、png等图片进行批量重命名,稍微改改对文件格式进行正则匹配,路径修改成自己的就能用。
2023-01-25 20:39:31 1KB 重命名 python python3 多层目录
1