Python Programming: An Introduction to Computer Science (3rd Edition)
https://medium.com/@satriaadhipradana/python-programming-an-introduction-to-computer-science-3rd-edition-69c7ee5f4b6b
https://medium.com/@satriaadhipradana/python-programming-an-introduction-to-computer-science-3rd-edition-69c7ee5f4b6b
Medium
Python Programming: An Introduction to Computer Science (3rd Edition)
Python Programming: An Introduction to Computer Science (3rd Edition)
Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of…
https://medium.com/@satriaadhipradana/learn-python-3-the-hard-way-a-very-simple-introduction-to-the-terrifyingly-beautiful-world-of-8ed6c72b10ff
https://medium.com/@satriaadhipradana/learn-python-3-the-hard-way-a-very-simple-introduction-to-the-terrifyingly-beautiful-world-of-8ed6c72b10ff
Medium
Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code
Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code
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