Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Browsing all 9596 articles
Browse latest View live

cpython on github

This is python version 3.7.0 alpha 1 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights reserved....

View Article


A script for backing up your Instapaperbookmarks →

backup-instapaper This is a python script for backing up your bookmarks from Instapaper. It mimics the HTML/CSV export function provided by Instapaper, but in script form. Installation This script can...

View Article


The history behind the decision to move Python to GitHub

I asked on Twitter if people would be interested in having me write down the history behind my decision to choose GitHub for python's future development process and people said "yes"( some literally...

View Article

Image may be NSFW.
Clik here to view.

AI Insight:Python 为何能坐稳 AI 时代头牌语言

AI Insight:python 为何能坐稳 AI 时代头牌语言 一点号复旦大数据4天前 复旦大数据 php?url=0FbfCQTtaV" alt="AI Insight:Python 为何能坐稳 AI 时代头牌语言" /> 谁会成为AI 和大数据时代的第一开发语言?这本已是一个不需要争论的问题。如果说三年前,Matlab、Scala、R、Java 和...

View Article

Python正式迁移到GitHub

python正式迁移到GitHub 1小时前来源:环球网 Python正式迁移到源码托管平台 GitHub,拥抱了 Git 版本控制系统。Python 社区早在2014年就开始讨论是否迁移到 GitHub 以改进开发流程,当时 Python 使用的版本控制系统是 Mercurial,而 GitHub 只支持 Git 版本控制系统,所以这也意味着 Python 需要迁移到 Git。2016 年 1...

View Article


使用kivy进行android开发

官方的一些资料: Create a package for Android Buildozer Packaging with python-for-android Packaging your application for the Kivy Launcher Release on the market Targeting Android The Kivy Android Virtual...

View Article

Image may be NSFW.
Clik here to view.

Going Isomorphic with Python and React

Isomorphic web applications are applications whose part or all the code is executed both on server and client. The server and the browser share the part or all the code. One of greatest goals that...

View Article

Using Google App Engine with Pyenv

I recently started using PyEnv to control my python installations and make it easier to try to move more of my code to Python 3. Google App Engine though is unapologetically Python 2.7. Google wants...

View Article


Image may be NSFW.
Clik here to view.

用 Python 分析指定知乎用户的关注者情况(上)

使用 秦渊 大神的 zhihu API 来分析指定知乎用户的关注者情况,或者说这篇是 zhihu API 的伪使用教程。这篇的代码也收录在 tricks 中,感兴趣的同学可以来点个 star 。 zhihu API 是有回我搜爬虫教程的时候看到的,对我这样一个完全不会爬虫的家伙来说,真是帮了大忙。star 之后一直也没怎么用过,刚好前几天被一个“三零号”喷,于是就顺便看了下自己的 800...

View Article


地理空间数据格式转化库之GDAL

GDAL 是一个用于光栅和矢量地理空间数据格式转换的开源库。如果要读取空间数据这个库是必不可少的,它可以操作各种栅格地理数据格式,包括读取、写入、转换、处理各种栅格数据。这个库还同时包括了操作矢量数据的另一个有名的库OGR,这样这个库就同时具备了操作 栅格 和 矢量 数据的能力。 GDAL支持跨平台和多语言,C++版的编译配置网上有很多资料,但也很容易遇到错误,因此推荐使用python版。使用...

View Article

Python 内建常量 Ellipsis

version python3.5.3 查阅 Python 文档时发现了这么一个常量 Ellipsis 文档中表述如下 EllipsisThe same as ... . Special value used mostly in conjunction with extended slicing syntax for user-defined container data types. In...

View Article

The Electoral College and the knapsack problem

What is the smallest number of Democrats that could change the outcome of the 2016 United States presidential election by relocating to another state? And where should they move? It turns out this...

View Article

Image may be NSFW.
Clik here to view.

Time Series Forecast Case Study with Python: Monthly Armed Robberies in Boston

Time series forecasting is a process, and the only way to get good forecasts is to practice this process. In this tutorial, you will discover how to forecast the number of monthly armed robberies in...

View Article


CHIPSEC gets efi_compressor

https://github.com/chipsec/chipsec/pull/152 https://github.com/chipsec/chipsec (I haven’t looked at this patch yet, but I hope it’s a python native version, since CHIPSEC used linux/windows/UEFI...

View Article

Image may be NSFW.
Clik here to view.

我分析了42万字的歌词,为了搞清楚民谣歌手们在唱些什么丨数据工匠简报(Feb. 13)

我分析了42万字的歌词,为了搞清楚民谣歌手们在唱些什么 听了这么多年民谣,我有一种感觉,就是很多歌都似曾相识,但是仔细一想,又哪一首都想不起来,为了搞清楚这群流浪在祖国大地的现代游吟诗人们都在唱些什么,我做了一些数据分析的工作。...

View Article


泰坦尼克号生存预测

这个是udacity的练习,应该是使用了决策树的模型,模型最终实现了80%以上的准确率,很基础的东西。在此记录下。...

View Article

Image may be NSFW.
Clik here to view.

Reconciling Django Templates with React Components

How to build your frontend without making a Single-Page-App At $startupNameHere we decided to write our backend in Django and our frontend in React. The combination is not unusual these days, but if...

View Article


Scrapy学习(二) 入门

接上篇 Scrapy学习(一) 安装 ,安装后,我们利用一个简单的例子来熟悉如何使用Scrapy创建一个爬虫项目。 创建一个Scrapy项目 在已配置好的环境下输入 scrapy startproject dmoz 系统将在当前目录生成一个myproject的项目文件。该文件的目录结构如下 dmoz/ # 项目根目录 scrapy.cfg # 项目配置文件 dmoz/ # 项目模块...

View Article

Image may be NSFW.
Clik here to view.

SikuliX: the last chance for automation

This post I will publish in the API section of my blog. However, it is about the situation when there application has no API. Let’s suppose that we have to use in our work some graphical application or...

View Article

Image may be NSFW.
Clik here to view.

十分钟视频,手把手教你正确用Python撒情人节狗粮

大数据文摘作品 转载请联系 作者 | 寒小阳 视频后期 | 崔云柯 是的,你们没有猜错,这是一期撒狗粮的手把手教学文章! 刚刚从春节回家被爸妈逼婚的懵逼中回过神来,明天又到了满世界秀恩爱的情人节,各位给女朋友的礼物都准备好了吗? 如果还没有准备,不要慌张,老司机大数据文摘不仅文章有深度,套路也不浅, 在情人节前一天推出的这期手把手系列,小阳老师将花 10 分钟时间,逐步带各位利用 P ython...

View Article
Browsing all 9596 articles
Browse latest View live