ใช้ Pendulum จัดการ Date Time ใน Python
https://medium.com/dataengineercafe/%E0%B9%83%E0%B8%8A%E0%B9%89-pendulum-%E0%B8%88%E0%B8%B1%E0%B8%94%E0%B8%81%E0%B8%B2%E0%B8%A3-date-time-%E0%B9%83%E0%B8%99-python-5b3b77a14bde
https://medium.com/dataengineercafe/%E0%B9%83%E0%B8%8A%E0%B9%89-pendulum-%E0%B8%88%E0%B8%B1%E0%B8%94%E0%B8%81%E0%B8%B2%E0%B8%A3-date-time-%E0%B9%83%E0%B8%99-python-5b3b77a14bde
Medium
ใช้ Pendulum จัดการ Date Time ใน Python
เชื่อว่าทุกๆ คนที่ทำงานด้านข้อมูล หรือด้านพัฒนาซอฟต์แวร์ ก็จะต้องมีการจัดการข้อมูลพวกวันเวลา (datetime) อะไรพวกนี้กันอยู่ตลอดเนอะ
10 Really Helpful Automation Scripts You Need To Try Using Python
https://medium.com/pythoneers/10-really-helpful-automation-scripts-you-need-to-try-using-python-7dda9408fa74
https://medium.com/pythoneers/10-really-helpful-automation-scripts-you-need-to-try-using-python-7dda9408fa74
Medium
10 Really Helpful Automation Scripts You Need To Try Using Python
Python’s Second Name is Automation
Python Class Object Oriented Programming Tutorial: How To Program A Vending Machine
https://medium.com/@ceo_44783/python-class-object-oriented-programming-tutorial-how-to-program-a-vending-machine-fbdf5b02819e
https://medium.com/@ceo_44783/python-class-object-oriented-programming-tutorial-how-to-program-a-vending-machine-fbdf5b02819e
Medium
Python Class Object Oriented Programming Tutorial: How To Program A Vending Machine
Contrary to what everyone says, a Class is NOT a blueprint for a function. I can’t really explain what it is, you will just have to see it.
1847 Activation Functions for Deep Learning
https://medium.com/@gp_pulipaka/1847-activation-functions-for-deep-learning-c4f950d3572e
https://medium.com/@gp_pulipaka/1847-activation-functions-for-deep-learning-c4f950d3572e
Medium
1847 Activation Functions for Deep Learning
The logistic function was invented in 1847. The past decade has shown high-precision and best-performing AI systems running on just…
How to compare two stock prices using Python
https://medium.com/geekculture/how-to-two-compare-stock-prices-using-python-86e552fd38fa
https://medium.com/geekculture/how-to-two-compare-stock-prices-using-python-86e552fd38fa
Medium
How to compare two stock prices using Python
Python is such a versatile language that it can be used to analyse and prepare stock prices. I am in the middle of studying Udacity’s…
Building a CLI application using Python
https://medium.com/@shubham.barudwale/publish-pip-package-that-runs-as-a-command-4c5988c22f46
https://medium.com/@shubham.barudwale/publish-pip-package-that-runs-as-a-command-4c5988c22f46
Medium
Building a CLI application using Python
Have you ever wondered How can I run my pip package with a CLI using the name? just like a sublime text where you can type subl on CLI on…
Web Scraping With Python Beautifulsoup — First Baby Steps
https://zl-liu.medium.com/web-scraping-with-python-beautifulsoup-first-baby-steps-3587a12d119c
https://zl-liu.medium.com/web-scraping-with-python-beautifulsoup-first-baby-steps-3587a12d119c
Medium
Web Scraping With Python Beautifulsoup — First Baby Steps
For those who are not quite familiar with web-scraping, simply put, web-scraping refers to writing a program to extract data from certain…