登录
首页 » Java » 从Python开始学编程

从Python开始学编程

于 2020-06-18 发布
0 218
下载积分: 1 下载次数: 3

代码说明:

说明:  本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。(aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future.)

文件列表:

从Python开始学编程.pdf, 2579069 , 2019-08-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Hibernate_Javake_Ch02_Config
    Hibernate运行Demo,详细讲解启动配置文件Hibernate.cfg如何编写,包括SessionFactory里的数据源如何配置(Hibernate Run Demo, explain in detail how the startup configuration file Hibernate.cfg preparation, including SessionFactory in how to configure data sources)
    2013-11-04 00:07:37下载
    积分:1
  • securitydemo
    spingsecurity的demo,初学者可根据注释和代码进行学习(Spingsecurity demo, beginners can learn from comments and code)
    2019-06-06 14:19:12下载
    积分:1
  • taxonomy
    Taxonomy is the science of naming, describing and classifying organisms and includes all plants, animals and microorganisms of the world.
    2015-06-18 23:02:15下载
    积分:1
  • 学生成绩管理系统
    说明:  1. 能够实现根据以下关键字查询:学生姓名 、学号、班级、课程名称。 2. 能够实现按照单科成绩、总成绩、平均成绩、学号排序。 3. 能够实现学生信息的插入、删除和修改。 4. 能够查询每个课程的最高分、最低分及相应学生姓名、班级和学号。 5. 能够查询每个班级某门课程的优秀率(90 分及以上)、不及格率,并进行排序。(1. Be able to query according to the following keywords: student name, student number, class, course name. 2. It can be sorted according to single subject score, total score, average score and student number. 3. Be able to insert, delete and modify student information. 4. Be able to query the highest score and lowest score of each course and the corresponding student name, class and student number. 5. Be able to query the excellent rate (90 points and above) and failure rate of a course in each class, and sort them.)
    2021-03-17 19:19:21下载
    积分:1
  • Parking-Management-System
    小型停车场管理系统,记录停车信息,通过java予以实现,功能较详细(Small parking management system to record Parking Information, be achieved through java, features a more detailed)
    2013-07-16 09:26:17下载
    积分:1
  • CompletionInfo
    Information about a single text completion that an editor has reported to an input method.
    2014-01-03 19:35:20下载
    积分:1
  • smproxy
    使用移动代理CMPP2.0,3.0协议实现短信发送-Java版,使用华为smproxy.jar包(Using mobile agent CMPP2.0,3.0 protocol to send SMS to -Java version, use HUAWEI smproxy.jar package)
    2020-12-28 14:19:01下载
    积分:1
  • Vooga-master
    说明:  该项目的主要目的是使自己熟悉如何使用Golden T游戏框架以及在该框架中构建游戏的困难。因此,该游戏不必是有史以来最出色的游戏,但它必须满足一些基本要求: 1.游戏应是特定类型的视频游戏的可识别成员。我选择构建一个类似于TI-83计算器游戏BlockDude的拼图平台游戏。 2.游戏不一定是完整的,但您应该拥有在游戏中随处可见的角色,玩家应该可以与游戏互动(控件可能是粗糙的),并且您至少应拥有几个游戏的比喻。例如,实时策略游戏可以让您放置可以建造单位的建筑物,RPG可以进行基本的回合制战斗,等等。 3.游戏应具有两个不同的游戏“模式”或两个不同的级别。带有“开始游戏”之类的游戏菜单不算作一种模式。所谓“级别”,是指两个玩起来不同的级别-不仅是坏家伙更多,或者坏家伙更快。 4.专注于游戏机制,而不是图形,对话框或其他任何内容。您的游戏可以使用简笔图形或从现有游戏中窃取的粗裁图像。只需确保图像足够可识别即可,以便我们可以判断您的游戏中发生了什么。(The main point of this project was to familiarize ourselves with how to use the Golden T game framework and the difficulties of building a game in that framework. As a result, the game did not need to be the greatest ever created but it did have to meet a few basic requirements:)
    2020-03-14 12:35:02下载
    积分:1
  • ClassMemeberPriviledge
    实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。 4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class. 4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
    2013-04-01 20:00:25下载
    积分:1
  • 数据结构与算法
    说明:  JAVA版数据结构与算法,包括代码,图解算法,pdf文档等(Data Structure and Algorithms of JAVA Edition)
    2019-06-30 10:21:31下载
    积分:1
  • 696516资源总数
  • 106927会员总数
  • 1今日下载