Python Programming Tutorial: Functions and Lambda
https://arc-sosangyo.medium.com/python-programming-tutorial-functions-and-lambda-1d0729097f37
https://arc-sosangyo.medium.com/python-programming-tutorial-functions-and-lambda-1d0729097f37
Medium
Python Programming Tutorial: Functions and Lambda
A function is a reusable code containing set of instructions that performs specific outcome. The primary goal of using a function is to …
Estimating profit and having fun with normal distributions in Python
https://jonathanserrano.medium.com/estimating-profit-and-having-fun-with-normal-distributions-in-python-9b547bfe353f
https://jonathanserrano.medium.com/estimating-profit-and-having-fun-with-normal-distributions-in-python-9b547bfe353f
Medium
Estimating profit and having fun with normal distributions in Python
Suppose you have gathered evidence that shows that buying and holding for one month asset Crypto X yields a profit accurately modeled by a…
Dictionary-ի մեթոդները Python-ում
https://tatevtalking.medium.com/dictionary-%D5%AB-%D5%B4%D5%A5%D5%A9%D5%B8%D5%A4%D5%B6%D5%A5%D6%80%D5%A8-python-%D5%B8%D6%82%D5%B4-8c021135d151
https://tatevtalking.medium.com/dictionary-%D5%AB-%D5%B4%D5%A5%D5%A9%D5%B8%D5%A4%D5%B6%D5%A5%D6%80%D5%A8-python-%D5%B8%D6%82%D5%B4-8c021135d151
Medium
Dictionary-ի մեթոդները Python-ում
Այս հոդվածում մանրամասն օրինակներով կծանոթանանք Python-ի dictionary-ի բոլոր մեթոդների հետ։ Ամեն ինչ շատ պարզ է, այնպես որ` մի հապաղիր։
Multiprocessing IPC with multiple Queues
https://suryabhusal11.medium.com/multiprocessing-ipc-with-multiple-queues-52ea434196a6
https://suryabhusal11.medium.com/multiprocessing-ipc-with-multiple-queues-52ea434196a6
Medium
Multiprocessing IPC with multiple Queues
Often in the multiprocessing environment, we encounter a problem where we need to exchange data in between the process with more than a…
Common Vulnerability and Exposure Analysis
https://medium.com/@cortez.train/common-vulnerability-and-exposure-analysis-f1a9abb68507
https://medium.com/@cortez.train/common-vulnerability-and-exposure-analysis-f1a9abb68507
Medium
Common Vulnerability and Exposure Analysis
Part 2
Adiabatic Quantum Computation 1: Foundations and the Adiabatic Theorem
https://towardsdatascience.com/adiabatic-quantum-computation-1-foundations-and-the-adiabatic-theorem-8378d3b58212
https://towardsdatascience.com/adiabatic-quantum-computation-1-foundations-and-the-adiabatic-theorem-8378d3b58212
Medium
Adiabatic Quantum Computation 1: Foundations and the Adiabatic Theorem
The lesser known type of quantum computers that are easier to build, easier to understand, and (maybe) equally as powerful.
Python pip Tips for Data Scientists — Predictive Hacks
https://jorgepit-14189.medium.com/python-pip-tips-for-data-scientists-predictive-hacks-5092cf6729fe
https://jorgepit-14189.medium.com/python-pip-tips-for-data-scientists-predictive-hacks-5092cf6729fe
Medium
Python pip Tips for Data Scientists
Data Scientists use to work with Anaconda Environments and for installing packages they use to run the “conda” commands. However, apart…
Suppose a user has deleted some files from the device and now you have to get the information about…
https://medium.com/@rutvikonline/suppose-a-user-has-deleted-some-files-from-the-device-and-now-you-have-to-get-the-information-about-82297063ca1e
https://medium.com/@rutvikonline/suppose-a-user-has-deleted-some-files-from-the-device-and-now-you-have-to-get-the-information-about-82297063ca1e
Medium
Suppose a user has deleted some files from the device and now you have to get the information about the deleted file without leaving…
The Windows recycle bin contains some great artifacts like:
Trend Micro Vision One (XDR) API
https://andrecamillo.medium.com/trend-micro-vision-one-xdr-api-2beef7790500
https://andrecamillo.medium.com/trend-micro-vision-one-xdr-api-2beef7790500
Medium
Trend Micro Vision One (XDR) API
An XDR and its API
Python code for monthly returns | Stock Options
https://medium.com/code-sprout/python-code-for-monthly-returns-stock-options-efef473ba00e
https://medium.com/code-sprout/python-code-for-monthly-returns-stock-options-efef473ba00e
Medium
Python code for monthly returns | Stock Options
Code for trading autonomously
Pandas Built in Functions that Replace Missing Values
https://mgolferk.medium.com/pandas-built-in-functions-that-replace-missing-values-596aea70d104
https://mgolferk.medium.com/pandas-built-in-functions-that-replace-missing-values-596aea70d104
Medium
Pandas Built in Functions that Replace Missing Values
Missing values always cause problems for Data Scientists. Thankfully there are a number of ways to deal with missing data. In this article…
How to adapt a Sagemaker examples to your needs ?
https://resquatordaryl.medium.com/how-to-adapt-a-sagemaker-examples-to-your-needs-b8616835c065
https://resquatordaryl.medium.com/how-to-adapt-a-sagemaker-examples-to-your-needs-b8616835c065
Medium
How to adapt a Sagemaker examples to your needs ?
I don’t if it’s the same for you but each time I try to adapt some programing example to my own purpose I struggles to match the sample…
Intro to Naive Bayes Classifier in Python
https://medium.com/the-shortform/intro-to-naive-bayes-classifier-in-python-e2b4c85002f9
https://medium.com/the-shortform/intro-to-naive-bayes-classifier-in-python-e2b4c85002f9
Medium
Intro to Naive Bayes Classifier in Python
For Data Science & Machine Learning