13 ธันวาคม 2561
Published ธันวาคม 13, 2561 by wannaphong with 0 comment
11 ธันวาคม 2561
Published ธันวาคม 11, 2561 by wannaphong with 7 comments
สวัสดีทุกท่านครับ วันนี้ผมจะมาเล่าเรื่องราวก่อนที่ Named Entity Recognition ภาษาไทยใน PyThaiNLP จะถือกำเนิดขึ้นมา มีเบื้องหลังมากมาย
24 พฤศจิกายน 2561
Published พฤศจิกายน 24, 2561 by wannaphong with 0 comment
24 ตุลาคม 2561
Published ตุลาคม 24, 2561 by wannaphong with 1 comment
สวัสดีผู้อ่านทุกท่านครับ ผู้อ่านคงเคยเจอปัญหาติดตั้งโมดูล Python ที่ต้องคอมไพล์ด้วย Visual Studio แต่ผู้อ่านไม่ได้ลง Visual Studio ไว้ ทำให้ไม่สามารถติดตั้งโมดูลเหล่านั้นผ่านคำสั่ง pip ได้
28 กันยายน 2561
Published กันยายน 28, 2561 by wannaphong with 0 comment
สวัสดีผู้อ่านทุกท่านครับ บทความนี้ผมจะพาผู้อ่านไปทำความสะอาดข้อมูลที่มีไม้ยมก "ๆ" ก่อนนำข้อมูลไปประมวลผลใช้งานกับ NLP ภาษาไทยด้วยโค้ด Python กันครับ
Read More
13 กันยายน 2561
Published กันยายน 13, 2561 by wannaphong with 3 comments
สวัสดีผู้อ่านทุกท่านครับ บทความนี้ผมจะพาผู้อ่านไปสร้างโมดูลที่รันผ่านคอมมานด์ไลน์ด้วย Python กันครับ
Read More
Published กันยายน 13, 2561 by wannaphong with 0 comment
ตัวดำเนินการ
~ Not
^ XOR
| Or
& And
Read More
~ Not
^ XOR
| Or
& And
2 กันยายน 2561
Published กันยายน 02, 2561 by wannaphong with 1 comment
สวัสดีครับทุกท่าน บทความนี้เราจะไปทดลองทำ Thai Romanization ด้วย keras ใน Python กันครับ
12 สิงหาคม 2561
Published สิงหาคม 12, 2561 by wannaphong with 0 comment
วิดีโอย้อนหลัง PyCon Thailand 2018 ซึ่งจัดขึ้นเป็นครั้งแรกของ PyCon Thailand จัดวันที่ 16-17 มิถุนายน 2561 ที่ผ่านมา ที่อาคารเคเอกซ์ (Knowledge Exchange Center – KX) ได้ถูกอัพโหลดขึ้น YouTube แล้ว
สามารถรับชมได้ที่ https://youtu.be/u5AKobUPCas
Read More
8 สิงหาคม 2561
Published สิงหาคม 08, 2561 by wannaphong with 0 comment
หากต้องการทำโปรไฟล์หน่วยความจำโค้ด Python ที่เขียน มีหลายวิธี บทความนี้ขอเสนอวิธีทำโปรไฟล์หน่วยความจำโค้ด Python โดยใช้โมดูล memory_profiler
Read More
16 กรกฎาคม 2561
Published กรกฎาคม 16, 2561 by wannaphong with 1 comment
Python มีนามสกุลไฟล์หลายไฟลดังนี้
ที่มา http://dcjtech.info/topic/python-file-extensions/
Read More
- *.py - ไฟล์สคริปต์ภาษาไพทอน
- *.py3 - (ไม่ค่อยพบเห็น) ไฟล์สคริปต์ Python3 ; ไฟล์สคริปต์ Python3 ส่วนใหญ่มักใช้ "*.py" ไม่ใช่ "*.py3"
- *.pyc - ไฟล์สคริปต์ที่ถูกคอมไพล์ (Bytecode)
- *.pyo - ไฟล์สคริปต์ที่ถูกคอมไพล์โดยถูกปรับแต่งประสิทธิภาพ (As of Python3.5, Python will only use pyc rather than pyo and pyc)
- *.pyw - ไฟล์ Python สำหรับ Windows โดยรันด้วย pythonw.exe
- *.pyx - Cython src ที่แปลงไปเป็น C/C++
- *.pyd - โค้ด Pythonที่ถูกสร้างเป็น Windows DLL
- *.pxd - Cython script which is equivalent to a C/C++ header
- *.pyi - MyPy stub
- *.pyi - Stub file (PEP 484)
- *.pyz -เป็นโค้ด Python ที่ถูกบีบอัดไว้ (PEP 441)
- *.pywz - เป็นโค้ด Python ที่ถูกบีบอัดสำหรับ MS-Windows (PEP 441)
- *.py[cod] - wildcard notation in ".gitignore" that means the file may be "*.pyc", "*.pyo", or "*.pyd"
- *.rpy - โค้ด RPython
- *.pyde - ไฟล์โค้ด Python ที่ถูกใช้ใน Processing (https://processing.org/)
- *.pyp - Py4D Python Plugin
- *.pyt - Python declaration file
- *.xpy - ไม่รู้จัก
- *.ipynb - ไฟล์ Jupyter Notebook
ที่มา http://dcjtech.info/topic/python-file-extensions/
28 มิถุนายน 2561
Published มิถุนายน 28, 2561 by wannaphong with 0 comment
วันนี้ตามเวลาในประเทศ ทางมูลนิธีซอฟแวร์ไพทอนได้ปล่อย Python 3.7.0 ออกมาแล้ว นอกจากนั้นยังได้ปล่อย Python 3.6.6 ซึ่งเป็นรุ่นบำรุงรักษา แก้บั๊ก เนื่องจากเป็นรุ่นที่สนับสนุนระยะเวลานาน (LTS)
สามารถโหลด Python 3.7.0 ได้ที่ https://www.python.org/downloads/release/python-370/
อ่านสิ่งใหม่ที่มีใน Python 3.7.0 ได้ที่ https://docs.python.org/3.7/whatsnew/3.7.html
สามารถโหลด Python 3.6.6 ได้ที่ https://www.python.org/downloads/release/python-366/
Read More
สามารถโหลด Python 3.7.0 ได้ที่ https://www.python.org/downloads/release/python-370/
อ่านสิ่งใหม่ที่มีใน Python 3.7.0 ได้ที่ https://docs.python.org/3.7/whatsnew/3.7.html
สามารถโหลด Python 3.6.6 ได้ที่ https://www.python.org/downloads/release/python-366/
21 มิถุนายน 2561
Published มิถุนายน 21, 2561 by wannaphong with 0 comment
Kaidee (https://www.kaidee.com/) เป็นเว็บลงประกาศขายของเว็บหนึ่งที่มีการใช้งาน Python เยอะมาก
Read More
สมัครสมาชิก:
บทความ (Atom)