logo
分类于: 计算机基础 设计

简介

500 Lines or Less: Experienced programmers solve interesting problems

500 Lines or Less: Experienced programmers solve interesting problems 8.9分

资源最后更新于 2020-11-15 04:27:32

作者:Amy Brown

出版社:

出版日期:2016-01

ISBN:9781329871274

文件格式: pdf

标签: Python 编程 计算机 计算机科学 Programming python coding 造轮子

简介· · · · · ·

This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch to solve difficult problems. A web server, a pedometer, a Python interpreter, a web-based spreadsheet, and many more applications are written, in 500 lines of code or less, and desc...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Introduction Michael DiBernardo
1 Blockcode: A visual programming toolkit Dethe Elza
2 A Continuous Integration System Malini Das
3 Clustering by Consensus Dustin J. Mitchell
4 Contingent: A Fully Dynamic Build System Brandon Rhodes and Daniel Rocco
5 A Web Crawler With asyncio Coroutines A. Jesse Jiryu Davis and Guido van Rossum
6 Dagoba: an in-memory graph database Dann Toliver
7 DBDB: Dog Bed Database Taavi Burns
8 An Event-Driven Web Framework Leo Zovic
9 A Flow Shop Scheduler Dr. Christian Muise
10 An Archaeology-Inspired Database Yoav Rubin
11 Making Your Own Image Filters Cate Huston
12 A Python Interpreter Written in Python Allison Kaptur
13 A 3D Modeller Erick Dransch
14 A Simple Object Model Carl Friedrich Bolz
15 Optical Character Recognition (OCR) Marina Samuel
16 A Pedometer in the Real World Dessy Daskalov
17 The Same-Origin Policy Eunsuk Kang, Santiago Perez De Rosso, and Daniel Jackson
18 A Rejection Sampler Jessica B. Hamrick
19 Web Spreadsheet Audrey Tang
20 Static Analysis Leah Hanson
21 A Template Engine Ned Batchelder
22 A Simple Web Server