3 Advanced Operations in Python Lists with Examples
https://rukshanpramoditha.medium.com/3-advanced-operations-in-python-lists-with-examples-eecdcdc6d4e0
https://rukshanpramoditha.medium.com/3-advanced-operations-in-python-lists-with-examples-eecdcdc6d4e0
Medium
3 Advanced Operations in Python Lists with Examples
Merging, List Comprehension and Append Elements
AI金融科技應用實務 — Day1 課程筆記 — Python底層架構,大家會好奇Python是怎麼讓機器讀懂的嗎?為何Python要多一種翻譯來讓機器讀懂? — Part 1
https://chwang12341.medium.com/ai%E9%87%91%E8%9E%8D%E7%A7%91%E6%8A%80%E6%87%89%E7%94%A8%E5%AF%A6%E5%8B%99-day1-%E8%AA%B2%E7%A8%8B%E7%AD%86%E8%A8%98-python%E5%BA%95%E5%B1%A4%E6%9E%B6%E6%A7%8B-%E5%A4%A7%E5%AE%B6%E6%9C%83%E5%A5%BD%E5%A5%87python%E6%98%AF%E6%80%8E%E9%BA%BC%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82%E7%9A%84%E5%97%8E-%E7%82%BA%E4%BD%95python%E8%A6%81%E5%A4%9A%E4%B8%80%E7%A8%AE%E7%BF%BB%E8%AD%AF%E4%BE%86%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82-part-1-75df17f55288
https://chwang12341.medium.com/ai%E9%87%91%E8%9E%8D%E7%A7%91%E6%8A%80%E6%87%89%E7%94%A8%E5%AF%A6%E5%8B%99-day1-%E8%AA%B2%E7%A8%8B%E7%AD%86%E8%A8%98-python%E5%BA%95%E5%B1%A4%E6%9E%B6%E6%A7%8B-%E5%A4%A7%E5%AE%B6%E6%9C%83%E5%A5%BD%E5%A5%87python%E6%98%AF%E6%80%8E%E9%BA%BC%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82%E7%9A%84%E5%97%8E-%E7%82%BA%E4%BD%95python%E8%A6%81%E5%A4%9A%E4%B8%80%E7%A8%AE%E7%BF%BB%E8%AD%AF%E4%BE%86%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82-part-1-75df17f55288
Medium
AI金融科技應用實務 — Day1 課程筆記 — Python底層架構,大家會好奇Python是怎麼讓機器讀懂的嗎?為何Python要多一種翻譯來讓機器讀懂? — Part 1
哈囉,大家好!! 最近小弟決定開始上AI金融科技實體課程培訓,目的是想讓自己更了解AI技術如何在金融產業領域上應用,所以這邊我想紀錄一下,在這個系列課程中我覺得很重要的觀念部分,以及自己多查詢更深入的程式觀念
Implementation of Regularization Techniques (L1 & L2) in Keras
https://akashbajpai.medium.com/implementation-of-regularization-techniques-l1-l2-in-keras-e0b39cb6a81d
https://akashbajpai.medium.com/implementation-of-regularization-techniques-l1-l2-in-keras-e0b39cb6a81d
Medium
Implementation of Regularization Techniques (L1 & L2) using Keras
Regularization technique to reduce overfitting of a deep learning model in Keras. Python code to experiment with different lambda values to
AWS CDK with python — ALB + Fargate + Flask
https://medium.com/@mohammedshahbaazshareef/aws-cdk-with-python-alb-fargate-flask-d190d4d9f66f
https://medium.com/@mohammedshahbaazshareef/aws-cdk-with-python-alb-fargate-flask-d190d4d9f66f
Medium
AWS CDK with python — ALB + Fargate + Flask
In this post, I want to introduce Aws CDK and its advantages. For this demonstration, I also coded a simple flask webserver that exposes…
Explore and understand your data with a network of significant associations.
https://towardsdatascience.com/explore-and-understand-your-data-with-a-network-of-significant-associations-9a03cf79d254
https://towardsdatascience.com/explore-and-understand-your-data-with-a-network-of-significant-associations-9a03cf79d254
Medium
Explore and understand your data with a network of significant associations.
Explore to understand your data can make the difference between an unsuccessful project or finishing successfully!
Running API Tests Automatically with Bitbucket Pipelines
https://medium.com/@manishsaini74.ms/running-api-testing-automatically-with-bitbucket-pipelines-c72fda48b2d8
https://medium.com/@manishsaini74.ms/running-api-testing-automatically-with-bitbucket-pipelines-c72fda48b2d8
Medium
Running API Tests Automatically with Bitbucket Pipelines
Hey Folks, Testing is a critical part of continuous integration and continuous delivery. And if you’re practicing continuous deployment it…
Encryption Python3 Solution — Hackerrank Medium Problem
https://medium.com/@Nayjer/encryption-python3-solution-hackerrank-medium-problem-c5a4b45e2e34
https://medium.com/@Nayjer/encryption-python3-solution-hackerrank-medium-problem-c5a4b45e2e34
Medium
Encryption Python3 Solution — Hackerrank Medium Problem
Detailed explanation in logical order to the code. The problem: https://www.hackerrank.com/challenges/encryption/problem
Create Your own QR Code using Python(Just Four Line of Code)
https://medium.com/@arghasarkar5373/create-your-own-qr-code-using-python-just-four-line-code-44abdb72d643
https://medium.com/@arghasarkar5373/create-your-own-qr-code-using-python-just-four-line-code-44abdb72d643
Medium
Create Your own QR Code using Python(Just Four Line of Code)
What is Qr code?
Python - 面向对象编程 - 类变量、实例变量/类属性、实例属性 - 小菠萝测试笔记
http://www.cnblogs.com/poloyy/p/15178468.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/poloyy/p/15178468.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python - 面向对象编程 - 类变量、实例变量/类属性、实例属性 - 小菠萝测试笔记 - 博客园
什么是对象和类 https://www.cnblogs.com/poloyy/p/15178423.html 什么是 Python 类、类对象、实例对象 https://www.cnblogs.com
Fantasy Football 2021 — NFL Jersey Numerology with Python?
https://medium.com/towards-data-analytics/fantasy-football-2021-nfl-jersey-numerology-with-python-db1546c8b3d
https://medium.com/towards-data-analytics/fantasy-football-2021-nfl-jersey-numerology-with-python-db1546c8b3d
Medium
Fantasy Football 2021 — NFL Jersey Numerology with Python?
Why Not? Extracting NFL Jersey Numbers with Requests and pandas.
Observe The Friend Paradox in Facebook Data Using Python
https://towardsdatascience.com/observe-the-friend-paradox-in-facebook-data-using-python-314c23fd49e4
https://towardsdatascience.com/observe-the-friend-paradox-in-facebook-data-using-python-314c23fd49e4
Medium
Observe The Friend Paradox in Facebook Data Using Python
Do Your Friends Have More Friends Than You, On Average?
Is There Any Difference Between Scikit-Learn and Sklearn?
https://towardsdatascience.com/scikit-learn-vs-sklearn-6944b9dc1736
https://towardsdatascience.com/scikit-learn-vs-sklearn-6944b9dc1736
Medium
Is There Any Difference Between Scikit-Learn and Sklearn?
scikit-learn vs sklearn in Python