Top 5 PySpark tips and tricks for beginners
https://medium.com/@mark.averchenko/top-5-pyspark-tips-and-tricks-for-beginners-240acd1b7407
https://medium.com/@mark.averchenko/top-5-pyspark-tips-and-tricks-for-beginners-240acd1b7407
How to use Python to find amazing last-minute deals on Airbnb
https://medium.com/@dmitriy.kavyazin/how-to-use-python-to-find-amazing-last-minute-deals-on-airbnb-8cc96fbfb4a0
https://medium.com/@dmitriy.kavyazin/how-to-use-python-to-find-amazing-last-minute-deals-on-airbnb-8cc96fbfb4a0
Medium
How to use Python to find amazing last-minute deals on Airbnb
Sometimes people cancel their bookings last minute or new places go on the market when you least expect it.
Neural Networks Basics: Activation Functions
https://medium.com/artificialis/neural-networks-basics-activation-functions-d75b67383da7
https://medium.com/artificialis/neural-networks-basics-activation-functions-d75b67383da7
Medium
Neural Networks Basics: Activation Functions
An activation function in an artificial neural network decides whether a neuron should activate or not. There are many reasons why we use…
10 Essential Data Science Packages for Python
https://blog.askjarvis.io/10-essential-data-science-packages-for-python-f05d44bc3c51
https://blog.askjarvis.io/10-essential-data-science-packages-for-python-f05d44bc3c51
Medium
10 Essential Data Science Packages for Python
According to the PyPI, more than 300,000 Python packages are available for Python (Python Package Index: a repository of software for…
Bash, Python или JavaScript: какой язык лучше для автоматизации?
https://medium.com/nuances-of-programming/bash-python-%D0%B8%D0%BB%D0%B8-javascript-%D0%BA%D0%B0%D0%BA%D0%BE%D0%B9-%D1%8F%D0%B7%D1%8B%D0%BA-%D0%BB%D1%83%D1%87%D1%88%D0%B5-%D0%B4%D0%BB%D1%8F-%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D0%B8-cf56057ccc84
https://medium.com/nuances-of-programming/bash-python-%D0%B8%D0%BB%D0%B8-javascript-%D0%BA%D0%B0%D0%BA%D0%BE%D0%B9-%D1%8F%D0%B7%D1%8B%D0%BA-%D0%BB%D1%83%D1%87%D1%88%D0%B5-%D0%B4%D0%BB%D1%8F-%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D0%B8-cf56057ccc84
Medium
Bash, Python или JavaScript: какой язык лучше для автоматизации?
Shell-сценарий — исходный файл, специально созданный для интерпретатора командной строки типа Bash. Программисты обычно пишут…
The problem that I debug Yesterday “Service degradation”
https://medium.com/@hashtrust/the-problem-that-i-debug-yesterday-service-degradation-4539de0e8f68
https://medium.com/@hashtrust/the-problem-that-i-debug-yesterday-service-degradation-4539de0e8f68
Medium
The problem that I debug Yesterday “Service degradation”
In the last few days, we were facing a lot of performance degradation in the production environment. So from the tools that we use to…
Python Decorators and Generators Q & A: Day 5 Live Session Review
https://k21-academy.medium.com/python-decorators-and-generators-q-a-day-5-live-session-review-50203a2c163e
https://k21-academy.medium.com/python-decorators-and-generators-q-a-day-5-live-session-review-50203a2c163e
Medium
Python Decorators and Generators Q & A: Day 5 Live Session Review
Generators Generators are just like functions that give us a sequence of values one as an iterable (which can be iterated upon using…