Quantcast
Browsing all 9596 articles
Browse latest View live

Python 魔术方法指南

入门 构造和初始化 构造定制类 用于比较的魔术方法 用于数值处理的魔术方法 表现你的类 控制属性访问 创建定制序列 反射 可以调用的对象 会话管理器 创建描述器对象 持久化对象 总结 附录 此教程为我的数篇文章中的一个重点。主题是魔术方法。 什么是魔术方法?他们是面向对象的python的一切。他们是可以给你的类增加”magic”的特殊方法。他们总是被双下划线所包围(e.g. __init__ 或者...

View Article


Image may be NSFW.
Clik here to view.

关于某个socks代理站点的爬虫与防爬(附上python3源码)

前几天抓取代理ip的时候遇到这个站http://proxylist.hidemyass.com/。之前遇到的防爬手段都是加密,这个以干扰元素防爬的还是挺好玩的。 部分源码如下: <span> <style> .dPiH{display:none} .LG9p{display:inline} .aj01{display:none} .bGXZ{display:inline}...

View Article


Image may be NSFW.
Clik here to view.

Principal Component Analysis with Python

The amount of data generated each day from sources such as scientific experiments, cell phones, and smartwatches has been growing exponentially over the last several years. Not only are the number data...

View Article

tryexceptpass: Hacking together a Simple Graphical Python Debugger

Zero-to-Debugging in 15mins You don’t realize the value of a debugger until you’ve worked on a complicated or hard to visualize project using a development environment that provides decent debug...

View Article

深入对比数据科学工具箱:Python和R的C/C++实现

概述 几周前,我有幸在 Scipy 大会上发表了 Civis如何使用python和R的演讲。为什么要在一个Python大会上大谈R呢?这是要挑起一个Python和R语言的一场战争吗?不是的!讨论哪个语言比较好简直是浪费时间。在 Civis,我们很愉快地同时使用这两种语言,不仅仅是在我们日常工作中解决数据科学问题,也用它们来写一些其他工具。下面是我在SciPy 大会上的一些讨论。 问题现状 我们...

View Article


[Python]-12-星号变量的特殊用法

引言 在python中,星号除了用于乘法数值运算和幂运算外,还有一种特殊的用法"在变量前添加单个星号或两个星号",实现多参数的传入或变量的拆解,本文将详细介绍"星号参数"的用法。 文章目录 0×1.什么是星号变量...

View Article

python3下载远程代码并执行

第一步: 先在gist之类的网站上贴上代码,目的不是高亮,而可以raw的形式获取代码,这样可以省掉处理html的时间,我这里用的是pasteraw: 远程上的代码: http://cdn.pasteraw.com/6hwu5u4ujhdv5gvyh07qrahb9d0orer tkinter代码的兼容性真是超好,我基本抄的十年前教程上的代码,其中代码如下,那些奇怪的字符是原型是一个2K的MP3文件:...

View Article

Python读取文件的最后一行(非空行)

利用python读取文件(针对大文件和小文件两种)的首行(第一行)和末行(最后一行)。脚本借鉴了前人的两种处理思路(在下面的脚本中有注释说明引用出处),并修正了原先两种处理方法中如果文件末尾含有多个空行而返回空行的问题。 脚本内容可以从GitHub上获取:...

View Article


Decimal Functions in Python | Set 2 (logical_and(), normalize(), quantize(),...

Some of the Decimal functions have been discussed in Set 1 below Decimal Functions in python | Set 1 More functions are discussed in this article. 1. logical_and():- This function computes digit-wise...

View Article


Image may be NSFW.
Clik here to view.

嵌入式系统中,Python与C/C++哪方更为适用?

【51CTO.com快译】长久以来,C/C++一直编译着嵌入式系统编程领域,但二者亦拥有自己的缺陷。相比之下,python则成为嵌入式系统中的另一大绝佳语言选项。在今天的文章中,我们将共同探讨双方的优劣与Python在嵌入式编程领域的定位。...

View Article

Image may be NSFW.
Clik here to view.

A full-featured form software built with love in python

Young是一个用python写的功能丰富的、界面小清新的类似NodeBB的社区软件。 README in English Features: 话题按主题分类,你可以查看某一主题的话题 支持匿名发帖,匿名评论 社交功能(朋友圈,发状态) 像QQ一样即时聊天 实时提醒 资源分享 Screenshots Installation 在Unbuntu 16.04上 git clone...

View Article

Image may be NSFW.
Clik here to view.

SICP Python 描述 2.4 可变数据

2.4 可变数据 来源: 2.4 Mutable Data 译者:飞龙 协议: CC BY-NC-SA 4.0 我们已经看到了抽象在帮助我们应对大型系统的复杂性时如何至关重要。有效的程序整合也需要一些组织原则,指导我们构思程序的概要设计。特别地,我们需要一些策略来帮助我们构建大型系统,使之模块化。也就是说,它们可以“自然”划分为可以分离开发和维护的各个相关部分。...

View Article

Image may be NSFW.
Clik here to view.

【python之旅】python的面向对象

【python之旅】python的面向对象 5小时前来源:cnblogs 1、编程范式 编程是程序员用特定的语法+数据结构+算法组成的代码来告诉计算机如何执行任务的过程,一个程序是程序员为了得到一个任务结果而编写的一组指令的集合,实现一个任务的方式有很多种不同的方式,...

View Article


Image may be NSFW.
Clik here to view.

20 Python libraries you aren't using (but should)

Tools on display (source: Frank Vincentz via Wikimedia Commons ). Expanding Your python Knowledge: Lesser-Known Libraries The Python ecosystem is vast and far-reaching in both scope and depth....

View Article

Image may be NSFW.
Clik here to view.

Baidu open-sources Python-driven machine learning framework

Many of the latest machine learning and data science tools purport to beeasy to work withcompared to previous generations of such frameworks and libraries. Chinese search engine giant Baidu now has an...

View Article


Image may be NSFW.
Clik here to view.

3 new programming languages: What their creators say

With hundreds of programming languages already in existence, why invest the considerable effort in creating a new one? For developers of three newfangled open source languages -- Coconut, Crystal, and...

View Article

Image may be NSFW.
Clik here to view.

Improved Frontera: Web Crawling at Scale with Python 3 Support

python is our go-to language of choice and Python 2 is losing traction. In order to survive, older programs need to be Python 3 compatible. And so we’re pleased to announce that Frontera will remain...

View Article


Image may be NSFW.
Clik here to view.

简明Python教程PDF

简明python教程可以作为 Python 编程语言的一本指南或者教程。它主要是为新手而设计,不过对于有经验的程序员来说,它同样有用。 即便你对计算机的了解只是如何在计算机上保存文本文件,你都可以通过本书学习 Python。如果你有编程经验,你也可以使用本书学习 Python。 如果你以前有编程经验,那么你将会对 Python...

View Article

Image may be NSFW.
Clik here to view.

Designing Digging Into Django

Are you ready to search for more treasures with Django? The theme for our upcomingDjango course, Digging Into Django, plays off of the Indiana Jones movies, where adventure and treasures await in the...

View Article

《Python Web开发实战》预售喽

15年11月19日,我打开了一个不常用的邮箱,看到了2天前编辑给我发的邮件,问我想不想写本python相关的书。 那个时候正是我的黑暗期,一个专注写代码几年的人开始做一些管理工作,一方面要学习,要转换思想,一方面心情也不好,每天就是在处理各种杂事,别说是技术进步了,哪怕把事情考虑周全的时间都没有。每天 一个人当成2个人来用,心情也不好。...

View Article
Browsing all 9596 articles
Browse latest View live