Notes from the Meeting on Python GIL Removal Between Python Core and Sam Gross
https://lukasz.langa.pl/5d044f91-49c1-4170-aed1-62b6763e6ad0/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://lukasz.langa.pl/5d044f91-49c1-4170-aed1-62b6763e6ad0/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
lukasz.langa.pl
Notes From the Meeting On Python GIL Removal Between Python Core and Sam Gross - Łukasz Langa
During the annual Python core development sprint we held a meeting with Sam Gross, the author of nogil, a fork of Python 3.9 that removes the GIL. This is a non-linear summary of the meeting.
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…