Quantcast
Browsing all 9596 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Python系列之――某公司代发快递业务的逻辑漏洞利用

作者:奶权 事情是这样的今天突然收到了一条短信 哇塞好高级屁颠跑去拿完快递后就赶紧打开了他们的官网 行吧能注册就先注册一个 接着翻一翻都有什么业务 最先注意到的就是首页旁边的寄件下单 进去之后随便填写了下信息生成了个订单 可以看到地址栏有我们的订单号 尝试一下能不能越权 居然真的可以 其实就算不能越权 这种订单的设计方式还是有缺陷的 到console里面看看是用什么方式填充这些数据的...

View Article


Image may be NSFW.
Clik here to view.

A First Attempt at An Amazon Echo Alexa Skills App Using Python: Parlibot, A...

Over the last couple of years, I’ve been dabbling with producing simple textual reports from datasets that can be returned in response to simple natural language style queries using chat interfaces...

View Article


Learn Python, Break Python: A Beginner's Guide to Programming

Scott Grant wrote: Learn python, Break Pythonis a hands-on introduction to the Python programming language, written for people who have no experience with programming whatsoever. After all, everybody...

View Article

Full Stack Python

Introduction You're knee deep in learning the python programming language. The syntax is starting to make sense. The first few "ahh-ha!" moments hit you as you learning conditional statements, for...

View Article

Image may be NSFW.
Clik here to view.

《Python Web开发实战》读后感

之前无意间看到董大神在他的博客上推荐他最近的书,但是要等到这个月的20号才发货,于是就立即在亚马逊上预约购买了。 然后22号的时候,这书总算到手了,趁着晚上空闲的时间,花了2个晚上的时候总算读完了。 读完后的第1个感觉就是写的内容比较全面,也比较新。感觉有很多东西虽然讲到了,但是还是需要下去自己再研究一下,只能说他提供了1个思路给你,还有很多东西他是预留给你完成的。...

View Article


Image may be NSFW.
Clik here to view.

使用Python自动提取内容摘要

利用计算机将大量的文本进行处理,产生简洁、精炼内容的过程就是文本摘要,人们可通过阅读摘要来把握文本主要内容,这不仅大大节省时间,更提高阅读效率。但人工摘要耗时又耗力,已不能满足日益增长的信息需求,因此借助计算机进行文本处理的自动文摘应运而生。近年来,自动摘要、信息检索、信息过滤、机器识别、等研究已成为了人们关注的热点。 自动摘要(Automatic...

View Article

Abu Ashraf Masnun: Introduction to Django Channels

Django is a brilliant web framework. In fact it is my most favourite one for various reasons. An year and a half ago, I switched to python and Django for all my web development. I am a big fan of the...

View Article

Python for Practical Statistics

These days were a bit busy. I want to break the silence with an interesting link to a video. This is an interesting and fun to watch talk coming from the last PyCon . It talks about “practical...

View Article


Reinforcement Learning with Monte Carlo and Tabulation Methods

I was reading another blog post about reinforcement learning using Monte Carlo and tabulation methods that provided an example of the technique using Blackjack. I decided to implement my own method...

View Article


Image may be NSFW.
Clik here to view.

Python Machine Learning Mini-Course

From Developer to Machine Learning Practitioner in 14 Days python is one of the fastest-growing platforms for applied machine learning. In this mini-course, you will discover how you can get started,...

View Article

Image may be NSFW.
Clik here to view.

Python 的图形界面(GUI)编程?

今天的想写的文章来源一个题目: python 的跨平台图形界面编程选用哪个库为好? - Python 也算是整理修改一下各位答主的回答,同时希望这篇文章可以帮助到想学习或者正在学习Python跨平台的同学。 喜欢听音乐的朋友欢迎围观一下昨晚的一个关于网易云音乐歌单的回答: 网易云音乐有哪些值得收藏的歌单? - 路人甲的回答 在进入库之前了解一下什么是图形界面(GUI)? GUI 是...

View Article

Image may be NSFW.
Clik here to view.

Python实现Zip文件的暴力破解

本次实验将带领大家用python的zipfile模块实现Zip文件的暴力破解,涉及的知识点包括:zipfile、argparse的用法等等。 本项目由 高海峰 发布在 实验楼 ,完整教程及在线练习地址: Python实现Zip文件的暴力破解 一、实验说明 1. 实验简介...

View Article

TPYBoard开发板获取MicroPython提示

原创版权归山东萝卜科技有限公司所有,转载必须以链接形式注明作者和原始出处。 REPL(交互式解释器?)全称是 Read Evaluate Print Loop, pyboard 允许用户和 Micorpython 的交互式连接。使用REPL 是测试代码和运行指令的最易方式。使用 REPL 可以往 main.py 中增添脚本内容。 使用 REPL 需要用 USB 串口连接...

View Article


Creating Sentiment Line Chart for the News with Watson, Python, and D3js

Table of Contents: Create a Starterapp Git Clone and Setup Create Additional Folders and Files Commit and Push Changes to Repository, Build and Deploy Create an AlchemyAPI service Create a Cloudant...

View Article

每个Python程序员都应该知道的35个Python语言特征和编程技巧

从我开始学习python的时候,我就开始自己总结一个python小技巧的集合。后来当我什么时候在Stack...

View Article


Image may be NSFW.
Clik here to view.

Micropython开发板固件烧写教程

原创版权归山东萝卜科技有限公司所有,转载必须以链接形式注明作者和原始出处。 1.初识ST-LINK V2 ST- LINK/V2是STM8和STM32微控制器系列的在线调试器和编程器。 单线接口模块(SWIM)和串行线调试(SWD)接口用于与应用板上的STM8和 STM32 微控制器通讯。 STM8的应用使用USB 全速接口与ST Visual Develop (STVD),ST Visual...

View Article

Image may be NSFW.
Clik here to view.

PyDev of the Week: Katie McLaughlin

This week we welcome Katie McLaughlin ( @glasnt ) as our PyDev of the Week! She is a core developer of the BeeWare project. You should take a moment and check out her Github profile to see what fun...

View Article


Image may be NSFW.
Clik here to view.

DSTAT: Versatile resource statistics tool

Introduction Whether a system is used as a web server or a normal PC, in a daily workflow, to keep under control its usage of resourcesis almost necessary: GNU/linux provides several tools for...

View Article

uWSGI File Wrapper and Python 3.5

A couple of weeks ago we hit a small but hard to track issue in one of our clients. They opened an issue telling us that the downloaded files appeared as corrupt. After closer examination, the...

View Article

使用Python抓取美团数据存于Excel中

使用python抓取美团数据存于Excel中 一点号数据分析精选2小时前 关键词:美团 Python Excel0.程序是针对美团中的美食部分数据按好评排序采集。 要抓取保存的数据为: 商家名 类型 地理位置 评论人数 均价 最低价格 1.首先编写网页数据采集函数,使用request采集网页源码,具体实现如下 def getHtml(url): headers = ('User-Agent',...

View Article
Browsing all 9596 articles
Browse latest View live