Search Results - function-((james programming) OR ((james OR names) programming))

Search alternatives:

Refine Results
  1. 1

    Arduino sketches : tools and techniques for programming wizardry by Langbridge, James A.

    Published 2015
    Table of Contents: “…Functions --…”
    Full text (MFA users only)
    Electronic eBook
  2. 2

    Python : an Introduction to Programming. by Parker, James R.

    Published 2016
    Full text (MFA users only)
    Electronic eBook
  3. 3

    Assessing research-doctorate programs : a methodology study

    Published 2003
    Full text (MFA users only)
    Electronic eBook
  4. 4
  5. 5
  6. 6
  7. 7

    Functional Python programming : discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads by Lott, Steven F.

    Published 2018
    Table of Contents: “…Cover -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Understanding Functional Programming -- Identifying a paradigm -- Subdividing the procedural paradigm -- Using the functional paradigm -- Using a functional hybrid -- Looking at object creation -- The stack of turtles -- A classic example of functional programming -- Exploratory data analysis -- Summary -- Chapter 2: Introducing Essential Functional Concepts -- First-class functions -- Pure functions -- Higher-order functions -- Immutable data -- Strict and non-strict evaluation -- Recursion instead of an explicit loop state -- Functional type systems -- Familiar territory -- Learning some advanced concepts -- Summary -- Chapter 3: Functions, Iterators, and Generators -- Writing pure functions -- Functions as first-class objects -- Using strings -- Using tuples and named tuples -- Using generator expressions -- Exploring the limitations of generators -- Combining generator expressions -- Cleaning raw data with generator functions -- Using lists, dicts, and sets -- Using stateful mappings -- Using the bisect module to create a mapping -- Using stateful sets -- Summary -- Chapter 4: Working with Collections -- An overview of function varieties -- Working with iterables -- Parsing an XML file -- Parsing a file at a higher level -- Pairing up items from a sequence -- Using the iter() function explicitly -- Extending a simple loop -- Applying generator expressions to scalar functions -- Using any() and all() as reductions -- Using len() and sum() -- Using sums and counts for statistics -- Using zip() to structure and flatten sequences -- Unzipping a zipped sequence -- Flattening sequences -- Structuring flat sequences -- Structuring flat sequences -- an alternative approach -- Using reversed() to change the order.…”
    Full text (MFA users only)
    Electronic eBook
  8. 8
  9. 9

    Nominal sets : names and symmetry in computer science by Pitts, A. M. (Andrew M.)

    Published 2013
    Table of Contents: “…Cover; Contents; Preface; 0 Introduction; 0.1 Atomic names; 0.2 Support and freshness; 0.3 Abstract syntax with binders; 0.4 Name abstraction; 0.5 Orbit-finiteness; 0.6 Alternative formulations; 0.7 Prerequisites; 0.8 Notation; PART ONE THEORY; 1 Permutations; 1.1 The category of G-sets; 1.2 Products and coproducts; 1.3 Natural numbers; 1.4 Functions; 1.5 Power sets; 1.6 Partial functions; 1.7 Quotient sets; 1.8 Finite permutations; 1.9 Name symmetries; Exercises; 2 Support; 2.1 The category of nominal sets; 2.2 Products and coproducts; 2.3 Natural numbers; 2.4 Functions; 2.5 Power sets.…”
    Full text (MFA users only)
    Electronic eBook
  10. 10
  11. 11
  12. 12

    Mastering Splunk. by Miller, James

    Published 2014
    Full text (MFA users only)
    Electronic eBook
  13. 13

    Database Design and SQL for DB2. by Cooper, James

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  14. 14

    Six Pathways to Healthy Child Development and Academic Success : the Field Guide to Comer Schools in Action. by Comer, James P.

    Published 2004
    Table of Contents: “…Cover -- Contents -- Foreword -- Preface -- Acknowledgments -- About the Authors -- Part I -- Child Development = Education -- Chapter 1 -- The School is Preventive and Promotive -- Children are Immersed in Their Social Networks -- Children from Poorly Functioning Families are Likely to Enter School without Adequate Preparation -- Healthy Development Prepares Children to Meet Life's Tasks -- The School is a Continuous Presence in the Life of Children and Adolescents -- Chapter 2 -- Essential Understandings of the Yale School Development Program -- SDP and the Comer Process -- Six Developmental Pathways -- An Operating System -- This Field Guide -- Responsibilities of the School Community -- Chapter 3 -- Schools in Society -- A tough Brooklyn Neighborhood -- Our Child Study Team Has a Systematic Process -- Being on a Team Helps Us to Cope -- Interventions That Work -- The Alarm Clock Program -- Support for Social and Emotional Development -- Ongoing Support after Crisis Intervention -- The in-House Suspension Program and Acts of Kindness -- Action-Oriented Self-Assessment -- We are on the Right Track -- Chapter 4 -- Child Development is the Foundation of Education -- Meeting the Needs of Every Child -- The Six Developmental Pathways -- Physical Pathway -- Cognitive Pathway -- Psychological Pathway -- Language Pathway -- Social Pathway -- Ethical Pathway -- Rationale for the Pathways Framework -- Using the Pathways Framework to Address Student Issues -- Training Activity 4.1: Using the Pathways to Identify Student Issues and Behaviors at your school -- Additional Examples of Using the Pathways Framework -- Training Activity 4.2: Using the Pathways for Curriculum, Instruction, and Classroom Management -- Writing Lesson Plans Using the Pathways Framework -- Training Activity 4.3: Aligning your Lesson Plans with the Pathways.…”
    Full text (MFA users only)
    Electronic eBook
  15. 15

    Drupal for Education and Elearning. by Robertson, James Gordon

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  16. 16

    Functional grammar in Prolog : an integrated implementation for English, French, and Dutch by Dik, S. C. (Simon C.)

    Published 1992
    Table of Contents: “…3.1. Outline of the Functional Grammar generator4. Overall structure of the ProfGlot program -- 4.0. …”
    Full text (MFA users only)
    Electronic eBook
  17. 17

    Mastering Elixir : build and scale concurrent, distributed, and fault-tolerant applications by Albuquerque, André, Caixinha, Daniel

    Published 2018
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Preparing for the Journey Ahead; Why functional programming?; Elixir and Erlang; Elixir's data types; Integers; Floats; Atoms; Booleans; Tuples; Lists; Maps; Binaries; Strings and charlists; Other types; Keyword lists; Ranges; MapSets; Pattern matching; Pattern matching on tuples; Pattern matching on lists; Pattern matching on maps; Pattern matching on binaries and strings; Functions and Modules; Anonymous functions; Modules and Named Functions…”
    Full text (MFA users only)
    Electronic eBook
  18. 18
  19. 19

    Professional Scala : Combine Object-Oriented and Functional Programming to Build High-performance Applications. by Hartmann, Mads

    Published 2018
    Table of Contents: “…Objects, Classes, and TraitsObject; Classes; Equality and Case Classes; Pattern Matching; Traits; Self-Types; Special Classes; OO in Our Chatbot; Decoupling Logic and Environment; Sealed Traits and Algebraic Datatypes; Function Calls; Syntax Goodies; Named Parameters; Default Parameters; Currying Forms (Multiple Argument Lists); Special Magic Methods; Implementing + in CartesianPoint; Parameter-Passing Mode; By Value; By Name; By Need; Creating a Runnable Construction; Printing the log Argument to the Console and File; Summary; Functions; Functions; Function Values.…”
    Full text (MFA users only)
    Electronic eBook
  20. 20