Julia Programming Projects

Julia Programming Projects PDF Author: Adrian Salceanu
Publisher: Packt Publishing Ltd
ISBN: 1788297253
Category : Computers
Languages : en
Pages : 494

Get Book

Book Description
A step-by-step guide that demonstrates how to build simple-to-advanced applications through examples in Julia Lang 1.x using modern tools Key FeaturesWork with powerful open-source libraries for data wrangling, analysis, and visualizationDevelop full-featured, full-stack web applications Learn to perform supervised and unsupervised machine learning and time series analysis with JuliaBook Description Julia is a new programming language that offers a unique combination of performance and productivity. Its powerful features, friendly syntax, and speed are attracting a growing number of adopters from Python, R, and Matlab, effectively raising the bar for modern general and scientific computing. After six years in the making, Julia has reached version 1.0. Now is the perfect time to learn it, due to its large-scale adoption across a wide range of domains, including fintech, biotech, education, and AI. Beginning with an introduction to the language, Julia Programming Projects goes on to illustrate how to analyze the Iris dataset using DataFrames. You will explore functions and the type system, methods, and multiple dispatch while building a web scraper and a web app. Next, you'll delve into machine learning, where you'll build a books recommender system. You will also see how to apply unsupervised machine learning to perform clustering on the San Francisco business database. After metaprogramming, the final chapters will discuss dates and time, time series analysis, visualization, and forecasting. We'll close with package development, documenting, testing and benchmarking. By the end of the book, you will have gained the practical knowledge to build real-world applications in Julia. What you will learnLeverage Julia's strengths, its top packages, and main IDE optionsAnalyze and manipulate datasets using Julia and DataFramesWrite complex code while building real-life Julia applicationsDevelop and run a web app using Julia and the HTTP packageBuild a recommender system using supervised machine learning Perform exploratory data analysis Apply unsupervised machine learning algorithmsPerform time series data analysis, visualization, and forecastingWho 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.

Julia Programming Projects

Julia Programming Projects PDF Author: Adrian Salceanu
Publisher: Packt Publishing Ltd
ISBN: 1788297253
Category : Computers
Languages : en
Pages : 494

Get Book

Book Description
A step-by-step guide that demonstrates how to build simple-to-advanced applications through examples in Julia Lang 1.x using modern tools Key FeaturesWork with powerful open-source libraries for data wrangling, analysis, and visualizationDevelop full-featured, full-stack web applications Learn to perform supervised and unsupervised machine learning and time series analysis with JuliaBook Description Julia is a new programming language that offers a unique combination of performance and productivity. Its powerful features, friendly syntax, and speed are attracting a growing number of adopters from Python, R, and Matlab, effectively raising the bar for modern general and scientific computing. After six years in the making, Julia has reached version 1.0. Now is the perfect time to learn it, due to its large-scale adoption across a wide range of domains, including fintech, biotech, education, and AI. Beginning with an introduction to the language, Julia Programming Projects goes on to illustrate how to analyze the Iris dataset using DataFrames. You will explore functions and the type system, methods, and multiple dispatch while building a web scraper and a web app. Next, you'll delve into machine learning, where you'll build a books recommender system. You will also see how to apply unsupervised machine learning to perform clustering on the San Francisco business database. After metaprogramming, the final chapters will discuss dates and time, time series analysis, visualization, and forecasting. We'll close with package development, documenting, testing and benchmarking. By the end of the book, you will have gained the practical knowledge to build real-world applications in Julia. What you will learnLeverage Julia's strengths, its top packages, and main IDE optionsAnalyze and manipulate datasets using Julia and DataFramesWrite complex code while building real-life Julia applicationsDevelop and run a web app using Julia and the HTTP packageBuild a recommender system using supervised machine learning Perform exploratory data analysis Apply unsupervised machine learning algorithmsPerform time series data analysis, visualization, and forecastingWho 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.

Julia 1.0 Programming Complete Reference Guide

Julia 1.0 Programming Complete Reference Guide PDF Author: Ivo Balbaert
Publisher: Packt Publishing Ltd
ISBN: 1838824677
Category : Computers
Languages : en
Pages : 455

Get Book

Book Description
Learn dynamic programming with Julia to build apps for data analysis, visualization, machine learning, and the web Key FeaturesLeverage Julia's high speed and efficiency to build fast, efficient applicationsPerform supervised and unsupervised machine learning and time series analysisTackle problems concurrently and in a distributed environmentBook Description Julia offers the high productivity and ease of use of Python and R with the lightning-fast speed of C++. There’s never been a better time to learn this language, thanks to its large-scale adoption across a wide range of domains, including fintech, biotech and artificial intelligence (AI). You will begin by learning how to set up a running Julia platform, before exploring its various built-in types. This Learning Path walks you through two important collection types: arrays and matrices. You’ll be taken through how type conversions and promotions work, and in further chapters you'll study how Julia interacts with operating systems and other languages. You’ll also learn about the use of macros, what makes Julia suitable for numerical and scientific computing, and how to run external programs. Once you have grasped the basics, this Learning Path goes on to how to analyze the Iris dataset using DataFrames. While building a web scraper and a web app, you’ll explore the use of functions, methods, and multiple dispatches. In the final chapters, you'll delve into machine learning, where you'll build a book recommender system. By the end of this Learning Path, you’ll be well versed with Julia and have the skills you need to leverage its high speed and efficiency for your applications. This Learning Path includes content from the following Packt products: Julia 1.0 Programming - Second Edition by Ivo BalbaertJulia Programming Projects by Adrian SalceanuWhat you will learnCreate your own types to extend the built-in type systemVisualize your data in Julia with plotting packagesExplore the use of built-in macros for testing and debuggingIntegrate Julia with other languages such as C, Python, and MATLABAnalyze and manipulate datasets using Julia and DataFramesDevelop and run a web app using Julia and the HTTP packageBuild a recommendation system using supervised machine learningWho this book is for If you are a statistician or data scientist who wants a quick course in the Julia programming language while building big data applications, this Learning Path is for you. Basic knowledge of mathematics and programming is a must.

Web Development with Julia and Genie

Web Development with Julia and Genie PDF Author: Ivo Balbaert
Publisher: Packt Publishing Ltd
ISBN: 1801810958
Category : Computers
Languages : en
Pages : 254

Get Book

Book Description
Get a practical overview of web development in Julia and learn how to build MVC applications with a REST API, and an interactive data dashboard using the Genie web framework Key FeaturesA tutorial on web development from Julia expert, Ivo Balbaert and the creator of the Genie framework, Adrian SalceanuA step-by-step approach to building a complete web app with the Genie frameworkDevelop secure and fast web apps using server-side development on JuliaBook Description Julia's high-performance and scalability characteristics and its extensive number of packages for visualizing data make it an excellent fit for developing web apps, web services, and web dashboards. The two parts of this book provide complete coverage to build your skills in web development. First, you'll refresh your knowledge of the main concepts in Julia that will further be used in web development. Then, you'll use Julia's standard web packages and examine how the building blocks of the web such as TCP-IP, web sockets, HTTP protocol, and so on are implemented in Julia's standard library. Each topic is discussed and developed into code that you can apply in new projects, from static websites to dashboards. You'll also understand how to choose the right Julia framework for a project. The second part of the book talks about the Genie framework. You'll learn how to build a traditional to do app following the MVC design pattern. Next, you'll add a REST API to this project, including testing and documentation. Later, you'll explore the various ways of deploying an app in production, including authentication functionality. Finally, you'll work on an interactive data dashboard, making various chart types and filters. By the end of this book, you'll be able to build interactive web solutions on a large scale with a Julia-based web framework. What you will learnUnderstand how to make a web server with HTTP.jl and work with JSON data over the webDiscover how to build a static website with the Franklin frameworkExplore Julia web development frameworks and work with themUncover the Julia infrastructure for development, testing, package management, and deploymentDevelop an MVC web app with the Genie frameworkUnderstand how to add a REST API to a web appCreate an interactive data dashboard with charts and filtersTest, document, and deploy maintainable web applications using JuliaWho this book is for This book is for beginner to intermediate-level Julia programmers who want to enhance their skills in designing and developing large-scale web applications. The book helps you adopt Genie without any prior experience with the framework. Julia programming experience and a beginner-level understanding of web development concepts are required.

Julia as a Second Language

Julia as a Second Language PDF Author: Erik Engheim
Publisher: Simon and Schuster
ISBN: 1638351902
Category : Computers
Languages : en
Pages : 398

Get Book

Book Description
Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator. Julia as a Second Language covers: Data types like numbers, strings, arrays, and dictionaries Immediate feedback with Julia’s read-evaluate-print-loop (REPL) Simplify code interactions with multiple dispatch Sharing code using modules and packages Object-oriented and functional programming styles Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or JavaScript. You’ll learn by coding engaging hands-on projects that encourage you to apply what you’re learning immediately. Don’t be put off by Julia’s reputation as a scientific programming language—there’s no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes. About the Technology Originally designed for high-performance data science, Julia has become an awesome general purpose programming language. It offers developer-friendly features like garbage collection, dynamic typing, and a flexible approach to concurrency and distributed computing. It is the perfect mix of simplicity, flexibility and performance. About the Book Julia as a Second Language introduces Julia by building on your existing programming knowledge. You’ll see Julia in action as you create a series of interesting projects that guide you from Julia’s basic syntax through its advanced features. Master types and data structures as you model a rocket launch. Use dictionaries to interpret Roman numerals. Use Julia’s unique multiple dispatch feature to send knights and archers into a simulated battle. Along the way, you’ll even compare the object-oriented and functional programming styles–Julia supports both! What’s Inside Data types like numbers, strings, arrays, and dictionaries Immediate feedback with Julia’s read-evaluate-print-loop (REPL) Simplify code interactions with multiple dispatch Share code using modules and packages About the Reader For readers comfortable with another programming language like Python, JavaScript, or C#. About the Author Erik Engheim is a writer, conference speaker, video course author, and software developer. Table of Contents PART 1 - BASICS 1 Why Julia? 2 Julia as a calculator 3 Control flow 4 Julia as a spreadsheet 5 Working with text 6 Storing data in dictionaries PART 2 - TYPES 7 Understanding types 8 Building a rocket 9 Conversion and promotion 10 Representing unknown values PART 3 - COLLECTIONS 11 Working with strings 12 Understanding Julia collections 13 Working with sets 14 Working with vectors and matrices PART 4 - SOFTWARE ENGINEERING 15 Functional programming in Julia 16 Organizing and modularizing your code PART 5 - GOING IN DEPTH 17 Input and output 18 Defining parametric types

Julia: High Performance Programming

Julia: High Performance Programming PDF Author: Ivo Balbaert
Publisher:
ISBN: 9781787125704
Category : Computer programming
Languages : en
Pages : 697

Get Book

Book Description


Hands-On Design Patterns and Best Practices with Julia

Hands-On Design Patterns and Best Practices with Julia PDF Author: Tom Kwong
Publisher: Packt Publishing Ltd
ISBN: 1838646612
Category : Computers
Languages : en
Pages : 521

Get Book

Book Description
Design and develop high-performance, reusable, and maintainable applications using traditional and modern Julia patterns with this comprehensive guide Key FeaturesExplore useful design patterns along with object-oriented programming in Julia 1.0Implement macros and metaprogramming techniques to make your code faster, concise, and efficientDevelop the skills necessary to implement design patterns for creating robust and maintainable applicationsBook Description Design patterns are fundamental techniques for developing reusable and maintainable code. They provide a set of proven solutions that allow developers to solve problems in software development quickly. This book will demonstrate how to leverage design patterns with real-world applications. Starting with an overview of design patterns and best practices in application design, you'll learn about some of the most fundamental Julia features such as modules, data types, functions/interfaces, and metaprogramming. You'll then get to grips with the modern Julia design patterns for building large-scale applications with a focus on performance, reusability, robustness, and maintainability. The book also covers anti-patterns and how to avoid common mistakes and pitfalls in development. You'll see how traditional object-oriented patterns can be implemented differently and more effectively in Julia. Finally, you'll explore various use cases and examples, such as how expert Julia developers use design patterns in their open source packages. By the end of this Julia programming book, you'll have learned methods to improve software design, extensibility, and reusability, and be able to use design patterns efficiently to overcome common challenges in software development. What you will learnMaster the Julia language features that are key to developing large-scale software applicationsDiscover design patterns to improve overall application architecture and designDevelop reusable programs that are modular, extendable, performant, and easy to maintainWeigh up the pros and cons of using different design patterns for use casesExplore methods for transitioning from object-oriented programming to using equivalent or more advanced Julia techniquesWho this book is for This book is for beginner to intermediate-level Julia programmers who want to enhance their skills in designing and developing large-scale applications.

Julia as a Second Language

Julia as a Second Language PDF Author: Erik Engheim
Publisher: Simon and Schuster
ISBN: 1617299715
Category : Computers
Languages : en
Pages : 398

Get Book

Book Description
Learn Julia programming by building fun projects, like launching rockets, building password keepers, and even coding battle simulations. Don't be put off by Julia's reputation as a scientific programming language. There's no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes. Julia as a Second Language makes it easy to add Julia to your programming toolbox. You'll learn about Julia's type system and data structures by modeling the launch of a space rocket, use dictionaries to parse Roman numerals, discover tuples and arrays through tracking pizza sales, and use Julia's unique multiple dispatch feature to send knights and archers into a simulated battle. By the time you're finished, you'll be confident in the foundations of Julia and ready to dive into a specialized field like machine learning or data science. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

Julia 1.0 Programming

Julia 1.0 Programming PDF Author: Ivo Balbaert
Publisher: Packt Publishing Ltd
ISBN: 1788990056
Category : Computers
Languages : en
Pages : 184

Get Book

Book Description
Enter the exciting world of Julia, a high-performance language for technical computing Key FeaturesLeverage Julia's high speed and efficiency for your applicationsWork with Julia in a multi-core, distributed, and networked environmentApply Julia to tackle problems concurrently and in a distributed environmentBook Description The release of Julia 1.0 is now ready to change the technical world by combining the high productivity and ease of use of Python and R with the lightning-fast speed of C++. Julia 1.0 programming gives you a head start in tackling your numerical and data problems. You will begin by learning how to set up a running Julia platform, before exploring its various built-in types. With the help of practical examples, this book walks you through two important collection types: arrays and matrices. In addition to this, you will be taken through how type conversions and promotions work. In the course of the book, you will be introduced to the homo-iconicity and metaprogramming concepts in Julia. You will understand how Julia provides different ways to interact with an operating system, as well as other languages, and then you'll discover what macros are. Once you have grasped the basics, you’ll study what makes Julia suitable for numerical and scientific computing, and learn about the features provided by Julia. By the end of this book, you will also have learned how to run external programs. This book covers all you need to know about Julia in order to leverage its high speed and efficiency for your applications. What you will learnSet up your Julia environment to achieve high productivityCreate your own types to extend the built-in type systemVisualize your data in Julia with plotting packagesExplore the use of built-in macros for testing and debugging, among other usesApply Julia to tackle problems concurrentlyIntegrate Julia with other languages such as C, Python, and MATLABWho this book is for Julia 1.0 Programming is for you if you are a statistician or data scientist who wants a crash course in the Julia programming language while building big data applications. A basic knowledge of mathematics is needed to understand the various methods that are used or created during the course of the book to exploit the capabilities that Julia is designed with.

Julia for Data Analysis

Julia for Data Analysis PDF Author: Bogumil Kaminski
Publisher: Simon and Schuster
ISBN: 1633439364
Category : Computers
Languages : en
Pages : 470

Get Book

Book Description
Master core data analysis skills using Julia. Interesting hands-on projects guide you through time series data, predictive models, popularity ranking, and more. In Julia for Data Analysis you will learn how to: Read and write data in various formats Work with tabular data, including subsetting, grouping, and transforming Visualize your data Build predictive models Create data processing pipelines Create web services sharing results of data analysis Write readable and efficient Julia programs Julia was designed for the unique needs of data scientists: it's expressive and easy-to-use whilst also delivering super-fast code execution. Julia for Data Analysis shows you how to take full advantage of this amazing language to read, write, transform, analyze, and visualize data—everything you need for an effective data pipeline. It’s written by Bogumil Kaminski, one of the top contributors to Julia, #1 Julia answerer on StackOverflow, and a lead developer of Julia’s core data package DataFrames.jl. Its engaging hands-on projects get you into the action quickly. Plus, you’ll even be able to turn your new Julia skills to general purpose programming! Foreword by Viral Shah. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Julia is a great language for data analysis. It’s easy to learn, fast, and it works well for everything from one-off calculations to full-on data processing pipelines. Whether you’re looking for a better way to crunch everyday business data or you’re just starting your data science journey, learning Julia will give you a valuable skill. About the book Julia for Data Analysis teaches you how to handle core data analysis tasks with the Julia programming language. You’ll start by reviewing language fundamentals as you practice techniques for data transformation, visualizations, and more. Then, you’ll master essential data analysis skills through engaging examples like examining currency exchange, interpreting time series data, and even exploring chess puzzles. Along the way, you’ll learn to easily transfer existing data pipelines to Julia. What's inside Read and write data in various formats Work with tabular data, including subsetting, grouping, and transforming Create data processing pipelines Create web services sharing results of data analysis Write readable and efficient Julia programs About the reader For data scientists familiar with Python or R. No experience with Julia required. About the author Bogumil Kaminski iis one of the lead developers of DataFrames.jl—the core package for data manipulation in the Julia ecosystem. He has over 20 years of experience delivering data science projects. Table of Contents 1 Introduction PART 1 ESSENTIAL JULIA SKILLS 2 Getting started with Julia 3 Julia’s support for scaling projects 4 Working with collections in Julia 5 Advanced topics on handling collections 6 Working with strings 7 Handling time-series data and missing values PART 2 TOOLBOX FOR DATA ANALYSIS 8 First steps with data frames 9 Getting data from a data frame 10 Creating data frame objects 11 Converting and grouping data frames 12 Mutating and transforming data frames 13 Advanced transformations of data frames 14 Creating web services for sharing data analysis results

Julia 1.0 Programming Cookbook

Julia 1.0 Programming Cookbook PDF Author: Bogumił Kamiński
Publisher: Packt Publishing Ltd
ISBN: 1788998820
Category : Computers
Languages : en
Pages : 451

Get Book

Book Description
Discover the new features and widely used packages in Julia to solve complex computational problems in your statistical applications. Key FeaturesAddress the core problems of programming in Julia with the most popular packages for common tasksTackle issues while working with Databases and Parallel data processing with JuliaExplore advanced features such as metaprogramming, functional programming, and user defined typesBook Description Julia, with its dynamic nature and high-performance, provides comparatively minimal time for the development of computational models with easy-to-maintain computational code. This book will be your solution-based guide as it will take you through different programming aspects with Julia. Starting with the new features of Julia 1.0, each recipe addresses a specific problem, providing a solution and explaining how it works. You will work with the powerful Julia tools and data structures along with the most popular Julia packages. You will learn to create vectors, handle variables, and work with functions. You will be introduced to various recipes for numerical computing, distributed computing, and achieving high performance. You will see how to optimize data science programs with parallel computing and memory allocation. We will look into more advanced concepts such as metaprogramming and functional programming. Finally, you will learn how to tackle issues while working with databases and data processing, and will learn about on data science problems, data modeling, data analysis, data manipulation, parallel processing, and cloud computing with Julia. By the end of the book, you will have acquired the skills to work more effectively with your data What you will learnBoost your code’s performance using Julia’s unique featuresOrganize data in to fundamental types of collections: arrays and dictionariesOrganize data science processes within Julia and solve related problemsScale Julia computations with cloud computingWrite data to IO streams with Julia and handle web transferDefine your own immutable and mutable typesSpeed up the development process using metaprogrammingWho this book is for This book is for developers who would like to enhance their Julia programming skills and would like to get some quick solutions to their common programming problems. Basic Julia programming knowledge is assumed.