Logo

Let's Learn together

Exploring the World of Python and Lets Learn Together

  • Python for Computer Vision

    Published on
    การใช้งานภาษา Python สำหรับงานด้านการวิเคราะห์รูปภาพ การประยุกต์ใช้ AI เพื่อเพิ่มความสามารถ พร้อมตัวอย่าง Code และวิดีโอสอนการใช้งาน คุณจะได้ทดลองเครื่องมือ face detection, hand detection และ pose detection
    python-computer-vision
  • Exploring the with statement in Python

    Published on
    The with statement is a powerful feature in Python that provides an easier way to manage resources by automatically handling the opening and closing of files, database connections, network sockets, and other objects. This blog post will explore how the with statement works and how you can use it to simplify your code.
    python-with-statement