Author: Bernard Legrand
Publisher:
ISBN: 9780956463807
Category : APL (Computer program language)
Languages : en
Pages : 796
Book Description
Mastering Dyalog APL
Author: Bernard Legrand
Publisher:
ISBN: 9780956463807
Category : APL (Computer program language)
Languages : en
Pages : 796
Book Description
Publisher:
ISBN: 9780956463807
Category : APL (Computer program language)
Languages : en
Pages : 796
Book Description
APL--an Interactive Approach
Author: Leonard Gilman
Publisher: John Wiley & Sons
ISBN: 9780471300229
Category : Computers
Languages : en
Pages : 404
Book Description
Publisher: John Wiley & Sons
ISBN: 9780471300229
Category : Computers
Languages : en
Pages : 404
Book Description
Programming in Visual C# 2008
Author: Julia Case Bradley
Publisher:
ISBN: 9780070172814
Category : C# (Computer program language)
Languages : en
Pages : 679
Book Description
Offering a hands-on approach, this text offers a fresh and easily accessible way to learning programming concepts using Visual C# for 2008. The authors incorporate basic concepts of programming, problem solving, and programming logic to teach a mastery of Visual C# at an introductory level.
Publisher:
ISBN: 9780070172814
Category : C# (Computer program language)
Languages : en
Pages : 679
Book Description
Offering a hands-on approach, this text offers a fresh and easily accessible way to learning programming concepts using Visual C# for 2008. The authors incorporate basic concepts of programming, problem solving, and programming logic to teach a mastery of Visual C# at an introductory level.
APL
Author: Leonard Gilman
Publisher:
ISBN:
Category : APL (Computer program language)
Languages : en
Pages : 388
Book Description
Publisher:
ISBN:
Category : APL (Computer program language)
Languages : en
Pages : 388
Book Description
APL2 at a Glance
Author: James A. Brown
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 470
Book Description
For Jr/Sr level intro to APL and comparative programming languages courses. Tutorial on second generation of APL language.
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 470
Book Description
For Jr/Sr level intro to APL and comparative programming languages courses. Tutorial on second generation of APL language.
Effective Python
Author: Brett Slatkin
Publisher: Pearson Education
ISBN: 0134034287
Category : Computers
Languages : en
Pages : 251
Book Description
Effective Python will help students harness the full power of Python to write exceptionally robust, efficient, maintainable, and well-performing code. Utilizing the concise, scenario-driven style pioneered in Scott Meyers's best-selling Effective C++, Brett Slatkin brings together 53 Python best practices, tips, shortcuts, and realistic code examples from expert programmers. Each section contains specific, actionable guidelines organized into items, each with carefully worded advice supported by detailed technical arguments and illuminating examples.
Publisher: Pearson Education
ISBN: 0134034287
Category : Computers
Languages : en
Pages : 251
Book Description
Effective Python will help students harness the full power of Python to write exceptionally robust, efficient, maintainable, and well-performing code. Utilizing the concise, scenario-driven style pioneered in Scott Meyers's best-selling Effective C++, Brett Slatkin brings together 53 Python best practices, tips, shortcuts, and realistic code examples from expert programmers. Each section contains specific, actionable guidelines organized into items, each with carefully worded advice supported by detailed technical arguments and illuminating examples.
Programming in Visual Basic Version 6.0 Update Edition
Author: Julia Case Bradley
Publisher: Irwin Professional Publishing
ISBN: 9780072513813
Category : BASIC (Computer program language)
Languages : en
Pages : 0
Book Description
New to this Edition: added coverage of Object-Oriented-Programming, coverage of new features in Visual Basic 6.0, expanded and reorganized sections, coding standards conform to new Microsoft guidelines, and Visual Basic 6.0 working model.
Publisher: Irwin Professional Publishing
ISBN: 9780072513813
Category : BASIC (Computer program language)
Languages : en
Pages : 0
Book Description
New to this Edition: added coverage of Object-Oriented-Programming, coverage of new features in Visual Basic 6.0, expanded and reorganized sections, coding standards conform to new Microsoft guidelines, and Visual Basic 6.0 working model.
Scheme and the Art of Programming
Author: George Springer
Publisher:
ISBN:
Category : Computer programming
Languages : en
Pages : 344
Book Description
This is the first introduction to computer programming text to focus on functional programming which is not too mathematically rigorous for freshmen. The text features an introduction to the Scheme programming language and real-world examples and exercises which are easy to follow and learn from.
Publisher:
ISBN:
Category : Computer programming
Languages : en
Pages : 344
Book Description
This is the first introduction to computer programming text to focus on functional programming which is not too mathematically rigorous for freshmen. The text features an introduction to the Scheme programming language and real-world examples and exercises which are easy to follow and learn from.
Treebanks
Author: A. Abeillé
Publisher: Springer Science & Business Media
ISBN: 9781402013348
Category : Psychology
Languages : en
Pages : 442
Book Description
This book provides a state of the art on work being done with parsed corpora. It gathers 21 papers on building and using parsed corpora raising many relevant questions, and deals with a variety of languages and a variety of corpora. It is for those working in linguistics, computational linguistics, natural language, syntax, and grammar.
Publisher: Springer Science & Business Media
ISBN: 9781402013348
Category : Psychology
Languages : en
Pages : 442
Book Description
This book provides a state of the art on work being done with parsed corpora. It gathers 21 papers on building and using parsed corpora raising many relevant questions, and deals with a variety of languages and a variety of corpora. It is for those working in linguistics, computational linguistics, natural language, syntax, and grammar.
Writing Idiomatic Python 3.3
Author: Jeff Knupp
Publisher: Jeff Knupp
ISBN:
Category : Computers
Languages : en
Pages : 105
Book Description
The "Writing Idiomatic Python" book is finally here! Chock full of code samples, you'll learn the "Pythonic" way to accomplish common tasks. Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 3. There is also a Python 2.7+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part
Publisher: Jeff Knupp
ISBN:
Category : Computers
Languages : en
Pages : 105
Book Description
The "Writing Idiomatic Python" book is finally here! Chock full of code samples, you'll learn the "Pythonic" way to accomplish common tasks. Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 3. There is also a Python 2.7+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part