The Zen of grinding LeetCode problems: Day 20–Easy math
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-20-easy-math-f400d7261079
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-20-easy-math-f400d7261079
Medium
The Zen of grinding LeetCode problems: Day 20–Easy math
This one is a little rant-ier than usual
Check if a number is between two values using python
https://medium.com/@kodwings_83670/check-if-a-number-is-between-two-values-using-python-9b085e21995a
https://medium.com/@kodwings_83670/check-if-a-number-is-between-two-values-using-python-9b085e21995a
Medium
Check if a number is between two values using python
Introduction
How I learnt how machines learn
https://renjitphilip.medium.com/how-i-learnt-how-machines-learn-c41ab0bdada6
https://renjitphilip.medium.com/how-i-learnt-how-machines-learn-c41ab0bdada6
Medium
How I learnt how machines learn
It was late 2016 when I was reading yet another article on McKinsey quarterly about the future of work and how automation was going to destroy millions of jobs. I desperately needed the time to step…
How to calculate the daily returns and volatility of a stock with Python
https://blog.devgenius.io/how-to-calculate-the-daily-returns-and-volatility-of-a-stock-with-python-d4e1de53e53b
https://blog.devgenius.io/how-to-calculate-the-daily-returns-and-volatility-of-a-stock-with-python-d4e1de53e53b
Medium
How to calculate the daily returns and volatility of a stock with Python
Let’s practice with Pfizer and Moderna stocks’ performance during this pandemic.
LeetCode 33. Search in Rotated Sorted Array — Python Solution
https://medium.com/@nkwade/leetcode-33-search-in-rotated-sorted-array-python-solution-428e6bd56182
https://medium.com/@nkwade/leetcode-33-search-in-rotated-sorted-array-python-solution-428e6bd56182
Medium
LeetCode 33. Search in Rotated Sorted Array — Python Solution
Blind 75 — Programming & Technical Interview Questions — Explanation Series
Inclusion of Atom Types in Force Fields to produce mixed CXSMILES, CXSMARTS, CurlySMILES
https://sharifsuliman1.medium.com/inclusion-of-atom-types-in-force-fields-to-produce-mixed-cxsmiles-cxsmarts-curlysmiles-832d40ff70d
https://sharifsuliman1.medium.com/inclusion-of-atom-types-in-force-fields-to-produce-mixed-cxsmiles-cxsmarts-curlysmiles-832d40ff70d
Medium
Inclusion of Atom Types in Force Fields to produce mixed CXSMILES, CXSMARTS, CurlySMILES
It’s time we combined fields of cheminformatics and forcefields together based off the same chemical graph theory.
Introduction to the Basics of Python 3-Part 9
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-9-5f8c63c4c282
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-9-5f8c63c4c282
Medium
Introduction to the Basics of Python 3-Part 9
In this short lesson we cover the important membership operators for the container types in Python. Membership operators are used to see…
Searching and Sorting of “List Items” in Python
https://oindrila-chakraborty88.medium.com/searching-and-sorting-of-list-items-in-python-aa9793a9a046
https://oindrila-chakraborty88.medium.com/searching-and-sorting-of-list-items-in-python-aa9793a9a046
Medium
Searching and Sorting of “List Items” in Python
Searching Items in List in Python
Quizz| Introduction to Programming with Python
https://medium.com/@bettercallalex/quizz-introduction-to-programming-with-python-ddde55fed2c1
https://medium.com/@bettercallalex/quizz-introduction-to-programming-with-python-ddde55fed2c1
Medium
Quizz| Introduction to Programming with Python
Country: Peru
How to do Web Scraping in Python? | Part 3 (Finale)
https://medium.com/@harsh_gaurav/how-to-do-web-scraping-in-python-part-3-finale-a28b73593271
https://medium.com/@harsh_gaurav/how-to-do-web-scraping-in-python-part-3-finale-a28b73593271
Medium
How to do Web Scraping in Python? | Part 3 (Finale)
Congratulations on completing your Part 2 series of this journey! What? You didn’t go through Part 2 yet? Worry not, Here’s the link…
Introduction to the Basics of Python 3-Part 7
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-7-1b03080dd3b5
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-7-1b03080dd3b5
Medium
Introduction to the Basics of Python 3-Part 7
Last lesson I finished my discussion of lists in Python. In this lesson, we continue with a new container type, the Python dictionary!