How Synchronized is Global Economic Growth? GDP Analysis in 5 Chart Types
https://medium.com/@SL_dataworld/how-synchronized-is-global-economic-growth-df320c28bac3
https://medium.com/@SL_dataworld/how-synchronized-is-global-economic-growth-df320c28bac3
Medium
How Synchronized is Global Economic Growth? GDP Analysis in 5 Chart Types
Remember how investors were chatting about global economic cycle synchronization in 2017? Turns out that GDP growth rates across the world…
Seaborn Pairplot — Enhance your Data Understanding With a Single Plot
https://andymcdonaldgeo.medium.com/seaborn-pairplot-enhance-your-data-understanding-with-a-single-plot-bf2f44524b22
https://andymcdonaldgeo.medium.com/seaborn-pairplot-enhance-your-data-understanding-with-a-single-plot-bf2f44524b22
Medium
Seaborn Pairplot — Enhance your Data Understanding With a Single Plot
A Short Guide on Using Seaborn’s Pairplot in Python
Clicknium or AutoIt, which is your favorite for automating Windows GUI?
https://medium.com/@sean.ren.xinrong/clicknium-or-autoit-which-is-your-favorite-for-automating-windows-gui-2e921fdbf72c
https://medium.com/@sean.ren.xinrong/clicknium-or-autoit-which-is-your-favorite-for-automating-windows-gui-2e921fdbf72c
Medium
Clicknium or AutoIt, which is your favorite for automating Windows GUI?
There are several frequently used tools on the market for Windows GUI automation, such as AutoIt, AutoHotKey, Squish, and among others.
Fun Python Tips&Tricks: How to reverse string in Python
https://geekjob.medium.com/fun-python-tips-tricks-how-to-reverse-string-in-python-f165897b124a
https://geekjob.medium.com/fun-python-tips-tricks-how-to-reverse-string-in-python-f165897b124a
Medium
Fun Python Tips&Tricks: How to reverse string in Python
There is no built-in function to reverse a String in Python. The fastest (and easiest?) way is to use a slice that steps backwards, -1…
Where’s my Voi scooter: [2] Deciding the specifications
https://medium.com/@chits_programming_blog/wheres-my-voi-scooter-2-deciding-the-specifications-9a2cb69b9193
https://medium.com/@chits_programming_blog/wheres-my-voi-scooter-2-deciding-the-specifications-9a2cb69b9193
Medium
Where’s my Voi scooter: [2] Deciding the specifications
I researched the topic in the previous blog. I now know how to query the API, and what is the response. In this blog, I aim to start…
A Guid to Python Libraries For Pentesters, Ethical Hackers and System Administrators.
https://medium.com/@KhalilAfridii/a-guid-to-python-libraries-for-pentesters-ethical-hackers-and-system-administrators-918b5302f016
https://medium.com/@KhalilAfridii/a-guid-to-python-libraries-for-pentesters-ethical-hackers-and-system-administrators-918b5302f016
Medium
A Guide to Python Libraries For Pentesters, Ethical Hackers and System Administrators.
Cybersecurity engineers and penetration tester largely depend upon Python to perform a wide range of tasks. Python is widely used for data…
Day 18 of 100 Days of Django: Retrieve and Display Data in Django.
https://medium.com/@aman_adastra/day-18-of-100-days-of-django-retrieve-and-display-data-in-django-6b394cc2a113
https://medium.com/@aman_adastra/day-18-of-100-days-of-django-retrieve-and-display-data-in-django-6b394cc2a113
Medium
Day 18 of 100 Days of Django: Retrieve and Display Data in Django.
Write code👩💻 to get data from database in views.py then pass it template files using render function.