{"id":25866114,"url":"https://github.com/kadyb/intro2025","last_synced_at":"2026-06-08T12:32:36.826Z","repository":{"id":278910551,"uuid":"933881687","full_name":"kadyb/intro2025","owner":"kadyb","description":"Kurs \"Wstęp do programowania\" UAM 2025","archived":false,"fork":false,"pushed_at":"2026-05-22T19:48:45.000Z","size":19490,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-05-22T22:32:52.637Z","etag":null,"topics":["introduction","programming","r"],"latest_commit_sha":null,"homepage":"https://kadyb.github.io/intro2025/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kadyb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-16T22:19:22.000Z","updated_at":"2026-05-22T19:48:50.000Z","dependencies_parsed_at":"2025-02-22T14:23:33.666Z","dependency_job_id":"cddb0557-b627-4950-b7aa-9475aa9099c6","html_url":"https://github.com/kadyb/intro2025","commit_stats":null,"previous_names":["kadyb/intro2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kadyb/intro2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadyb%2Fintro2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadyb%2Fintro2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadyb%2Fintro2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadyb%2Fintro2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kadyb","download_url":"https://codeload.github.com/kadyb/intro2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadyb%2Fintro2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["introduction","programming","r"],"created_at":"2025-03-02T02:21:50.783Z","updated_at":"2026-06-08T12:32:36.818Z","avatar_url":"https://github.com/kadyb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wstęp do programowania\n\nTo repozytorium zawiera materiały do kursu \"Wstęp do programowania\" prowadzonego\nna Uniwersytecie Adama Mickiewicza w semestrze letnim w 2025 r.\n\nProgramowanie to proces tworzenia instrukcji, które komputer może zinterpretować i wykonać,\naby zrealizować określone zadania. Proces ten obejmuje kilka etapów: od zaprojektowania\nalgorytmu, przez napisanie kodu, aż po debugowanie i testowanie stworzonej funkcji czy\nsystemu. Dzięki programowaniu możliwe jest tworzenie aplikacji, automatyzacja powtarzalnych\nzadań czy analiza i przetwarzanie danych.\n\n**R** jest jednym z języków programowania używanym przede wszystkim do analizy i\nprzetwarzania danych oraz tworzenia wizualizacji. Jest preferowany ze względu na niski\npróg wejścia, prostą składnię oraz ogromny ekosystem wspierany przez społeczność.\n\n# Wstęp\n\n**1. Instalacja R**\n\nInterpreter języka **R** można pobrać dla [Windows](https://cloud.r-project.org/bin/windows/base/),\n[MacOS](https://cran.r-project.org/bin/macosx/) oraz [Linux](https://cloud.r-project.org/bin/linux/).\n\n**2. Instalacja RStudio**\n\n**RStudio** jest zintegrowanym środowiskiem programistycznym z edytorem kodu.\nAplikacja dostępna jest na różnych platformach do pobrania w [tym miejscu](https://posit.co/download/rstudio-desktop/).\n\n# Materiały do kursu\n\n1. [Typy i struktury danych](https://kadyb.github.io/intro2025/cwiczenia/01_Typy_struktury_danych.html)\n2. [Instrukcje warunkowe](https://kadyb.github.io/intro2025/cwiczenia/02_Instrukcje_warunkowe.html)\n3. [Pętla](https://kadyb.github.io/intro2025/cwiczenia/03_Petla.html)\n4. [Funkcja](https://kadyb.github.io/intro2025/cwiczenia/04_Funkcja.html)\n5. [Aspekty programowania](https://kadyb.github.io/intro2025/cwiczenia/05_Aspekty_programowania.html)\n6. [Wektoryzacja operacji](https://kadyb.github.io/intro2025/cwiczenia/06_Wektoryzacja_operacji.html)\n7. [Przetwarzanie danych](https://kadyb.github.io/intro2025/cwiczenia/07_Przetwarzanie_danych.html)\n8. [Wizualizacja danych](https://kadyb.github.io/intro2025/cwiczenia/08_Wizualizacja_danych.html)\n9. [Analiza wydajności kodu](https://kadyb.github.io/intro2025/cwiczenia/09_Analiza_wydajnosci.html)\n\n# Materiały dodatkowe\n\n1. [\"An Introduction to R\"](https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf) R Core Team\n\n# Kontakt \n\nW razie pytań proszę o kontakt na \u003ckrzysztof.dyba@amu.edu.pl\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadyb%2Fintro2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkadyb%2Fintro2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadyb%2Fintro2025/lists"}