คุณเคยรู้สึกว่าสิ่งที่คุณทำคือการคัดลอก/วางจาก Stack Overflow หรือไม่?
ก้าวไปอีกขั้นหนึ่ง
from stackoverflow import quick_sort
จะผ่านผลการค้นหา[python] quick sort
โดยมองหาบล็อกโค้ดที่ใหญ่ที่สุดที่ไม่มี >> > from stackoverflow import quick_sort , split_into_chunks
>> > print ( quick_sort . sort ([ 1 , 3 , 2 , 5 , 4 ]))
[ 1 , 2 , 3 , 4 , 5 ]
>> > print ( list ( split_into_chunks . chunk ( "very good chunk func" )))
[ 'very ' , 'good ' , 'chunk' , ' func' ]
>> > print ( "I wonder who made split_into_chunks" , split_into_chunks . __author__ )
I wonder who made split_into_chunks https : // stackoverflow . com / a / 35107113
>> > print ( "but what's the license? Can I really use this?" , quick_sort . __license__ )
but what ' s the license ? Can I really use this ? CC BY - SA 3.0
>> > assert ( "nice, attribution!" )
โมดูลนี้ได้รับอนุญาตภายใต้ใบอนุญาตใดก็ตามที่คุณต้องการตราบใดที่ใบอนุญาตนั้นเข้ากันได้กับการที่ฉันคัดลอกโค้ดหลายบรรทัดอย่างโจ่งแจ้งจากไลบรารีมาตรฐาน Python