Difference between revisions of "Sekitar Python"
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 42: | Line 42: | ||
===Scraping Web=== | ===Scraping Web=== | ||
+ | * [[Python: Collecting Twitter Data]] | ||
* [[Python: Daftar API Twitter dengan Python]] | * [[Python: Daftar API Twitter dengan Python]] | ||
* [[Python: Scraping Twitter]] | * [[Python: Scraping Twitter]] |
Revision as of 10:06, 28 January 2017
Python adalah general-purpose, high-level programming language. Filosofy disain Python menitik beratkan pada code readability, dan sintax yang memungkinkan programmer untuk mengekspresikan konsep-nya dengan lines of code yang lebih sedikit daripada bahasa lain-nya seperti C. Bahasa yang digunakan memberikan konstruksi yang dibuat agar menjadi program yang jelas baik untuk skala kecil maupun besar.
Python mendukung multi programming paradigm, termasuk style object-oriented, imperative dan functional programming atau procedural. Dia memiliki fitur dynamic type system dan automatic memory management dan mempunyaistandard library yang sangat komprehensif dan besar.
Seperti dynamic language yang lain, Python kadang digunakan sebagai scripting language, tapi juga mempunyai banyak non-scripting context. Menggunakan tool third-party, seperti Py2exe, atau Pyinstaller, Python code dapat dipaket sebagai program executable standaline. Python interpreter tersedia di banyak sistem operasi.
CPython, reference implementation dari Python, adalah free and open source software dan mempunyai community-based development model, seperti juga hampir semua implementasi alternatifnya. CPython di managed oleh non-profit Python Software Foundation.
Lebih Detail
Persiapan
Dasar
Advanced
Jaringan
- Python: Web Server
- Python: Echo Server
- Python: Echo UDP Server
- Python: Read Microphone
- Python: Mengirim suara via UDP
- Python: Soket UDP
- Python: Soket TCP
- Python: Kirim via TCP dan di parsing
- Python: Twitter
- Python: email
Scraping Web
- Python: Collecting Twitter Data
- Python: Daftar API Twitter dengan Python
- Python: Scraping Twitter
- Python: SCraping Twitter lagi
- Python: twitterstream.py
- Python: Collecting Data
- Python: Text Pre-processing
- Python: Term Frequencies
- Python: Rugby & Term Co-occurrences
- Python: Data Visualisation Basics
- Python: Sentimen Analysis
- Python: Geolocation and Interactive Maps
- Python: Generating Network Graph of Twitter Follower
- Python: Twitter Analytic
- Python: Collect Twitter follower network with twecoll
- Python: Analyzing Twitter Networks with Gephi 0.9.1
Selenium
- Python: Konfigurasi geckodriver dan selenium untuk browsing web
- Python: Selenium Login ke Twitter
- Python: Twitter data mining with Python and Gephi
Tutorial
- http://www.bogotobogo.com/python/pytut.php
- http://www.tutorialspoint.com/python/index.htm
- http://effbot.org/zone/socket-intro.htm
- https://docs.python.org/3.0/library/socket.html
- http://www.fromdev.com/2014/03/python-tutorials-resources.html
- http://www.briggs.net.nz/snake-wrangling-for-kids.html
Streaming Audio
Referensi
- http://openbookproject.net/thinkcs/python2e.php
- http://docs.python.org/tutorial/
- http://www.sthurlow.com/python/
- http://www.paradigma.com.br/Plone/tutorialPython.pdf
- http://www.tutorialspoint.com/python/
- http://www.master.web.id/mwmag/issue/03/content/tutorial-python-2/tutorial-python-2.html
- http://www.korokithakis.net/tutorials/python