Skip to content

Commit a4225a3

Browse files
authored
Merge pull request #19 from elmoallistair/update-belajar
Update belajar.md
2 parents 029e9d1 + 512eef1 commit a4225a3

File tree

1 file changed

+44
-29
lines changed

1 file changed

+44
-29
lines changed

belajar.md

Lines changed: 44 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,54 @@ nav_order: 4
77

88
# Rekomendasi Anggota Untuk Mulai Belajar
99

10+
## Rekomendasi untuk pemula
11+
12+
- [DOCS] [Python documentation](https://docs.python.org/3/)
13+
- [WIKI] [Python for Non-Programmers](https://wiki.python.org/moin/BeginnersGuide/NonProgrammers)
14+
- [YOUTUBE] [Channel YouTube Indonesia Belajar](https://www.youtube.com/IndonesiaBelajarKomputer)
15+
- [YOUTUBE] [Channel YouTube Kelas Terbuka](https://www.youtube.com/KelasTerbuka)
16+
1017
## Bahasa Indonesia
1118

12-
- [CodeSaya](https://codesaya.com)
13-
- [Workshop Python 101](https://sakti.github.io/python101/)
14-
- [Belajar Python, oleh Owo Sugiana](http://indorey.blogspot.co.id/2015/12/buku-belajar-python-dalam-bahasa.html)
15-
- [Channel YouTube Indonesia Belajar](https://www.youtube.com/IndonesiaBelajarKomputer)
16-
- [Membuat Aplikasi Bisnis, oleh Owo Sugiana](https://drive.google.com/file/d/0B_ZKePry36BiczFBbWVCSGlab2M/edit)
17-
- [Memulai Pemrograman Dengan Python - Dicoding](https://www.dicoding.com/academies/86)
19+
- [BUKU] [Belajar Python, oleh Owo Sugiana](http://indorey.blogspot.co.id/2015/12/buku-belajar-python-dalam-bahasa.html)
20+
- [BUKU] [Membuat Aplikasi Bisnis, oleh Owo Sugiana](https://drive.google.com/file/d/0B_ZKePry36BiczFBbWVCSGlab2M/edit)
21+
- [KURSUS] [Dicoding - Memulai Pemrograman Dengan Python](https://www.dicoding.com/academies/86)
22+
- [WEBSITE] [Petani Kode - Tutorial Pemrograman Python](https://www.petanikode.com/tutorial/python/)
23+
- [WEBSITE] [CodeSaya - Python](https://codesaya.com/python/)
24+
- [WEBSITE] [Workshop Python 101](https://sakti.github.io/python101/)
25+
- [YOUTUBE] [Channel Indonesia Belajar](https://www.youtube.com/IndonesiaBelajarKomputer)
26+
- [YOUTUBE] [Channel Kelas Terbuka](https://www.youtube.com/KelasTerbuka)
1827

1928
## Bahasa Inggris
2029

2130
### Gratis
2231

23-
- [Python Docs](https://docs.python.org/3/)
24-
- [Learn Python](https://www.learnpython.org)
25-
- [Learn Python the Hard Way](https://learnpythonthehardway.org)
26-
- [Learn Python the Easy Way](https://pythonbooks.revolunet.com)
27-
- [Learn By Example](https://github.com/learnbyexample/scripting_course/blob/master/Python_curated_resources.md)
28-
- [SoloLearn Python](https://www.sololearn.com/Course/Python/)
29-
- [Tutorials Point](https://www.tutorialspoint.com/python3/)
30-
- [Free Programming eBooks by O'Relly](https://www.oreilly.com/programming/free/)
31-
- [More Free eBooks by O'Relly](http://www.openculture.com/2017/01/download-243-free-ebooks-on-design-data-software.html)
32-
- [How To Think Like A Computer Scientist](https://klinikpython.wordpress.com/2016/10/04/161001-ini-dia-buku-rujukan-terbaik-untuk-pemula/)
33-
- [Django vs Flask](https://devel.tech/features/django-vs-flask/)
34-
- [Full Stack Python](https://www.fullstackpython.com/)
35-
- [Test-Driven Development with Python](https://testdriven.io/blog/)
36-
- [Google's Python Class](https://developers.google.com/edu/python)
37-
- [PCAP: Programming Essentials in Python](https://www.netacad.com/courses/programming/pcap-programming-essentials-python)
38-
- [Python Koans - Learn Python through TDD](https://github.com/gregmalcolm/python_koans)
32+
- [BUKU] [Free Programming eBooks by O'Relly](https://www.oreilly.com/programming/free/)
33+
- [BUKU] [More Free eBooks by O'Relly](https://www.oreilly.com/free/reports.html)
34+
- [BUKU] [How To Think Like A Computer Scientist](http://openbookproject.net/thinkcs/python/english3e/)
35+
- [BUKU] [Python Notes for Professionals](https://books.goalkicker.com/PythonBook/)
36+
- [REPO] [gregmalcolm/python_koans](https://github.com/gregmalcolm/python_koans)
37+
- [REPO] [learnbyexample/scripting_course](https://github.com/learnbyexample/scripting_course/blob/master/Python_curated_resources.md)
38+
- [KURSUS] [Google's Python Class](https://developers.google.com/edu/python)
39+
- [KURSUS] [SoloLearn - Python 3](https://www.sololearn.com/Course/Python/)
40+
- [KURSUS] [PCAP: Programming Essentials in Python](https://www.netacad.com/courses/programming/pcap-programming-essentials-python)
41+
- [WEBSITE] [Tutorialspoint - Python 3 Tutorial](https://www.tutorialspoint.com/python3/)
42+
- [WEBSITE] [Learn Python - Free Interactive Python Tutorial](https://www.learnpython.org)
43+
- [WEBSITE] [Full Stack Python - Build, Deploy and Operate Python Applications](https://www.fullstackpython.com/)
3944

4045
### Berbayar
4146

42-
- [Programming Python](http://shop.oreilly.com/product/9780596158118.do)
43-
- [Learning Python](http://shop.oreilly.com/product/0636920028154.do)
44-
- [Everything You Need to Program in Python](https://www.udemy.com/the-python-bible/)
45-
- [Test-Driven Development Intensive Course with Python](https://testdriven.io/courses/)
46-
- [Coursera's Python for Everybody](https://www.coursera.org/specializations/python)
47-
- [Coursera's Crash Course on Python](https://www.coursera.org/learn/python-crash-course)
48-
- [DataCamp's Python Courses](https://learn.datacamp.com/courses/tech:python)
47+
- [BUKU] [Programming Python, 4th Edition by Mark Lutz](https://learning.oreilly.com/library/view/programming-python-4th/9781449398712/)
48+
- [BUKU] [Learning Python, 5th Edition by Mark Lutz](https://learning.oreilly.com/library/view/learning-python-5th/9781449355722/)
49+
- [BUKU] [Python Crash Course by Eric Matthes](https://learning.oreilly.com/library/view/python-crash-course/9781457197185/)
50+
- [BUKU] [Automate the Boring Stuff with Python, 2nd Edition by Al Sweigart](https://nostarch.com/automatestuff2)
51+
- [BUKU] [Learn Python 3 the Hard Way by Zed A. Shaw](https://learnpythonthehardway.org)
52+
- [KURSUS] [Udemy - Everything You Need to Program in Python ](https://www.udemy.com/the-python-bible/)
53+
- [KURSUS] [TestDriven.io - Development Intensive Course with Python](https://testdriven.io/courses/)
54+
- [KURSUS] [Coursera - Python for Everybody](https://www.coursera.org/specializations/python)
55+
- [KURSUS] [Coursera - Google IT Automation with Python](https://www.coursera.org/professional-certificates/google-it-automation)
56+
- [KURSUS] [DataCamp - Python Courses](https://learn.datacamp.com/courses/tech:python)
57+
- [WEBSITE] [Real Python Tutorials](https://realpython.com)
4958

5059
## Latihan
5160

@@ -54,3 +63,9 @@ nav_order: 4
5463
- [Codewars](https://www.codewars.com/kata/search/python?q=&&beta=false)
5564
- [Practice Python](https://www.practicepython.org/)
5665
- [Project Euler](https://projecteuler.net/)
66+
67+
## Referensi Proyek
68+
69+
- [Edureka | Top Python Projects You Should Consider Learning](https://www.edureka.co/blog/python-projects/)
70+
- [Towards Data Science | Best Simple Python Projects for Beginners](https://towardsdatascience.com/best-small-python-projects-to-do-e0e3276ad465)
71+
- [Real Python | Project Ideas for Intermediate Python Developers](https://realpython.com/intermediate-python-project-ideas/)

0 commit comments

Comments
 (0)