排序
Recommendation Systems Algorithms
Recommendation Systems Algorithms,The purpose of writing this article is to share and summarise some recommendation systems algorithms. These algorithms are 'traditional' machine l...
Why we used Typescript instead of Java on Serverless
Why we used Typescript instead of Java on Serverless,NOTE about this article Since this is related to our business application, I do not write all the things happened to our projec...
Heap Sort
Heap Sort,The heap sort is useful to get min/max item as well as sorting. We can build a tree to a min heap or max heap. A max heap, for instance, keeps a parent being not smaller ...
5 Development Trends You Need to Know in 2020
5 Development Trends You Need to Know in 2020,As a developer, it's important to keep your skills up-to-date. We’re called upon to not only be experts in our day-to-day technologie...
Python audio processing at lightspeed Part 2: pytuning
Python audio processing at lightspeed Part 2: pytuning, python-audio (4 Part Series) 1 Python audio processing at lightspeed Part 1: zignal 2 Python audio processing at lightspeed ...
How to Setup Python Virtual Environment for Python3 on Ubuntu 19.10
How to Setup Python Virtual Environment for Python3 on Ubuntu 19.10,If your OS is Ubuntu 19.10, you don't need to install python3 separately. Because Ubuntu comes with Python3. You...
Learn programming languages through problem-solving
Learn programming languages through problem-solving,Lately, I came across a platform where programmers can practice problem-solving. Exercism, as they say, is a well-organized plat...
The Complete NumPy course For Data Science : Hands-on NumPy
The Complete NumPy course For Data Science : Hands-on NumPy,Learn first step towards Data Science with all important concept of Numerical Python NumPy in Python For Data Science It...
My coding style
My coding style, We talk about how I write my Java code and why I have chosen to write my code in a specific way. This is my opinion. I'm interested in yours if you have differing ...
Assignment vs Shallow Copy vs Deep Copy in Python
Assignment vs Shallow Copy vs Deep Copy in Python, This article was originally shared on my blog. Today, we will be discussing the copy in Python. There are three ways we can do it...
Flask Rest API -Part:6- Testing REST APIs
Flask Rest API -Part:6- Testing REST APIs, Flask Rest API - Zero to Yoda (7 Part Series) 1 Flask Rest API -Part:0- Setup & Basic CRUD API 2 Flask Rest API -Part:1- Using MongoD...
Dockerized Python Flask app to AWS ECR/ECS using CircleCI
Dockerized Python Flask app to AWS ECR/ECS using CircleCI,I spent some time yesterday getting a Python Flask application into Amazon Web Services (AWS). Hopefully, this tutorial ca...