OOP School Learning by Nav Engineer
Project description
PyPi: https://pypi.org/project/navschool_oop/
Python OOP+ วิธีสร้าง Library เป็นของตัวเอง+ อัพโหลด Package ไปยัง PyPI.org
โปรแกรมนี้ใช้สำหรับเรียนการเขียนโปรแกรมแบบ OOP สามารถดูตัวอย่างคลิปวิดีโอที่สอนได้ใน: https://youtu.be/1egtTXUJ3-4
วิธีติดตั้ง
เปิด CMD / Terminal
pip install navschool_oop
วิธีใช้งานแพ็คเพจนี้
เปิด IDLE ขึ้นมาแล้วพิมพ์…
from navschool_oop import myprofile
Example:
my = Profile('Navapol')
my.company = 'Mastertech'
my.hobby = ['Youtuber','Reading']
print(my.name)
my.show_email()
my.show_myart()
my.show_hobby()
พัฒนาโดย: nav.
FB: https://web.facebook.com/
YouTube: https://www.youtube.com/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
navschool_oop-0.0.1.tar.gz
(3.2 kB
view details)