资源搜
资源搜
👀 联系夏柔
🔥 投稿源码
资源搜

资源搜

  • 全部
  • 123盘
  • 阿里盘
  • 百度云
  • 迅雷
  • 夸克
  • 115
  • 蓝奏云
  • 其他
已收录34127条资源,仅供学习交流,请在24h内删除资源!

Mastering Python Regular expressions PDF_Python教程

资源名称:Mastering Python Regular Expressions PDF   Regular expressions are used by many text editors, utilities, and programming languages to search and manipulate text based on patterns. They are considered the Swiss army knife of text processing. Powerful search, replacement, extraction and validation of strings, repetitive and complex tasks are reduced to a simple pattern using regular expressions. Mastering Python Regular Expressions will teach you about Regular Expressions, starting from the basics, irrespective of the language being used, and then it will show you how to use them in Python. You will learn the finer details of what Python supports and how to do it, and the differences between Python 2.x and Python 3.x. The book starts with a general review of the theory behind the regular expressions to follow with an overview of the Python regex module implementation, and then moves on to advanced topics like grouping, looking around, and performance. You will explore how to leverage Regular Expressions in Python, some advanced aspects of Regular Expressions and also how to measure and improve their performance. You will get a better understanding of the working of alternators and quantifiers. Also, you will comprehend the importance of grouping before finally moving on to performance optimization techniques like the RegexBuddy Tool and Backtracking. Mastering Python Regular Expressions provides all the information essential for a better understanding of Regular Expressions in Python. Approach A short and straight to the point guide that explains the implementation of Regular Expressions in Python. Who this book is for This book is aimed at Python developers who want to learn how to leverage Regular Expressions in Python. Basic knowledge of Python is required for a better understanding.   资源截图:
陌佑
百度云
百度云

2019最新Django全套教程【千锋Python】_Python教程

更多Python相关视频资料,可添加QQ2377443170免费领取 一步步带你熟悉Django框架,然后掌握博客、论坛、电商平台等常见Web前后端开发技能。 掌握虚拟开发环境配置、ORM、模板、views视图函数、会话机制、中间件、缓存、分页、验证码、邮件、日志。
陌佑
百度云
百度云

Python 学习笔记 第二版_Python教程

资源名称:Python 学习笔记 第二版 内容简介: Python 学习笔记 第二版雨痕的python学习笔记, 很好的学习资料,想学习python的朋友可以收藏下。    资源截图:
陌佑
百度云
百度云

The Python Quick Syntax Reference 英文PDF_Python教程

资源名称:The Python Quick Syntax Reference 英文PDF The Python Quick Syntax Reference is the “go to” book that contains an easy to read and use guide to Python programming and development. This condensed code and syntax reference presents the Python language in a well-organized format designed to be used time and again. You won't find jargon, bloated samples, case studies, or history of Hello World and computer theory in this handy reference. This Python syntax reference is packed with useful information and is a must-have for any Python developer. What you’ll learn     Variables, strings, lists, dictionaries and conditional statements are and how to use them     Some of the standard libraries and what they can do to help you     How to write your own functions     How to write your first Python program based on terminal Input and Output     How to use the Python Interactive Shell     How to use classes in your Python programs Who this book is for The Python Quick Syntax Reference is a great pocket reference guide for anyone wanting to program in Python, from the new user to the experienced programmer. Chapter 1: Hello Python  Chapter 2: Variables  Chapter 3: Operators  Chapter 4: Strings  Chapter 5: Conditional Statements and Loops Chapter 6: Data Structures Chapter 7: Keywords Chapter 8: Functions Chapter 9: Libraries Chapter 10: Classes 资源截图:
陌佑
百度云
百度云

Django轻松实现博客网站【2019千锋Python】(28集)_Python教程

更多Python相关视频资料,可添加QQ2377443170免费领取 学完本教程,可轻松使用Django实现自己的博客网站,提升自己的竞争力。
陌佑
百度云
百度云

Raspberry Pi Python编程入门_Python教程

资源名称:Raspberry Pi Python编程入门 内容简介: Raspberry Pi:Python编程入门以创客的视角介绍Raspherry Pi(树莓派)及其主流编程语言Python,用大量贴近工作和生活的实例引导读者快速用Python给Raspherry Pi编程,以及利用GPIO接口开发轮式机器人这样的硬件项目。Raspberry Pi:Python编程入门配有专门的在线资源,读者可免费下载书中所有例子的代码。 本书非常适合作为广大Raspherry Pi爱好者的入门书,也适合高等院校计算机及电子信息相关专业师生选读。 资源目录: 第1章 入门浅尝  第2章 小试牛刀  第3章 Python基础  第4章 字符串、列表与字典  第5章 模块、类和方法模块  第6章 文件与互联网  第7章 图形用户界面  第8章 游戏编程  第9章 连接硬件  第10章 原型项目(时钟)  第11章 Raspi Robot机器人  第12章 学习资源与应用方向 资源截图:
陌佑
百度云
百度云

Hello World!: Computer Programming for Kids and Other Beginners 英文PDF_Python教程

资源名称:Hello World!: Computer Programming for Kids and Other Beginners 英文PDF    Getting Started     Remember This: Memory and Variables     Basic Math     Types of Data     Input     GUIs—Graphical User Interfaces     Decisions, Decisions     Loop the Loop     Just for You—Comments     Game Time     Nested and Variable Loops     Collecting Things Together—Lists and Dictionaries     Functions     Objects     Modules     Graphics     Sprites and Collision Detection     A New Kind of Input—Events     Sound     More GUIs     Print Formatting and Strings     File Input and Output     Take a Chance—Randomness     Computer Simulations     Skier Explained     Python Battle     What's Next? 资源截图:
陌佑
百度云
百度云

最新Tornado框架实战教程【2019千锋Python】(36集)_Python教程

更多Python相关视频资料,可添加QQ2377443170免费领取 学完本章节,可以掌握使用Tornado开发Web服务器,高效处理每秒数以万计的连接。
陌佑
百度云
百度云

python_3.1官方入门指南中文版_Python教程

资源名称:python_3.1官方入门指南中文版 资源截图:
陌佑
百度云
百度云

Learning Python with Raspberry Pi PDF_Python教程

资源名称:Learning Python with Raspberry Pi PDF Learning Python with Raspberry Pi Description: The must-have companion guide to the Raspberry Pi User Guide! Raspberry Pi chose Python as its teaching language of choice to encourage a new generation of programmers to learn how to program. This approachable book serves as an ideal resource for anyone wanting to use Raspberry Pi to learn to program and helps you get started with the Python programming language. Aimed at first-time developers with no prior programming language assumed, this beginner book gets you up and running.     Covers variables, loops, and functions     Addresses 3D graphics programming     Walks you through programming Minecraft     Zeroes in on Python for scripting Learning Python with Raspberry Pi proves itself to be a fantastic introduction to coding.   资源截图:
陌佑
百度云
百度云
⬅️ 1...20022003200420052006...3148

添加微信,反馈问题

微信及时反馈问题,方便沟通,请备注 ❤️

搜索榜单

1

骚老板资源网整站源码 打包数据高达2GB

1698

2

绿色风格网络公司源码 php网络建站公司源码

1100

3

(自适应手机版)响应式餐饮美食企业网站源码 餐饮品牌连锁机构织梦模板

1052

4

雷速问卷调查系统(疫情上报系统) v7.08

943

5

Zblog仿918回忆模特写真网带整站数据图库系统源码

899

6

一款笑话类网站源码 简约清爽的织梦笑话网站模板

825

最新资源

1

网狐电玩系列/乐游电玩城/免微信免短信登陆

2

湖南地方玩法好玩互娱纯源码

3

最新更新网狐旗舰大联盟+UI工程

4

傲玩系列客户端通用加解密工具

5

优米H5电玩城组件/多语言/带84个游戏/后台带控+搭建视频教程

6

网狐系列猫娱乐新UI蜡笔小新金币组件

友情链接:
免费APISSL在线检测在线pingAPI版本项目seo教程免费下载狗凯源码网 查看更多
网站地图 法律声明
本站所存储的源码数据均为转载,不提供在线播放和下载服务。本站为非盈利性,不收取费用,所有内容不用于商业行为,仅供学习交流使用。如有侵权,请联系15001904@qq.com
  • 联系微信,反馈问题

  • 点此立刻反馈