Python讀書會 — 公開課程讀書會筆記 — Python模塊安裝、刪除、搜尋、更新、導入 — 如何撰寫模塊? — 如何導入自己撰寫的模塊? — 例外處理Try Except
https://chwang12341.medium.com/python%E8%AE%80%E6%9B%B8%E6%9C%83-%E5%85%AC%E9%96%8B%E8%AA%B2%E7%A8%8B%E8%AE%80%E6%9B%B8%E6%9C%83%E7%AD%86%E8%A8%98-python%E6%A8%A1%E5%A1%8A%E5%AE%89%E8%A3%9D-%E5%88%AA%E9%99%A4-%E6%90%9C%E5%B0%8B-%E6%9B%B4%E6%96%B0-%E5%B0%8E%E5%85%A5-%E5%A6%82%E4%BD%95%E6%92%B0%E5%AF%AB%E6%A8%A1%E5%A1%8A-%E5%A6%82%E4%BD%95%E5%B0%8E%E5%85%A5%E8%87%AA%E5%B7%B1%E6%92%B0%E5%AF%AB%E7%9A%84%E6%A8%A1%E5%A1%8A-%E4%BE%8B%E5%A4%96%E8%99%95%E7%90%86try-except-f4bebdc21086
https://chwang12341.medium.com/python%E8%AE%80%E6%9B%B8%E6%9C%83-%E5%85%AC%E9%96%8B%E8%AA%B2%E7%A8%8B%E8%AE%80%E6%9B%B8%E6%9C%83%E7%AD%86%E8%A8%98-python%E6%A8%A1%E5%A1%8A%E5%AE%89%E8%A3%9D-%E5%88%AA%E9%99%A4-%E6%90%9C%E5%B0%8B-%E6%9B%B4%E6%96%B0-%E5%B0%8E%E5%85%A5-%E5%A6%82%E4%BD%95%E6%92%B0%E5%AF%AB%E6%A8%A1%E5%A1%8A-%E5%A6%82%E4%BD%95%E5%B0%8E%E5%85%A5%E8%87%AA%E5%B7%B1%E6%92%B0%E5%AF%AB%E7%9A%84%E6%A8%A1%E5%A1%8A-%E4%BE%8B%E5%A4%96%E8%99%95%E7%90%86try-except-f4bebdc21086
Medium
Python讀書會 — 公開課程讀書會筆記 — Python模塊安裝、刪除、搜尋、更新、導入 — 如何撰寫模塊? — 如何導入自己撰寫的模塊? — 例外處理Try Except
Github連結
Codility Algorithm Practice Lesson 6: Sorting, Task 2: Max Product Of Three— a Python approach
https://medium.com/@deck451/codility-algorithm-practice-lesson-6-sorting-task-1-max-product-of-three-a-python-approach-bec732fe81e8
https://medium.com/@deck451/codility-algorithm-practice-lesson-6-sorting-task-1-max-product-of-three-a-python-approach-bec732fe81e8
Medium
Codility Algorithm Practice Lesson 6: Sorting, Task 2: Max Product Of Three— a Python approach
Following the Distinct task we discussed last time, our second Sorting task is called Max Product Of Three. Being self-explanatory, it asks…
Build effective recommendation services to increase revenues
https://medium.com/@kota.vishnu/build-effective-recommendation-services-to-increase-revenues-89424f649339
https://medium.com/@kota.vishnu/build-effective-recommendation-services-to-increase-revenues-89424f649339
Medium
Build effective recommendation services to increase revenues
In this blog, I want to share my experience with recommender systems and how to get personalized recommendations using Amazon Personalize…
How PyDoc Helps Your Python Development
https://dennisokeeffe.medium.com/how-pydoc-helps-your-python-development-df0b186ad96e
https://dennisokeeffe.medium.com/how-pydoc-helps-your-python-development-df0b186ad96e
Medium
How PyDoc Helps Your Python Development
This post will use the pydoc module from the standard library to to explore how we can navigate documentation as well as create our own. As a simple starter, we can use PyDoc to explore the…
How to improve your coding style and documentation with python programming language?
https://mananjain0.medium.com/how-to-improve-your-coding-style-and-documentation-with-python-programming-language-d2bb0ad0fedb
https://mananjain0.medium.com/how-to-improve-your-coding-style-and-documentation-with-python-programming-language-d2bb0ad0fedb
Medium
How to improve your coding style and documentation with python programming language?
The main goal of a programmer/ developer is to write a code which is easily understandable by anyone who read them. Good programmers should…
Stop Using CSVs for Storage — This File Format is Faster and Lighter
https://towardsdatascience.com/stop-using-csvs-for-storage-this-file-format-is-faster-and-lighter-8fec7ebad6fc
https://towardsdatascience.com/stop-using-csvs-for-storage-this-file-format-is-faster-and-lighter-8fec7ebad6fc
Medium
Stop Using CSVs for Storage — This File Format is Faster and Lighter
CSV’s cost you time, disk space, and money. There’s a solution.
Connecting to AWS DynamoDB Using Boto3 and Python
https://medium.com/@zaireali649/connecting-to-aws-dynamodb-using-boto3-and-python-6e4774588d24
https://medium.com/@zaireali649/connecting-to-aws-dynamodb-using-boto3-and-python-6e4774588d24
Medium
Connecting to AWS DynamoDB Using Boto3 and Python
Introduction
Creating a Horoscope Generator in Dutch using Deep Learning
https://wesselhuising.medium.com/creating-a-horoscope-generator-in-dutch-using-deep-learning-45d6ff11f269
https://wesselhuising.medium.com/creating-a-horoscope-generator-in-dutch-using-deep-learning-45d6ff11f269
Medium
Creating a Horoscope Generator in Dutch by fine-tuning a GPT-2 model
The aim of this article is to explain how an AI model can be trained to generate horoscopes written in the Dutch language. The article will…