The Zen of grinding LeetCode problems: Day 38–Deserializing a list of integers
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-38-deserializing-a-list-of-integers-4610b5b40340
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-38-deserializing-a-list-of-integers-4610b5b40340
Medium
The Zen of grinding LeetCode problems: Day 38–Deserializing a list of integers
One of the most unusual LeetCode problems so far
Automate 2 Factor Authentication(TOTP) using python
https://medium.com/@natraj.ideas2it/automate-2-factor-authentication-totp-using-python-874dde5f8edd
https://medium.com/@natraj.ideas2it/automate-2-factor-authentication-totp-using-python-874dde5f8edd
Medium
Automate 2 Factor Authentication(TOTP) using python
Nowadays, most applications are using two-factor authentication(TOTP) at the time of login for more security. The 2FA token can be…
Python Made Easy: Working With Excel Spreadsheets
https://medium.com/@julianmsmith1/python-made-easy-working-with-excel-spreadsheets-1c8ed5a5144
https://medium.com/@julianmsmith1/python-made-easy-working-with-excel-spreadsheets-1c8ed5a5144
Medium
Python Made Easy: Working With Excel Spreadsheets
You may think it’s hard to work with Excel spreadsheets using Python, but it is actually pretty simple. Become a master within 10 minutes!
Mini-Project: Meteorites Throughout History — An App To Visualize One Of Humanity’s Biggest…
https://medium.com/@kamendamov/mini-project-meteorites-throughout-history-an-app-to-visualize-one-of-humanitys-biggest-d01378c743a4
https://medium.com/@kamendamov/mini-project-meteorites-throughout-history-an-app-to-visualize-one-of-humanitys-biggest-d01378c743a4
Medium
Mini-Project: Meteorites Throughout History — A Dash Web App To Visualize One Of Humanity’s Biggest Existential Threats
Introduction
What Interesting Python Projects Will We Be Doing Here?
https://medium.com/@dingersandks/what-interesting-python-projects-will-we-be-doing-here-3584e5654586
https://medium.com/@dingersandks/what-interesting-python-projects-will-we-be-doing-here-3584e5654586
Medium
What Interesting Python Projects Will We Be Doing Here?
I’ve started one project already on here, but I thought I’d list out the other projects I’ve done and will share. I’d also love to hear any…
Top 10 In-Demand programming languages to learn in 2022
https://md-kamaruzzaman.medium.com/top-10-in-demand-programming-languages-to-learn-in-2022-4496b66cc0d9
https://md-kamaruzzaman.medium.com/top-10-in-demand-programming-languages-to-learn-in-2022-4496b66cc0d9
Medium
Top 10 In-Demand programming languages to learn in 2022
Python, Java, JavaScript, C, C#, C++, Swift, PHP, Go, Rust
Cheat Sheet: Importing and exporting all file types in Pandas
https://medium.com/@datawithdan/cheat-sheet-importing-and-exporting-all-file-types-in-pandas-3deb43b1f937
https://medium.com/@datawithdan/cheat-sheet-importing-and-exporting-all-file-types-in-pandas-3deb43b1f937
Medium
Cheat Sheet: Importing and exporting all file types in Pandas
Hi everyone! In this post we’ll review how to import and export all file types into Python. Some of these you may have never even seen!
An Easy Introduction to NumPy Arrays
https://towardsdatascience.com/an-easy-introduction-to-numpy-arrays-6ed950edd389
https://towardsdatascience.com/an-easy-introduction-to-numpy-arrays-6ed950edd389
Medium
An Easy Introduction to NumPy Arrays
What, How, and Why.
Python Magic Methods or Python Dunder Methods, OOPS Part-5
https://medium.com/@coder033/python-magic-methods-or-python-dunder-methods-oops-part-5-ec03cc0c4a20
https://medium.com/@coder033/python-magic-methods-or-python-dunder-methods-oops-part-5-ec03cc0c4a20
Medium
Python Magic Methods or Python Dunder Methods, OOPS Part-5
__str__() and __repr__()