{"id":29140795,"url":"https://github.com/seasawher/julia-programming-projects","last_synced_at":"2026-04-25T08:36:04.783Z","repository":{"id":277647788,"uuid":"651483691","full_name":"Seasawher/Julia-Programming-Projects","owner":"Seasawher","description":"(fork) My work on the book \"Julia Programming Projects\"","archived":false,"fork":false,"pushed_at":"2023-06-09T10:37:22.000Z","size":246202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T22:51:09.624Z","etag":null,"topics":["book-reading","julia"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seasawher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-09T10:36:09.000Z","updated_at":"2023-06-23T17:48:55.000Z","dependencies_parsed_at":"2025-02-15T06:52:44.713Z","dependency_job_id":null,"html_url":"https://github.com/Seasawher/Julia-Programming-Projects","commit_stats":null,"previous_names":["seasawher/julia-programming-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Seasawher/Julia-Programming-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seasawher%2FJulia-Programming-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seasawher%2FJulia-Programming-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seasawher%2FJulia-Programming-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seasawher%2FJulia-Programming-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seasawher","download_url":"https://codeload.github.com/Seasawher/Julia-Programming-Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seasawher%2FJulia-Programming-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32255703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["book-reading","julia"],"created_at":"2025-06-30T17:40:20.939Z","updated_at":"2026-04-25T08:36:04.755Z","avatar_url":"https://github.com/Seasawher.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n# Julia Programming Projects\n\n\u003ca href=\"https://www.packtpub.com/big-data-and-business-intelligence/julia-programming-projects?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=9781788292740 \"\u003e\u003cimg src=\"https://dz13w8afd47il.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/9781788292740%20Copy.png\" alt=\"Julia Programming Projects\" height=\"256px\" align=\"right\"\u003e\u003c/a\u003e\n\nThis is the code repository for [Julia Programming Projects](https://www.packtpub.com/big-data-and-business-intelligence/julia-programming-projects?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=9781788292740 ), published by Packt.\n\n**Learn Julia 1.x by building apps for data analysis, visualization, machine learning, and the web\t**\n\n## What is this book about?\n\u003cspan class=\"sugar_field\" id=\"description\"\u003eJulia 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.\u003c/span\u003e\n\nThis book covers the following exciting features:\n* Leverage Julia's strengths, its top packages, and main IDE options \n* Analyze and manipulate datasets using Julia and DataFrames \n* Write complex code while building real-life Julia applications \n* Develop and run a web app using Julia and the HTTP package \n* Build a recommender system using supervised machine learning \n* Perform exploratory data analysis \n* Apply unsupervised machine learning algorithms \n* Perform time series data analysis, visualization, and forecasting \n\nIf you feel this book is for you, get your [copy](https://www.amazon.com/dp/178829274X) today!\n\n\u003ca href=\"https://www.packtpub.com/?utm_source=github\u0026utm_medium=banner\u0026utm_campaign=GitHubBanner\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/PacktPublishing/GitHub/master/GitHub.png\" \nalt=\"https://www.packtpub.com/\" border=\"5\" /\u003e\u003c/a\u003e\n\n## Instructions and Navigations\nAll of the code is organized into folders. For example, Chapter02.\n\nThe code will look like the following:\n```\nfunction articleinfo(content) \n  dom = articledom(content) \n  (extractcontent(dom.root), extractlinks(dom.root), extracttitle(dom.root), extractimage(dom.root)) \nend \n```\n\n**Following is what you need for this book:**\nData 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.\n\nWith the following software and hardware list you can run all code files present in the book (Chapter 1-11).\n### Software and Hardware List\n| Chapter  | Software required                    | OS required                        |\n| -------- | ------------------------------------ | -----------------------------------|\n| 1-11     | Julia                                | Windows, Mac OS X, and Linux (Any) |\n\n\nWe also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://www.packtpub.com/sites/default/files/downloads/9781788292740_ColorImages.pdf?).\n\n### Related products\n* Julia 1.0 Programming Cookbook [[Packt]](https://www.packtpub.com/application-development/julia-10-programming-cookbook?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=9781788998369 ) [[Amazon]](https://www.amazon.com/dp/1788998367)\n\n* Julia 1.0 Programming - Second Edition [[Packt]](https://www.packtpub.com/application-development/julia-10-programming-second-edition?utm_source=github\u0026utm_medium=repository\u0026utm_campaign=9781788999090 ) [[Amazon]](https://www.amazon.com/dp/1788999096)\n\n## Get to Know the Author\n**Adrian Salceanu**\nhas 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.\n\n### Suggestions and Feedback\n[Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.\n\n\n### Download a free PDF\n\n \u003ci\u003eIf you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.\u003cbr\u003eSimply click on the link to claim your free PDF.\u003c/i\u003e\n\u003cp align=\"center\"\u003e \u003ca href=\"https://packt.link/free-ebook/9781788292740\"\u003ehttps://packt.link/free-ebook/9781788292740 \u003c/a\u003e \u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseasawher%2Fjulia-programming-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseasawher%2Fjulia-programming-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseasawher%2Fjulia-programming-projects/lists"}