Split a large CSV file randomly or equally into smaller files
https://ramstkp.medium.com/split-a-large-csv-file-randomly-or-equally-into-smaller-files-76f7bb734459
https://ramstkp.medium.com/split-a-large-csv-file-randomly-or-equally-into-smaller-files-76f7bb734459
Medium
Split a large CSV file randomly or equally into smaller files
As a Data Engineer, Data Scientist, or Data Analyst each one of us must have encountered a situation to split CSV / other data files into…
Step-By-Step: Creating a Flask app and Deploying it to Heroku
https://danblevins.medium.com/step-by-step-creating-a-flask-app-and-deploying-it-to-heroku-83350be5f8b
https://danblevins.medium.com/step-by-step-creating-a-flask-app-and-deploying-it-to-heroku-83350be5f8b
Medium
Step-by-Step: Creating a Flask app and Deploying it to Heroku
Flask is a simple (“micro”) web framework in Python. You can use it to easily create a website or application.
How to Install AWS CLI (AWS Command Line Interface)
https://aws.plainenglish.io/how-to-install-aws-cli-aws-command-line-interface-a19c4b91571e
https://aws.plainenglish.io/how-to-install-aws-cli-aws-command-line-interface-a19c4b91571e
Medium
How to Install AWS CLI (AWS Command Line Interface)
A step-by-step guide on installing AWS CLI complete with error handling and detailed explanations.
Introduction To Data Science: Data Reduction Techniques In Python
https://python.plainenglish.io/introduction-to-data-science-data-reduction-techniques-in-python-560e96acf7ea
https://python.plainenglish.io/introduction-to-data-science-data-reduction-techniques-in-python-560e96acf7ea
Medium
Introduction To Data Science: Data Reduction Techniques In Python
Learn about how to apply different data reduction techniques using the Sklearn library.
3 Р для контроля доступа к DAG’ам в Apache AirFlow: роли, ресурсы, разрешения
https://medium.com/@bigdataschool/3-%D1%80-%D0%B4%D0%BB%D1%8F-%D0%BA%D0%BE%D0%BD%D1%82%D1%80%D0%BE%D0%BB%D1%8F-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF%D0%B0-%D0%BA-dag%D0%B0%D0%BC-%D0%B2-apache-airflow-%D1%80%D0%BE%D0%BB%D0%B8-%D1%80%D0%B5%D1%81%D1%83%D1%80%D1%81%D1%8B-%D1%80%D0%B0%D0%B7%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F-b79ae63bb619
https://medium.com/@bigdataschool/3-%D1%80-%D0%B4%D0%BB%D1%8F-%D0%BA%D0%BE%D0%BD%D1%82%D1%80%D0%BE%D0%BB%D1%8F-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF%D0%B0-%D0%BA-dag%D0%B0%D0%BC-%D0%B2-apache-airflow-%D1%80%D0%BE%D0%BB%D0%B8-%D1%80%D0%B5%D1%81%D1%83%D1%80%D1%81%D1%8B-%D1%80%D0%B0%D0%B7%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D1%8F-b79ae63bb619
Medium
3 Р для контроля доступа к DAG’ам в Apache AirFlow: роли, ресурсы, разрешения
Добавляя в наши курсы для дата-инженеров по Apache Airflow полезные примеры, сегодня рассмотрим тонкости контроля доступа к DAG в этой платформе. Читайте далее, какие роли есть в Apache Airflow…
Scraping an Online Shop Website with Scrapy
https://medium.com/@stevelukis/scraping-an-online-shop-website-with-scrapy-5f88c89c3a83
https://medium.com/@stevelukis/scraping-an-online-shop-website-with-scrapy-5f88c89c3a83
Medium
Scraping an Online Shop Website with Scrapy
In previous article, I have talked about rotating user-agent with Scrapy. In this article, we will take a step back and see how to start…
Universal Solution for Basic Calculator I, II, and III
https://machinelearningabc.medium.com/universal-solution-for-basic-calculator-i-ii-and-iii-9db06cecc6a2
https://machinelearningabc.medium.com/universal-solution-for-basic-calculator-i-ii-and-iii-9db06cecc6a2
Medium
Universal Solution for Basic Calculator I, II, and III
Facebook asked this question 48 times in the past 6 months as of writing, are you ready?
Introduction to Object Oriented Programming (OOP) using Python
https://alvisonhunter.medium.com/introduction-to-object-oriented-programming-oop-using-python-17aa714df120
https://alvisonhunter.medium.com/introduction-to-object-oriented-programming-oop-using-python-17aa714df120
Medium
Introduction to Object Oriented Programming (OOP) using Python
Ready to give the next step in the mystical realms of OOP? Let’s go!
Python Fundamental — Part One : Installing Python3 and PyCharm
https://medium.com/@araafario/python-fundamental-part-one-installing-python3-and-pycharm-743ebf91c357
https://medium.com/@araafario/python-fundamental-part-one-installing-python3-and-pycharm-743ebf91c357
Medium
Python Fundamental — Part One : Installing Python3 and PyCharm
This tutorial is split in three section. The first part is installing Python3. The second part is installing PyCharm. Finally, the last…