Building AWS Lambda function with Dynamo DB Data Base : CRUD Operations
https://medium.com/@khasnobis.sanjit890/building-aws-lambda-function-with-dynamo-db-data-base-crud-operations-b9ec3f35afa5
https://medium.com/@khasnobis.sanjit890/building-aws-lambda-function-with-dynamo-db-data-base-crud-operations-b9ec3f35afa5
Medium
Building AWS Lambda function with Dynamo DB Data Base : CRUD Operations
Today we will create a AWS lambda function and write methods for Create Read Update Delete to AWS Dynamo DB Database from AWS Lambda. I…
Python讀書會 — 公開課程讀書會筆記 — Python文件讀寫
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%96%87%E4%BB%B6%E8%AE%80%E5%AF%AB-5edaf6decb42
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%96%87%E4%BB%B6%E8%AE%80%E5%AF%AB-5edaf6decb42
Medium
Python讀書會 — 公開課程讀書會筆記 — Python文件讀寫
哈囉,大家好!!由於小弟最近接到擔任舉辦讀書會的講師,而這個讀書會是根據莫凡Python公開課程所開設的,大家希望我可以帶他們看過莫凡Python的相關系列課程,所以讀書會這個系列主要是根據莫凡Python的公開系列課程講解和筆記,當然我也會額外找尋資料並補充給大家,也因為是根據…
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