Python Learning Book : Head First Python: A Brain-Friendly Guide
https://medium.com/@satriaadhipradana/python-learning-book-head-first-python-a-brain-friendly-guide-acca8beb84e7
https://medium.com/@satriaadhipradana/python-learning-book-head-first-python-a-brain-friendly-guide-acca8beb84e7
Medium
Python Learning Book : Head First Python: A Brain-Friendly Guide
Python Learning Book : Head First Python: A Brain-Friendly Guide
解決hugging face model GPU resource 佔用問題
https://medium.com/bug-fixed-%E9%81%BA%E7%95%99%E9%9B%86/%E8%A7%A3%E6%B1%BAhugging-face-model-gpu-resource-%E4%BD%94%E7%94%A8%E5%95%8F%E9%A1%8C-4b19c0901aaa
https://medium.com/bug-fixed-%E9%81%BA%E7%95%99%E9%9B%86/%E8%A7%A3%E6%B1%BAhugging-face-model-gpu-resource-%E4%BD%94%E7%94%A8%E5%95%8F%E9%A1%8C-4b19c0901aaa
Medium
解決hugging face model GPU resource 佔用問題
由於工作需要所以同一台電腦要放好幾個需要一直長開的backend, 而因為數量開始多,所以需要程序本身去release model所佔用的GPU,但問題是用hugging face 中的SentenceTransformer並沒有找到相關的function…
PYTHON DATA SCIENCE TOOLBOX -2
https://medium.com/@u0808b100/python-data-science-toolbox-2-edceb79e34c6
https://medium.com/@u0808b100/python-data-science-toolbox-2-edceb79e34c6
Medium
PYTHON DATA SCIENCE TOOLBOX -2
iterators
How to Create a Rock, Paper, and Scissor Game Using Python?
https://python.plainenglish.io/how-to-create-a-rock-paper-and-scissor-game-using-python-edd37742c8de
https://python.plainenglish.io/how-to-create-a-rock-paper-and-scissor-game-using-python-edd37742c8de
Medium
How to Create a Rock, Paper, and Scissor Game Using Python?
Make Your First Python Game: Rock, Paper, and Scissor
Fundamental concepts of Object-oriented programming — Inheritance, Encapsulation, Polymorphism…
https://medium.com/@taranjitanand/fundamental-concepts-of-object-oriented-programming-inheritance-encapsulation-polymorphism-e2838f76c1a1
https://medium.com/@taranjitanand/fundamental-concepts-of-object-oriented-programming-inheritance-encapsulation-polymorphism-e2838f76c1a1
Medium
What is MRO?
Inheritance: Inheritance is a way of creating a new class from an existing class. The new class is called derived (or child) class and the…
Less Known Python Code Snippets that will make your life easier!
https://medium.com/geekculture/less-known-python-code-snippets-that-will-make-your-life-easier-af54b7d0b010
https://medium.com/geekculture/less-known-python-code-snippets-that-will-make-your-life-easier-af54b7d0b010
Medium
Less Known Python Code Snippets that will make your life easier!
Sometimes, you just need a few lines of code to accomplish what you want
Subject-based twitter bots who can exclude spammers! How?
https://medium.com/@pooyan_razian/subject-based-twitter-bots-who-can-exclude-spammers-how-ad267067de58
https://medium.com/@pooyan_razian/subject-based-twitter-bots-who-can-exclude-spammers-how-ad267067de58
Medium
Subject-based twitter bots who can exclude spammers! How?
In this article I had already explained how to build a simple Twitter bot with Python and especially how to deal with authentication. The subject-based Twitter bots that I have built are also written…
Arithmetic Operators | Hackerrank Solutions
https://medium.com/@techyrushabh/arithmetic-operators-hackerrank-solutions-212221ac7511
https://medium.com/@techyrushabh/arithmetic-operators-hackerrank-solutions-212221ac7511
Medium
Arithmetic Operators | Hackerrank Solutions
Task