• Complain

Adrian Salceanu - Julia Programming Projects

Here you can read online Adrian Salceanu - Julia Programming Projects full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Packt, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover

Julia Programming Projects: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Julia Programming Projects" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Adrian Salceanu: author's other books


Who wrote Julia Programming Projects? Find out the surname, the name of the author of the book and a list of all author's works by series.

Julia Programming Projects — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Julia Programming Projects" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Julia Programming Projects Learn Julia 1x by building apps for data - photo 1
Julia Programming Projects
Learn Julia 1.x by building apps for data analysis, visualization, machine learning, and the web
Adrian Salceanu

BIRMINGHAM - MUMBAI Julia Programming Projects Copyright 2018 Packt - photo 2

BIRMINGHAM - MUMBAI
Julia Programming Projects

Copyright 2018 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

Commissioning Editor: Aaron Lazar
Acquisition Editor: Sandeep Mishra
Content Development Editor: Tiksha Sarang
Technical Editor: Riddesh Dawne
Copy Editor: Safis Editing
Project Coordinator: Prajakta Naik
Proofreader: Safis Editing
Indexer: Tejal Daruwale Soni
Graphics: Jisha Chirayil
Production Coordinator: Aparna Bhagat

First published: December 2018

Production reference: 1241218

Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.

ISBN 978-1-78829-274-0

www.packtpub.com


To my wonderful daughter, Mira: know that with hard work, patience,
and determination, anything can be achieved, my love.
To my beloved wife, Felicia, for her endless love and care we'd be lost without you.
Adrian Salceanu
maptio Mapt is an online digital library that gives you full access to over - photo 3
mapt.io

Mapt is an online digital library that gives you full access to over 5,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.

Why subscribe?
  • Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals

  • Improve your learning with Skill Plans built especially for you

  • Get a free eBook or video every month

  • Mapt is fully searchable

  • Copy and paste, print, and bookmark content

Packt.com

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.packt.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.

At www.packt.com , you can also read a collection of free technical articles, sign up for a range of free newsletters, and receive exclusive discounts and offers on Packt books and eBooks.

Contributors
About the author

Adrian Salceanu has been a professional software developer for over 15 years. For the last 10, he's been leading agile teams in developing real-time, data-intensive web and mobile products. Adrian is a public speaker and an enthusiastic contributor to the open source community, focusing on high-performance web development. He's the organizer of the Barcelona Julia Users group and the creator of Genie, a high-performance, highly productive Julia web framework. Adrian has a Master's degree in computing and a postgraduate degree in advanced computer science.

To my family, for their understanding and support during the long weekends I spent writing.
To Antony and Richard, for creating a work environment that encourages personal and professional growth. It is a privilege to be a part of the OLBG team.
To the Julia community, for their amazing work and their continuous efforts in growing Julia, and for being so helpful and welcoming.
To the creators of the open source software used in the book; your work is priceless.
To the Julia contributors, for their support and patience in helping me throughout my journey.
About the reviewers

David Buchaca Prats is a mathematician who focuses his passion toward building more efficient artificial neural networks. The difficulty of implementing efficient models led him to love the Julia programming language, which allows scientists to write concise code for doing so quickly.

Zhuo Qingliang (also known as KDr2 online) is presently working at paodingai.com, a start-up fintech company in China that is dedicated to improving the financial industry by using artificial intelligence technologies. He has over 10 years of experience in Linux, C, C++, Java, Python, and Perl development. He is interested in programming, consulting work, and contributing to the open source community (including, of course, the Julia community).

He maintains a personal website at http://kdr2.com; you can find out more about him there.

Packt is searching for authors like you

If you're interested in becoming an author for Packt, please visit authors.packtpub.com and apply today. We have worked with thousands of developers and tech professionals, just like you, to help them share their insight with the global tech community. You can make a general application, apply for a specific hot topic that we are recruiting an author for, or submit your own idea.

Preface

Julia is a new programming language offering a unique combination of performance and productivity that promises to change scientific computing, and programming in general.

Julia picks the best parts of existing programming languages, providing out-of-the-box features such as a powerful REPL, an expressive syntax, Lisp-style metaprogramming capabilities, powerful numeric and scientific programming libraries, a built-in package manager, efficient Unicode support, and easily called C and Python functions.

It has C-like execution speed with excellent applications in multi-core, GPU, and cloud-based computing. Julia Programming Projects explains all this with the support of Julia v1.0.

After six years in development as an open source project, Julia is now ready to take the stage with the release of v1.0.

Who this book is for

Data scientists, statisticians, business analysts, and developers who are interested in learning how to use Julia to crunch numbers, analyze data, and build apps will find this book useful. A basic knowledge of programming is assumed.

What this book covers

, Getting Started with Julia Programming , introduces you to the Julia language, covering what it is and what its strengths are. Then, the chapter guides you through setting up a working Julia environment, looking at the various options for running Julia, locally and online. We'll cover installation, REPL, and IDE options, as well as the basics for extending the language through the integrated package manager.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Julia Programming Projects»

Look at similar books to Julia Programming Projects. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Julia Programming Projects»

Discussion, reviews of the book Julia Programming Projects and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.