Choosing between Python and Java: A beginner software tester’s guide to automation
https://medium.com/@libint20/choosing-between-python-and-java-a-beginner-software-testers-guide-to-automation-8af3005bb1d1
https://medium.com/@libint20/choosing-between-python-and-java-a-beginner-software-testers-guide-to-automation-8af3005bb1d1
Medium
Choosing between Python and Java: A beginner software tester’s guide to automation
If you’re someone who wants to venture into software testing or boost your career prospects if you’re a manual tester, you may have come…
Pickle Quickstart — Saving & Loading Python Objects for Beginners
https://zl-liu.medium.com/pickle-quickstart-saving-loading-python-objects-for-beginners-338fab482b06
https://zl-liu.medium.com/pickle-quickstart-saving-loading-python-objects-for-beginners-338fab482b06
Medium
Pickle Quickstart — Saving & Loading Python Objects for Beginners
Did you know that you can save Python objects like lists, dictionaries and whatnot (most things in Python) in a file? We can do this…
Multiple Linear Regression from Scratch using Python
https://medium.com/analytics-vidhya/multiple-linear-regression-from-scratch-using-python-db9368859f
https://medium.com/analytics-vidhya/multiple-linear-regression-from-scratch-using-python-db9368859f
Medium
Multiple Linear Regression from Scratch using Python
In the previous post, you learned how to implement a simple linear regression from scratch using only NumPy. In today’s post, I will show…
SQLAlchemy: merging two of the greatest tools for data science
https://medium.com/analytics-vidhya/sqlalchemy-merging-two-of-the-greatest-tools-for-data-science-bd75137a3bf9
https://medium.com/analytics-vidhya/sqlalchemy-merging-two-of-the-greatest-tools-for-data-science-bd75137a3bf9
Medium
SQLAlchemy: merging two of the greatest tools for data science
How to get started on using SQL with Python the right way!
Introduction to Deterministic Policy Gradient (DPG)
https://medium.com/geekculture/introduction-to-deterministic-policy-gradient-dpg-e7229d5248e2
https://medium.com/geekculture/introduction-to-deterministic-policy-gradient-dpg-e7229d5248e2
Medium
Introduction to Deterministic Policy Gradient (DPG)
In this post, I will be exploring the concepts following the paper Deterministic Policy Gradient Algorithms (Silver et al.), implementing…
How to Build Named Entity Training Dataset for NER Task (Part 1)
https://yulianudelman.medium.com/how-to-build-named-entity-training-dataset-for-ner-task-part-1-f96160361190
https://yulianudelman.medium.com/how-to-build-named-entity-training-dataset-for-ner-task-part-1-f96160361190
Medium
How to Build Named Entity Training Dataset for NER Task (Part 1)
Building a Named Entity Classification Pipeline
Time Series Forecasting in Python: From Zero to Neural Networks in (Only) a Month
https://medium.com/wegaw/time-series-forecasting-in-python-from-zero-to-neural-networks-in-only-a-month-8e12d6a6e2f4
https://medium.com/wegaw/time-series-forecasting-in-python-from-zero-to-neural-networks-in-only-a-month-8e12d6a6e2f4
Medium
Time Series Forecasting in Python: From Zero to Neural Networks in (Only) a Month
At the best of times, data science can be complicated, opaque, and dense with jargon, especially for those just starting to learn about it…
Gravitational Waves Detection — Kaggle Competition — Keras Modelling — Part-2
https://paulrohan.medium.com/gravitational-waves-detection-kaggle-competition-keras-modelling-part-2-84637750a064
https://paulrohan.medium.com/gravitational-waves-detection-kaggle-competition-keras-modelling-part-2-84637750a064
Medium
Gravitational Waves Detection — Kaggle Competition — Keras Modelling — Part-2
In the first part of this Blog series on Kaggle Competition for G2Net Gravitational Wave Detection I discussed the introduction on…
The new dashboard is open for beta testing, and few screenshots — Jesse
https://salehmir.medium.com/the-new-dashboard-is-open-for-beta-testing-and-few-screenshots-jesse-2f26af017438
https://salehmir.medium.com/the-new-dashboard-is-open-for-beta-testing-and-few-screenshots-jesse-2f26af017438
Medium
The new dashboard is open for beta testing, and few screenshots — Jesse
I mentioned in my previous post that I’m working on the new dashboard release. I’m happy to announce that a beta version of it is…
WHY PYTHON — 5 Reasons to choose Python programming language
https://medium.com/@techsnapie/why-python-5-reasons-to-choose-python-programming-language-9a2ac86e23c2
https://medium.com/@techsnapie/why-python-5-reasons-to-choose-python-programming-language-9a2ac86e23c2
Medium
WHY PYTHON — 5 Reasons to choose Python programming language
If one of the things is easy to read , easy to learn, easy to maintain and everything makes it easy to be perfect. Then here Python comes…
Build a Simple Language Translation Program Using Python
https://python.plainenglish.io/build-a-simple-language-translation-program-using-python-60b22b492a94
https://python.plainenglish.io/build-a-simple-language-translation-program-using-python-60b22b492a94
Medium
Build a Simple Language Translation Program Using Python
Understanding a language is most important thing in our daily life. Because everything comes with communication. Google Translate actually…
Getting the price of an NFT transaction using web3 and python
https://medium.com/@jseid212/getting-price-of-nft-transaction-using-web3-and-python-8a36c58d3cef
https://medium.com/@jseid212/getting-price-of-nft-transaction-using-web3-and-python-8a36c58d3cef
Medium
Getting the price of an NFT transaction using web3 and python
I had a surprisingly hard time finding a straightforward answer to “How do I get the ETH price of an OpenSea NFT transaction using…