`
sillycat
  • 浏览: 2555709 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

English-007 django book

阅读更多
English-007 django book

1.This book is about Django, a Web development framework that saves you time and makes Web development a joy. Using Django,
you can build and maintain high-quality Web applications with minimal fuss.
minimal ['miniməl]  adj. 最小限度的;最低的
fuss [fʌs]  n. 大惊小怪,大惊小怪的人;小题大作;忙乱

2.At its best, Web development is an exciting, creative act; at its worst, it can be a repetitive, frustrating nuisance. Django lets you focus on the fun stuff — the crux of your Web application — while easing the pain of the repetitive bits. In doing so, it provides high-level abstractions of common Web development patterns, shortcuts for frequent programming tasks, and clear conventions for how to solve problems.
repetitive [ri'petətiv]  adj. 重复的
frustrating [frʌ'streitiŋ] adj. 令人沮丧的
nuisance ['nju:səns]  n. 麻烦事;损害;讨厌的人;讨厌的东西
stuff [stʌf] n.东西; 材料
crux [krʌks]  n. 关键;难题;十字架形,坩埚
abstraction [æb'strækʃən] n. 抽象;抽象概念;提取;空想;心不在焉
frequent ['fri:kwənt, fri'kwent] adj. 时常发生的;频繁的;惯常的
convention [kən'venʃən] n. 大会;协定;惯例;习俗;约定

3.The focus is twofold. First, we explain, in depth, what Django does and how to build Web applications with it. Second, we discuss higher-level concepts where appropriate, answering the question.
twofold ['tu:fəʊld]  a. 双重的
appropriate [ə'prəupriət] adj. 适当的

4.Django is a prominent member of a new generation of Web frameworks
prominent ['prɔminənt]  adj. 突出的,显著的;杰出的;卓越的

5.Throughout this book, we’ll take this approach of showing you basic ways of getting work done without shortcuts, in the hope that you’ll recognize why shortcuts are so helpful.
throughout [θru:'aut] prep. 贯穿,遍及
shortcut ['ʃɔ:tkʌt]  n. 捷径;被切短的东西

6.One of the simplest, most direct ways to build a Python Web app from scratch is to use the Common Gateway Interface (CGI) standard, which was a popular technique circa 1998.
scratch [skrætʃ] n. 抓痕;擦伤;刮擦声;乱写
circa ['sə:kə] prep. 大约于
technique [tek'ni:k] n. 技巧,技术;手法

7 It was my pleasure to talk to you via the phone
via ['vaiə] prep. 取道,通过;经由

8.ValueError: invalid literal for int() with base 10: '34ab'
invalid ['invəli:d] adj. 无效的;有病的;残废的
literal ['litərəl] adj. 逐字的;无夸张的;文字的

9 nutshell ['nʌt-ʃel] n. 坚果的外壳;小的东西,小容器
In a nutshell, MVC is all about separating metadata, logic, and presentation.
简单地说,MVC就是用来分离元数据,逻辑和表示的

10 You already know Python 2 pretty well. You’re ready to take the plunge into Python 3.
plunge [plʌndʒ]  n. 投入;跳进

11 There’s a fairly steep learning curve, since you need to kind of understand the library first, so you can understand why it broke and how I fixed it. A lot of the breakage centers around strings. Speaking of which…
steep [sti:p]  adj. 陡峭的;夸大的;不合理的;急剧升降的
curve [kə:v]  n.弯曲; 曲线
breakage ['breikidʒ]  n. 破损;破坏;裂口;破损量

12 you’ll learn why the pickle module in Python 3 defines a new data format that is backwardly incompatible with Python 2.
backwardly  adv. 往后地;落后地
incompatible [inkəm'pætəbl]  adj. 矛盾的;不相容的 n. 互不相容的人或事物

13.In Case study: porting chardet to Python 3, it’s just a bloody mess of bytes and strings everywhere
mess [mes]  n. 食堂,伙食团;混乱;脏乱的东西;困境

14.Most popular GNU/Linux distributions come with Python 2 in the default installation
distribution [,distri'bju:ʃən] n. 分配;分布

15 Microsoft Windows does not come with any version of Python. But don’t despair! You can point-and-click your way through installing Python, regardless of what operating system you have.
despair [di'spεə]  vi. 绝望,丧失信心

16.On my home Linux system, Python 3 is already installed, and this command gets me into the Python interactive shell
interactive [,intər'æktiv]  adj. 相互作用的;交互式的

17.Windows comes in two architectures these days: 32-bit and 64-bit. Of course, there are lots of different versions of Windows — XP, Vista, Windows 7 — but Python runs on all of them. The more important distinction is 32-bit v. 64-bit. If you have no idea what architecture you’re running, it’s probably 32-bit.
architecture ['ɑ:kitektʃə]  n. 建筑学;建筑式样;建筑风格
distinction [dis'tiŋkʃən]  n. 差别;区别;特性;荣誉、勋章

18.I don’t want to include direct download links here, because minor updates of Python happen all the time and I don’t want to be responsible for you missing important updates. You should always install the most recent version of Python 3.x unless you have some esoteric reason not to.
minor ['mainə]  adj. 较小的;次要的;未成年的
esoteric [,esəu'terik]  adj. 秘传的;限于圈内人的;难懂的

19.The official Python installer is digitally signed by the Python Software Foundation, the non-profit corporation that oversees Python development. Don’t accept imitations!
oversee [,əuvə'si:]  vt. 监督;俯瞰;审查;偷看到,无意中看到
imitation [,imi'teiʃən]  n. 模仿,仿造;仿制品

20.One possible reason why you would want to “install just for me” is that you are installing Python on your company’s computer and you don’t have administrative rights on your Windows account.
分享到:
评论
1 楼 shuiguozheng 2010-03-09  
你好 !  我想学习一些关于计算机英语,请问要到那些网站去看,才能提高自己的英语水平了!

相关推荐

    The Django Book中文译本

    The Django Book Table of contents2.0, English -> Chinese Django book 2.0 的中文翻译。 最近更新 - 贡献者 方便自己也方便大家,敬请积极参与翻译 ! 第一章:介紹Django 完成度 100.00% 阅读 翻译 第二章: ...

    python-django

    在`english-study-master`这个项目名中,我们可以推测这是一个与英语学习相关的应用。可能包括用户学习进度跟踪、课程管理、练习测试等功能。在实际开发中,你可能需要创建相应的模型来存储用户信息、课程资料、测试...

    Django By Example 无水印pdf 0分

    If you are a web developer who is completely new to or familiar with Django and wants to make the most of it, this book is for you. Some basic knowledge of Python, HTML, and JavaScript is recommended....

    Packt.Django.Project.Blueprints.2016

    If you have built a few Django projects and are on the lookout for a guide to get you past the basics and to solve modern development tasks, this is your book. Seven unique projects will take you ...

    Web Development with Django Cookbook 2nd 2016第2版 epub格式

    This is the latest book on the market that will help you take advantage of the new features added to Django 1.8 This book consists of recipes of varying complexities to help you create multilingual,...

    Beginning Django CMS 无水印pdf 0分

    This book takes you from knowing nothing about Django CMS, to building a functional website and content management system that you can deploy for your own website or for your customers. What You'll...

    Test-Driven Development with Python [2017]

    English | 2 Aug. 2017 | ISBN: 1491958707 | ASIN: B074HXXXLS | 604 Pages | AZW3 | 4.57 MB By taking you through the development of a real web application from beginning to end, the second edition of ...

    在django admin中配置搜索域是一个外键时的处理方法

    ('00', 'English'), ('01', 'Computer'), ) book = models.ForeignKey(Book, on_delete=models.CASCADE) category = models.CharField(max_length=255, choices=CATEGORY_CHOICES) remark = models.CharField...

    Packt.Python.Journey.from.Novice.to.Expert.2016

    Exploit object-oriented programming in key Python technologies, such as Kivy and Django Understand how and when to use the functional programming paradigm Use the multiprocessing library, not just ...

    Python Tutorial

    最后,Python拥有活跃的社区和丰富的第三方库,如Django和Flask用于Web开发,TensorFlow和PyTorch在机器学习领域广泛应用,以及Selenium和BeautifulSoup进行网页抓取和解析。 总的来说,《Python Tutorial》这本书...

Global site tag (gtag.js) - Google Analytics