Code Monkey home page Code Monkey logo

python-for-love's Introduction

前言

这本书写给谁

2016年6月,我妻子做出了一个重大决定:考研。这位女强人自一不小心从日语专业的本科生变成经济学日语双学位后,再度划出一条新的弧线,跳到了早稻田大学IPS,立志在码农的道路上走出自己的风采。然而彼氏在此之前实在是没有什么编程基础,反复斟酌之后,听从我的建议买了本《笨办法学Python》。然而太简单的教程并不能真正满足“拿Python做实际项目”的需求,故有此一书。

本书面向新手,由Python的基本概念入手,包含多线程、网络访问、数据处理、数据可视化等方面的一些个人认为比较合适的实践。

使用什么版本的Python

这是一个社区常年争吵的问题:到底是Python 2还是Python 3。尽管这两个版本有很大的差别,但并没有割裂到传闻中“两个完全不同的语言”的地步。

此书中,我们将使用Python 3。尽管在我的许多工作中仍然在使用Python 2,但现在的Python 3.5已经有了足够丰富的第三方工具包支持,同时语言也有更多更好用且逻辑更一致的设计,所以使用Python 3进行学习是没有问题的。

以防万一,若是以后遇到不得不使用Python 2的地方,可以通过six等工具包实现大部分的兼容性问题;即使仍旧不满足要求,也可以简单地了解2与3之间的主要差别,快速实现迁移。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.