Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kangyupeng
/
python3
Public
forked from
skyler-dao/python3
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
12 Commits
12 Commits
Folders and files
Name
Name
Last commit message
Last commit date
.idea
.idea
templates
templates
MyTimer.py
MyTimer.py
Python 1 基础.py
Python 1 基础.py
Python 10-1 错误处理.py
Python 10-1 错误处理.py
Python 10-2 调试.py
Python 10-2 调试.py
Python 10-2 调试2.py
Python 10-2 调试2.py
Python 10-3 单元测试.py
Python 10-3 单元测试.py
Python 10-3 单元测试2.py
Python 10-3 单元测试2.py
Python 10-4 文档测试.py
Python 10-4 文档测试.py
Python 11 IO编程(文件读写,StringIO和BytesIO,操作文件和目录,序列化).py
Python 11 IO编程(文件读写,StringIO和BytesIO,操作文件和目录,序列化).py
Python 12-1 进程和线程(多进程).py
Python 12-1 进程和线程(多进程).py
Python 12-2 进程和线程(多线程) .py
Python 12-2 进程和线程(多线程) .py
Python 12-3 进程和线程(ThreadLocal).py
Python 12-3 进程和线程(ThreadLocal).py
Python 12-4 进程和线程(进程 VS 线程).py
Python 12-4 进程和线程(进程 VS 线程).py
Python 12-5 进程和线程(分布式进程,任务进程).py
Python 12-5 进程和线程(分布式进程,任务进程).py
Python 12-5 进程和线程(分布式进程,服务进程).py
Python 12-5 进程和线程(分布式进程,服务进程).py
Python 13 正则表达式.py
Python 13 正则表达式.py
Python 14-1 常用内建模块(datetimes).py
Python 14-1 常用内建模块(datetimes).py
Python 14-2 常用内建模块(collections).py
Python 14-2 常用内建模块(collections).py
Python 14-3 常用内建模块(base64,struct,hashlib,itertools).py
Python 14-3 常用内建模块(base64,struct,hashlib,itertools).py
Python 14-4 常用内建模块(XML,HTMLParser,urllib).py
Python 14-4 常用内建模块(XML,HTMLParser,urllib).py
Python 15 常用第三方模块(PIL).py
Python 15 常用第三方模块(PIL).py
Python 16 virtualenv.py
Python 16 virtualenv.py
Python 17 图形界面.py
Python 17 图形界面.py
Python 18 网络编程-TcpClient.py
Python 18 网络编程-TcpClient.py
Python 18 网络编程-TcpServer.py
Python 18 网络编程-TcpServer.py
Python 18 网络编程-UdpClient.py
Python 18 网络编程-UdpClient.py
Python 18 网络编程-UdpServer.py
Python 18 网络编程-UdpServer.py
Python 18 网络编程-echo_tcp_client.py
Python 18 网络编程-echo_tcp_client.py
Python 18 网络编程-echo_tcp_server.py
Python 18 网络编程-echo_tcp_server.py
Python 19 电子邮件-大致了解了一下因为几乎用不到所以暂时不实践了.py
Python 19 电子邮件-大致了解了一下因为几乎用不到所以暂时不实践了.py
Python 2 函数(参数).py
Python 2 函数(参数).py
Python 20 访问数据库-MySQL.py
Python 20 访问数据库-MySQL.py
Python 20 访问数据库-SQLAlchemy.py
Python 20 访问数据库-SQLAlchemy.py
Python 20 访问数据库-SQLite.py
Python 20 访问数据库-SQLite.py
Python 21-1 Web开发.py
Python 21-1 Web开发.py
Python 21-2 Web开发(使用Web框架).py
Python 21-2 Web开发(使用Web框架).py
Python 21-2 Web开发(使用模板).py
Python 21-2 Web开发(使用模板).py
Python 22 异步IO.py
Python 22 异步IO.py
Python 3 高级特性(切片,迭代,列表生成式).py
Python 3 高级特性(切片,迭代,列表生成式).py
Python 31-1 爬虫.py
Python 31-1 爬虫.py
Python 31-2 爬汇率.py
Python 31-2 爬汇率.py
Python 4 高级特性(生成器,迭代器).py
Python 4 高级特性(生成器,迭代器).py
Python 5 函数式编程(高阶函数(map reduce filter sorted)).py
Python 5 函数式编程(高阶函数(map reduce filter sorted)).py
Python 6 函数式编程(返回函数,匿名函数,装饰圈,偏函数).py
Python 6 函数式编程(返回函数,匿名函数,装饰圈,偏函数).py
Python 7 模块.py
Python 7 模块.py
Python 8 面向对象编程(类和实例,访问限制,继承和多态,获取对象信息,实例属性和类属性).py
Python 8 面向对象编程(类和实例,访问限制,继承和多态,获取对象信息,实例属性和类属性).py
Python 9-1 面向对象高级编程(使用__slots__).py
Python 9-1 面向对象高级编程(使用__slots__).py
Python 9-2 面向对象高级编程(使用ATproperty).py
Python 9-2 面向对象高级编程(使用ATproperty).py
Python 9-3 面向对象高级编程(多重继承).py
Python 9-3 面向对象高级编程(多重继承).py
Python 9-4 面向对象高级编程(定制类).py
Python 9-4 面向对象高级编程(定制类).py
Python 9-5 面向对象高级编程(使用枚举类).py
Python 9-5 面向对象高级编程(使用枚举类).py
Python 9-6 面向对象高级编程(使用元类).py
Python 9-6 面向对象高级编程(使用元类).py
Python 教程 目录.txt
Python 教程 目录.txt
README.md
README.md
dump.txt
dump.txt
hello (2).py
hello (2).py
hello.html
hello.html
hello.py
hello.py
rate.db
rate.db
sina.html
sina.html
test.db
test.db
test.txt
test.txt
test1.txt
test1.txt
test2.db
test2.db
xor string.py
xor string.py
View all files
Repository files navigation
README
More
items
python3
python3学习笔记
主要教程为廖雪峰Python3版本!!!
About
python3学习笔记
Resources
Readme
Activity
Stars
1
star
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.