https://blog.devgenius.io/best-practice-and-cheat-sheet-for-rest-api-design-6a6e12dfa89f
2022/12/10
2022/10/15
9A statistics
COUNTY ZIPCODE
Howard 20759 263
20777 887
20833 89
21029 6519
21036 513
21042 19988
21043 2853
21044 527
21104 2839
21163 3572
21723 849
21737 1714
21738 2962
21765 21
21771 2619
21784 2014
21794 2136
21797 5149
Montgomery 20842 4
20871 4144
20872 7159
20876 11
21770 2
21771 169---------------------------------------------------------
OUNTY CITY
Howard BROOKEVILLE 89
CLARKSVILLE 6519
COLUMBIA 527
COOKSVILLE 849
DAYTON 513
ELLICOTT CITY 22841
FULTON 263
GLENELG 1714
GLENWOOD 2962
HIGHLAND 887
LISBON 21
MARRIOTTSVILLE 2839
MT. AIRY 2619
SYKESVILLE 2014
WEST FRIENDSHIP 2136
WOODBINE 5149
WOODSTOCK 3572
Montgomery CLARKSBURG 4144
DAMASCUS 7159
DICKERSON 4
GERMANTOWN 11
MONROVIA 2
MOUNT AIRY 3
MT AIRY 166
2022/09/11
quantum computer and quantum computing (5), other quantum computer players
There are some other players in quantum computing. I am going to write this section little by little.
There are a few big quantum computer players from China and they are showing great progress too.
quantum computer and quantum computing (4), google quantum comptuer
One hype of quantum computing definitely came from Google quantum computer since it once claimed the supremacy of quantum computing. See this article:
However, I did not have hands-on experience with google quantum computer at all.
quantum computer and quantum computing (3), Amazon quantum computing
The third quantum computer is the Amazon quantum computer. Here it is the link:
https://aws.amazon.com/braket/
It is a little different from IBM quantum computer and it comes a little later than IBM quantum computer. However, because of the widely used AWS service, AWS quantum computing is spreading fast and widely.
It is easy to get an hands-on experience too.
quantum computer and quantum computing (2), IBM quantum computer
The second quantum computer I encountered is the IBM quantum computer. It is a more generalized quantum computer and it is one of the mainstream quantum computers.
You can create a personal account https://www.ibm.com/quantum and build some toy quantum computing problem there.
quantum computer and quantum computing (1), D-Wave
I worked with quantum computing and quantum computers for a long while before. I always keep an eye in this area too. I am not researcher, instead a quantum computing users. So I am not going deep into this area, instead focusing on application and some hands-on experience with quantum computing.
I will take a quick first route to write a few sections and gradually add more contents here.
My first contact with quantum computing is D-Wave, which is a specialized quantum computing-quantum annealing approach. I did some simulation on D-Wave quantum computer (it is really cool) and some research on the quantum annealing process too.
Some people would say D-Wave is not really a quantum computer. However, thinking of quantum computers are not general purpose computers, so I don't agree with such assessment.
Here is the link to D-Wave system.
In order to understand quantum computing, we need to know the basic qubit, which is the counterpart of bit of the conventional/classical computer. Bit has only two values 1 or 0 or on/off. Qubit could take infinite values in a 2D dimension, a.k, it has strength and direction.
There are three key ideas for qubit: superposition, entanglement, and interference.
How to Supercharge Your Python Classes with Class Methods
How to Supercharge Your Python Classes with Class Methods | by Siavash Yasini | May, 2024 | Towards Data Science As we just mentioned, a c...
-
https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-using-python/ A Kubernetes service - I’m using Docker Desktop with Kub...
-
Five basic elements about reinforcement learning: agent, state, environment, policy, reward. Here is an example https://builtin.com/data-...
-
Comparison among bestText to Image AI generation Here are some results for "every success starts from small steps" 1) Dalle E 2,...
-
https://www.analyseup.com/python-machine-learning/catboost-python-tutorial.html
-
How to Set Up a Task Queue with Celery and RabbitMQ https://www.linode.com/docs/development/python/task-queue-celery-rabbitmq/