HomePython

Belajar Python : Penggunaan Modules Pemrogramman Python

Tutorial Python khusus pemula : bagaimana cara penggunaan Modules dalam bahasa pemrogramman python khusus untuk pemula.

How to Write Good Code & Become a Professional Programmer
Mendefinisikan Functions dalam Python
Loops Statement - Perulangan di Python
Tutorial Python - Sebuah module dalam bahasa pemrogramman khususnya python berfungsi untuk mengelompokkan dan mengatur baris-baris code python. Dengan menggunakan sebuah module dalam aplikasi python akan lebih mudah dalam memahami baris-baris code python.

Baca juga :
  1. Penggunaan Date & Time Python
  2. Mendefenisikan sebuah function pemrogramman Python
 Kesimpulan yang lebih sederhana mengenai pengertian sebuah module dalam aplikasi python, module adalah File yang dibangun dengan menggunakan baris code python yang bisa mendefenisikan functions, class, maupun variable dalam aplikasi python.

Contoh penggunaan Modules Python (contoh.py)

#!/usr/bin/python
# Cara mendefenisikan module Python
def print_func( par ):
   print "Hello : ", par
   return

Selain itu, Seluruh code python yang berbentuk file bisa didefenisikan sebagai module dan bisa dimasukkan kedalam import statement project python.

Penggunaan Modules Pemrogramman Python

Penggunaan Module sebagai Import Statement

#!/usr/bin/python
# Cara mendefenisikan module Python
import contohmodule1[, contohmodule2[,... contohmoduleN]

Dalam penerapannya, saya akan memberikan contoh penulisan code python yang akan menggabungkan module1 (contoh.py) dengan source code python yang akan dibuat :

#!/usr/bin/python
# Cara mendefenisikan module Python

# Import module contoh
import contoh

# Panggil fungsi dan tampilkan ke layar.
contoh.print_func("World!")

Jika Source code diatas didebugging, maka akan menghasilkan tulisan : "Hello World!".

Penempatan Modules Python

Secara default, ketika kita melakukan pengimport-an sebuah module dalam project aplikasi python, maka python interpreter akan melakukan pencarian module tersebut sesuai dengan urutan berikut :
  1. Python Interpreter akan mencari pada current folder
  2. Jika module tidak ditemukan, maka akan dicari di seluruh folder yang ada dalam variable shell.
  3. dan Jika module belum ditemukan juga, maka selanjutnya di Default Path windows ataupun UNIX.
Untuk mempelajari lebih banyak tentang Modules Python, Namespaces dan Scoping, dir() Function, globals() dan locals() Functions, reload() Function, Packages dalam Python, silahkan tunggu session selanjutnya.

Follow dan subscribe hc-kr.com untuk mendapatkan artikel dan tutorial terbaru setiap hari secara gratis.

Feel free to code it up and send us a pull request.

Hi everyone, let's me know how much this lesson can help your work. Please Subscribe and Follow Our Social Media 'kodeajaib[dot]com' to get Latest tutorials and will be send to your email everyday for free!, Just hit a comment if you have confused. Nice to meet you and Happy coding :) all ^^



Follow by E-Mail


COMMENTS

DISQUS
Name

ADO.NET,3,Ajax,6,Android,9,AngularJS,4,ASP.NET,4,Blogger Tutorials,7,Bootstrap,7,C++,1,Codeigniter,2,Cplusplus,6,Crystal Report,6,CSharp,25,Ebook Java,2,FlyExam,1,FSharp,3,Game Development,2,Java,35,JDBC,2,Laravel,89,Lumen,2,MariaDB,2,Ms Access,3,MySQL,31,ODBC,6,OleDB,1,PHP,14,PHP Framework,6,PHP MYSQLI,9,PHP OOP,5,Python,8,Python 3,4,SQL Server,4,SQLite,4,Uncategorized,5,Vb 6,2,Vb.Net,89,Video,48,Vue Js,4,WPF,2,Yii,3,
ltr
item
KODE AJAIB: Belajar Python : Penggunaan Modules Pemrogramman Python
Belajar Python : Penggunaan Modules Pemrogramman Python
Tutorial Python khusus pemula : bagaimana cara penggunaan Modules dalam bahasa pemrogramman python khusus untuk pemula.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitg2RVYjHpo6jTDohgpqBnwQctlPB68scfkNDzvLhYL8UCO4jBHoOwQ708cTilghjMcuVRhfjXibMFsdyW9apWPf-e8wPxnIemWS88kuSzGNk8puiquL3dplMSynCmywGDU0mBJafDd4U/s320/python-modules-python.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitg2RVYjHpo6jTDohgpqBnwQctlPB68scfkNDzvLhYL8UCO4jBHoOwQ708cTilghjMcuVRhfjXibMFsdyW9apWPf-e8wPxnIemWS88kuSzGNk8puiquL3dplMSynCmywGDU0mBJafDd4U/s72-c/python-modules-python.jpg
KODE AJAIB
https://scqq.blogspot.com/2016/07/belajar-python-penggunaan-modules.html
https://scqq.blogspot.com/
https://scqq.blogspot.com/
https://scqq.blogspot.com/2016/07/belajar-python-penggunaan-modules.html
true
3214704946184383982
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy