TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN:Interesting things you built using Python

2 点作者 mraza007超过 4 年前
As a Python programmer what are some interesting things you have worked on or built using python

3 条评论

yboris超过 4 年前
Python is particularly good at data visualization. I made a submission to the UNDP (<i>United Nations Development Programme</i>) Data Visualization challenge and won 3rd place with this:<p><a href="https:&#x2F;&#x2F;income-inequality.info&#x2F;" rel="nofollow">https:&#x2F;&#x2F;income-inequality.info&#x2F;</a> &lt;- Interactive visualization of income inequality<p>Used Python to do some data cleaning, preparing, and graphing:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;whyboris&#x2F;Global-Income-Distribution" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;whyboris&#x2F;Global-Income-Distribution</a> and then
评论 #24528811 未加载
devenblake超过 4 年前
Spaghetti code (and I&#x27;ve commented it before) but: <a href="https:&#x2F;&#x2F;github.com&#x2F;devenblake&#x2F;ytfeed.py" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;devenblake&#x2F;ytfeed.py</a>. A YouTube-specific RSS feed reader; you give it some channel IDs (usually a string starting with UC at the end of a youtube.com&#x2F;channel&#x2F; link) and it will allow you to view the most recent videos, keep track of watched videos, etc. Built it because I <i>despise</i> the new YouTube interface and they&#x27;re preparing to remove the ?disable-polymer=1 trick that lets you keep the old interface. I use it as my main YouTube client and really enjoy it but it&#x27;s also nice as a playground to do weird stuff with Python.
评论 #24528952 未加载
brettkromkamp超过 4 年前
Contextualise, an open source (<a href="https:&#x2F;&#x2F;github.com&#x2F;brettkromkamp&#x2F;contextualise" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brettkromkamp&#x2F;contextualise</a>) knowledge management application: <a href="https:&#x2F;&#x2F;contextualise.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;contextualise.dev&#x2F;</a>.<p>Currently, working on my (Python and JavaScript-based) Storyteller project, an interactive 3D storytelling web application based on semantic events: <a href="https:&#x2F;&#x2F;brettkromkamp.com&#x2F;posts&#x2F;narrative-events&#x2F;" rel="nofollow">https:&#x2F;&#x2F;brettkromkamp.com&#x2F;posts&#x2F;narrative-events&#x2F;</a>
评论 #24529040 未加载