首页

情人节用python写个网站对ta表白吧!

情人节来了,广大男性同胞们都打算送给女朋友什么礼物?口罩?口红?不如用python写个网站对她表白吧!简约的动画+大火的想见你bgm,还有谁能不心动? 不会python?不会写网站?只要你能看懂print('hello world')再有一台电脑就完全足够了,python+Django+php+my...

2021-01-23 13:03:44 作者:osc_ixxabuu0


Valentine's day with Python to write a website to express it!

Valentine's Day is coming , The majority of male compatriots are going to give girlfriends what gifts ? masks ? Lipstick ? Better use python Write a ...

2021-01-23 13:10:45 作者:osc_ ixxabuu0


python用raw socket方式接收icmp包

import socket import sys while True: r = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.getprotobyname('ICMP')) r.settimeout(5) if sys.platfor...

2021-01-23 15:35:33 作者:airxiechao


Python uses raw socket to receive ICMP packets

import socket import sys while True: r = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.getprotobyname('ICMP')) r.settimeout(5) if sys.platfor...

2021-01-23 15:36:43 作者:airxiechao


Python实现学生信息管理系统【含代码】

先看测试效果图: 主界面 ! 20210123155358562.png 毕业生信息管理系统,实现学生个人信息基本的增删改查。 1.查看学生信息列表 2.增加学生信息 3.修改学生信息 4.删除学生信息 这篇关于Python实现一个简单的学生信息管理系统的文章就介绍到这了, 代码获取: https:...

2021-01-23 16:10:12 作者:ai52learn

Python实现学生信息管理系统【含代码】

Implementation of student information management system with Python

First look at the test results : main interface ! 20210123155358562.png Graduate information management system , Realize the basic addition, delet...

2021-01-23 16:10:34 作者:ai52learn

Implementation of student information management system with Python

Q-Q图原理详解及Python实现

【 导读 】 在之前的《数据挖掘概念与技术 第2章》的文章中我们介绍了Q Q图的概念,并且通过调用现成的python函数, 画出了Q Q图, 验证了Q Q图的两个主要作用,1. 检验一列数据是否符合正态分布 2. 检验两列数据是否符合同一分布。本篇文章将更加全面的为大家介绍QQ图的原理以及自己手写...

2021-01-23 16:36:43 作者:数据臭皮匠

Q-Q图原理详解及Python实现

Q-Q图原理详解及Python实现

【 导读 】 在之前的《数据挖掘概念与技术 第2章》的文章中我们介绍了Q Q图的概念,并且通过调用现成的python函数, 画出了Q Q图, 验证了Q Q图的两个主要作用,1. 检验一列数据是否符合正态分布 2. 检验两列数据是否符合同一分布。本篇文章将更加全面的为大家介绍QQ图的原理以及自己手写...

2021-01-23 16:36:46 作者:bbsmax

Q-Q图原理详解及Python实现

Detailed explanation of Q-Q diagram principle and python implementation

【 Reading guide 】 Prior to 《 Data mining concept and technology The first 2 Chapter 》 In this article we introduce Q Q The concept of graph , An...

2021-01-23 16:40:02 作者:Data cobbler

Detailed explanation of Q-Q diagram principle and python implementation

Detailed explanation of Q-Q diagram principle and python implementation

【 Reading guide 】 Prior to 《 Data mining concept and technology The first 2 Chapter 》 In this article we introduce Q Q The concept of graph , An...

2021-01-23 16:41:29 作者:bbsmax

Detailed explanation of Q-Q diagram principle and python implementation

Python設計模式面向物件程式設計

前言 本篇文章是基於極客時間王爭的《設計模式之美》做的總結和自己的理解。 說到面向物件程式設計,作為一個合格的Pythoner,可以說信手拈來。畢竟在Python裡“萬物都是物件”嘛,如果別人說你根本不會面向物件程式設計,或者根本不理解面向物件,那可能會得到你的謾罵,那說到底,你真的懂面向...

2021-01-23 16:42:02 作者:itread01

Python設計模式面向物件程式設計

Python design pattern object oriented programming

Preface This article is based on the geek time king contest 《 Beauty of design pattern 》 Make a summary and own understanding . When it comes...

2021-01-23 16:43:33 作者:itread01

Python design pattern object oriented programming

python字符串前加r、f、u、l 的区别

f strings 是指以 f 或 F 开头的字符串,其中以 { } 包含的表达式会进行值替换。(目前支持python3.6版本) 下面看下 f strings 的使用方法 基本使用(作用:替换值) name = 'xiaoming' age = 18 f'hi, {name}, are you {...

2021-01-23 17:12:16 作者:Python探索牛


The difference of adding R, F, u and l before Python string

f strings Refers to f or F Starting string , Among them { } The contained expression will be replaced by a value .( At present, we support pyth...

2021-01-23 17:12:29 作者:Python explore cattle


django学习笔记

ORM 查看SQL(一):借助日志系统 在操作ORM的时候,关注操作数据库的sql是很关键的信息,既有助于学习django的orm模型,又可以学习数据库相关的只是,更重要的是,可以帮助我们更好的优化查询 在项目的settings.json中添加如下代码,可以使得我们查看到每一次的操作数据库时的sq...

2021-01-23 20:03:51 作者:myself_oriented


Learning notes of Django

ORM see SQL( One ): With the help of the log system In operation ORM When , Focus on the operation of the database sql It's a key message , It's g...

2021-01-23 20:04:08 作者:myself_ oriented


Python 装饰器

Python 中一切皆对象,函数也是对象。函数可以赋值给一个变量,函数可以当作参数传递个另一个函数,函数可以通过 return 语句返回函数。而装饰器就是一个能够接收函数并返回函数的函数。这话乍听起来有点绕,但装饰器本质上就是一个函数。 既然要学习装饰器,首先就要知道它用于什么场景,装饰器通过面向切...

2021-01-23 20:52:32 作者:江湖十年


Python decorator

Python Everything is an object , Functions are also objects . Function can be assigned to a variable , A function can be passed as an argument to ano...

2021-01-23 20:53:00 作者:Ten years in the world


python基础---基础数据类型&str操作

1. 基础数类型总览(7种) 10203 123 3340 int + / 等等 '今天吃了没?' str 存储少量的数据,+ int 切片, 其他操作方法 True False bool 判断真假 12, True, 'a1', 1,2,3 list 存储大量的数据。 (12, True, 'a1...

2021-01-23 21:34:47 作者:何小青


Python foundation -- basic data type & STR operation

1. Overview of basic number types (7 Kind of ) 10203 123 3340 int + / wait ' Did you eat today ?' str Store a small amount of data ,+ int section...

2021-01-23 21:35:08 作者:He Xiaoqing


  • «
  • 404
  • 405
  • 406
  • 407
  • 408
  • »
  • 精选文章
  1. 零基础入门Python:基本命令、函数、数据结构
  2. Python: basic commands, functions and data structures
  3. 毫无基础的人如何入门Python?从入门到进阶三份教程,拿走不谢
  4. How can a person without foundation get into Python? From the introduction to the advanced three tutorials, take away
  5. Python设计模式面向对象编程
  6. Python design pattern object oriented programming
  7. Python设计模式面向对象编程
  8. Python design pattern object oriented programming
  9. 怎么样描述你的数据——用python做描述性分析
  10. GitHub上3k+star的python爬虫库你了解吗?详解MechanicalSoup爬虫库
  11. python数据分析——在python中实现线性回归
  12. 疫情来袭,30分钟学会用python开发部署疫情可视化网站
  13. How to describe your data
  14. Do you know the python crawler Library of 3K + star on GitHub? Mechanical soup crawler Library
  15. Python data analysis -- realizing linear regression in Python
  16. When the epidemic strikes, learn to develop and deploy the visualization website of epidemic situation with Python in 30 minutes
  17. 手机上利用python进行数据分析——创建自己的远程jupyter notebook
  18. python数据类型的强制转换
  19. Using Python for data analysis on mobile phones -- creating your own remote jupyter notebook
  20. Mandatory conversion of Python data type

广告位

赞助商

免责声明:本站所有信息均搜集自互联网,并不代表本站观点,本站不对其真实合法性负责。如有信息侵犯了您的权益,请告知,本站将立刻删除。联系邮箱:chxpostbox@gmail.com,我们将及时处理。
Copyright © 2019-2020 Python人 All Rights Reserved.