{"id":20014336,"url":"https://github.com/purwnt/belajarpython","last_synced_at":"2026-03-01T12:32:31.412Z","repository":{"id":36525954,"uuid":"40831717","full_name":"purwnt/Belajarpython","owner":"purwnt","description":"Indonesian Python Programming Tutorial","archived":false,"fork":false,"pushed_at":"2021-06-12T03:10:01.000Z","size":33,"stargazers_count":28,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-13T17:40:03.725Z","etag":null,"topics":["indonesian","programming","python","tutorial"],"latest_commit_sha":null,"homepage":"http://www.belajarpython.com","language":"Python","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/purwnt.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}},"created_at":"2015-08-16T17:57:59.000Z","updated_at":"2025-03-08T14:56:32.000Z","dependencies_parsed_at":"2022-09-07T05:03:00.688Z","dependency_job_id":null,"html_url":"https://github.com/purwnt/Belajarpython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/purwnt/Belajarpython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwnt%2FBelajarpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwnt%2FBelajarpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwnt%2FBelajarpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwnt%2FBelajarpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purwnt","download_url":"https://codeload.github.com/purwnt/Belajarpython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwnt%2FBelajarpython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"last_error":"SSL_read: 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":["indonesian","programming","python","tutorial"],"created_at":"2024-11-13T07:40:03.255Z","updated_at":"2026-03-01T12:32:31.338Z","avatar_url":"https://github.com/purwnt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://4.bp.blogspot.com/-qKG4NVxPNeo/WIogTi22NLI/AAAAAAAADNM/iglwqV6gYV0fdbJ3BiWYZk5QeC-vwjg8QCLcB/s1600/logo-belajar-python.png\"\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c/div\u003e\n-----------------\n\n**Belajarpython** adalah situs tutorial pemrograman Python bahasa Indonesia. sedangkan Python sendiri adalah bahasa pemrograman interpretatif multiguna. Tidak seperti bahasa lain yang susah untuk dibaca dan dipahami, python lebih menekankan pada keterbacaan kode agar lebih mudah untuk memahami sintaks. Hal ini membuat Python sangat mudah dipelajari baik untuk pemula maupun untuk yang sudah menguasai bahasa pemrograman lain.\n\nPada tutorial ini Anda akan mempelajari dasar pemrograman bahasa Python.\n\n**Jika Anda ingin membaca seluruh tutorial silahkan menuju ke [belajarpython.com](http://www.belajarpython.com).**\n\n## Tutorial Pemrograman Python Bahasa Indonesia\n\nDibawah ini adalah syllabus tutorial Python :\n\n **Pendahuluan**\n* [Memulai Python](http://www.belajarpython.com/#memulai-python)\n* [Instalasi Python](http://www.belajarpython.com/2015/05/instalasi-python.html)\n* [Menjalankan Python](http://www.belajarpython.com/2015/05/menjalankan-python.html)\n* [IDE Python](http://www.belajarpython.com/2015/05/integrated-development-environment-ide.html)\n\n**Python Dasar**\n* [Hello World Python](http://www.belajarpython.com/2015/05/hello-world-python.html)\n* [Komentar Python](http://www.belajarpython.com/2015/05/komentar-python.html)\n* [Tipe Data Python](http://www.belajarpython.com/2015/05/tipe-data-python.html)\n* [Variabel Python](http://www.belajarpython.com/2015/05/variabel-python.html)\n* [Operator Python](http://www.belajarpython.com/2015/05/operator-python.html)\n* [Kondisi If Python](http://www.belajarpython.com/2015/05/kondisi-if-python.html)\n* [Kondisi If Else Python](http://www.belajarpython.com/2015/05/kondisi-if-else-python.html)\n* [Kondisi Elif Python](http://www.belajarpython.com/2015/05/kondisi-elif-python.html)\n* [Pengulangan For Python](http://www.belajarpython.com/2015/05/pengulangan-for-python.html)\n* [Number Python](http://www.belajarpython.com/2015/05/number-python.html)\n* [String Python](http://www.belajarpython.com/2015/05/string-python.html)\n* [Lists Python](http://www.belajarpython.com/2015/05/lists-python.html)\n* [Tuples Python](http://www.belajarpython.com/2015/05/tuples-python.html)\n* [Dictionary Python](http://www.belajarpython.com/2015/05/dictionary-python.html)\n* [Tanggal dan Waktu Python](http://www.belajarpython.com/2015/05/tanggal-dan-waktu-python.html)\n* [Fungsi Python](http://www.belajarpython.com/2015/05/fungsi-python.html)\n* [Modul Python](http://www.belajarpython.com/2015/05/modul-python.html)\n* [File I/O Python](http://www.belajarpython.com/2015/05/input-output-python.html)\n* [Exception Python](http://www.belajarpython.com/2015/05/exception-python.html)\n\n **Python Tingkat Lanjut**\n* [Objek dan Class](http://www.belajarpython.com/2015/05/objek-dan-class-python.html)\n* [Akses Database](http://www.belajarpython.com/2015/05/akses-database.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurwnt%2Fbelajarpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurwnt%2Fbelajarpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurwnt%2Fbelajarpython/lists"}