How I Wrote My Bachelor’s Thesis in Quantum Computing using Qiskit — And How You Can, Too
https://medium.com/qiskit/how-i-wrote-my-bachelors-thesis-in-quantum-computing-using-qiskit-and-how-you-can-too-7382af646fce
https://medium.com/qiskit/how-i-wrote-my-bachelors-thesis-in-quantum-computing-using-qiskit-and-how-you-can-too-7382af646fce
Medium
How I Wrote My Bachelor’s Thesis in Quantum Computing using Qiskit — And How You Can, Too
By Julia Jeremias
Mapping Earthquakes Locations on a Map
https://medium.com/@Ahmad_Hamze/mapping-earthquakes-locations-on-a-map-a6ca0d54dd94
https://medium.com/@Ahmad_Hamze/mapping-earthquakes-locations-on-a-map-a6ca0d54dd94
Medium
Mapping Earthquakes Locations on a Map
Introduction
Convert/Extract Speech from Video to Text with Python
https://reneelin2019.medium.com/convert-extract-speech-from-video-to-text-with-python-d8ebf4ad9734
https://reneelin2019.medium.com/convert-extract-speech-from-video-to-text-with-python-d8ebf4ad9734
Medium
Convert/Extract Speech from Video to Text with Python
I want to put translated subtile on the video, I guess the process is to first recognise the voices — extract audio from video, then…
Augmented Assignment Expression in Python — The Walrus Operator := and Beyond
https://towardsdatascience.com/augmented-assignment-expression-in-python-the-walrus-operator-and-beyond-9db36a219df3
https://towardsdatascience.com/augmented-assignment-expression-in-python-the-walrus-operator-and-beyond-9db36a219df3
Medium
Augmented Assignment Expression in Python — The Walrus Operator := and Beyond
Not only about the walrus operator, but many related concepts
Data Science 101:- Introduction to Orange Tool Part-1
https://darshilpatel2001-dp.medium.com/data-science-101-introduction-to-orange-tool-part-1-3260a3b6321c
https://darshilpatel2001-dp.medium.com/data-science-101-introduction-to-orange-tool-part-1-3260a3b6321c
Medium
Data Science 101:- Introduction to Orange Tool Part-1
Introduction to Orange tool including workflows, basic data exploration, data loading, widgets, etc.
How To Change The Column Type in PySpark DataFrames
https://towardsdatascience.com/change-column-type-pyspark-df-eecbe726fdbc
https://towardsdatascience.com/change-column-type-pyspark-df-eecbe726fdbc
Medium
How To Change The Column Type in PySpark DataFrames
Discussing how to cast the data types of columns in PySpark DataFrames
Improve Your Python Debugging Skills Without Effort
https://medium.com/pythonland/improve-your-python-debugging-skills-without-effort-ecd5274c7a1b
https://medium.com/pythonland/improve-your-python-debugging-skills-without-effort-ecd5274c7a1b
Medium
Improve Your Python Debugging Skills Without Effort
This is just as easy as using print, but 10 times better
Top 3 Best Free Diagram Making tools every data scientist must know
https://yonathanbouazizboaz.medium.com/top-3-best-free-diagram-making-tools-every-data-scientist-must-know-d948778e0899
https://yonathanbouazizboaz.medium.com/top-3-best-free-diagram-making-tools-every-data-scientist-must-know-d948778e0899
Medium
Top 3 Best Free Diagram Making tools every data scientist must know
Controlling the flow …
10 Best Beginner Friendly Pandas Function to kickstart your Data Science Journey
https://medium.com/javarevisited/10-best-beginner-friendly-pandas-function-to-kickstart-your-data-science-journey-b875816b0d3d
https://medium.com/javarevisited/10-best-beginner-friendly-pandas-function-to-kickstart-your-data-science-journey-b875816b0d3d
Medium
10 Best Beginner Friendly Pandas Function to kickstart your Data Science Journey
Introduction
4 Typical Sampling Methods You Need for Data Science Jobs (Python Code Included)
https://medium.com/mlearning-ai/4-typical-sampling-methods-you-need-for-data-science-jobs-python-code-included-b003feb6504b
https://medium.com/mlearning-ai/4-typical-sampling-methods-you-need-for-data-science-jobs-python-code-included-b003feb6504b
Medium
4 Typical Sampling Methods You Need for Data Science Jobs (Python Code Included)
When you conduct research about a group of people, it’s rarely possible to collect data from every person in that group. Instead, you would…
Keyphrase Extraction with Graph Centrality
https://medium.com/@diogoapnunes/keyphrase-extraction-with-graph-centrality-989e142ce427
https://medium.com/@diogoapnunes/keyphrase-extraction-with-graph-centrality-989e142ce427
Medium
Keyphrase Extraction with Graph Centrality
Free-text lacks explicit structure and standardisation. In this post we saw how to represent free-text with a graph, making its structure…
Deriving Normal Equation for Multiple Linear Regression
https://medium.com/@bhanu0925/deriving-normal-equation-for-multiple-linear-regression-85241965ee3b
https://medium.com/@bhanu0925/deriving-normal-equation-for-multiple-linear-regression-85241965ee3b
Medium
Deriving Normal Equation for Multiple Linear Regression
The mathematical formulation of Normal Equation
Violin, Strip, Swarm, and Raincloud Plots in Python as Better (Sometimes) Alternatives to a Boxplot
https://towardsdatascience.com/violin-strip-swarm-and-raincloud-plots-in-python-as-better-sometimes-alternatives-to-a-boxplot-15019bdff8f8
https://towardsdatascience.com/violin-strip-swarm-and-raincloud-plots-in-python-as-better-sometimes-alternatives-to-a-boxplot-15019bdff8f8
Medium
Violin, Strip, Swarm, and Raincloud Plots in Python as Better (Sometimes) Alternatives to a Boxplot
When to use each of them, how to create, adjust, and combine these types of visualizations in the seaborn library