Ускорение PySpark-приложений с PyArrow: лайфхаки Apache Spark для разработчиков
https://medium.com/@bigdataschool/%D1%83%D1%81%D0%BA%D0%BE%D1%80%D0%B5%D0%BD%D0%B8%D0%B5-pyspark-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B9-%D1%81-pyarrow-%D0%BB%D0%B0%D0%B9%D1%84%D1%85%D0%B0%D0%BA%D0%B8-apache-spark-%D0%B4%D0%BB%D1%8F-%D1%80%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%87%D0%B8%D0%BA%D0%BE%D0%B2-f45d871f4c96
https://medium.com/@bigdataschool/%D1%83%D1%81%D0%BA%D0%BE%D1%80%D0%B5%D0%BD%D0%B8%D0%B5-pyspark-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B9-%D1%81-pyarrow-%D0%BB%D0%B0%D0%B9%D1%84%D1%85%D0%B0%D0%BA%D0%B8-apache-spark-%D0%B4%D0%BB%D1%8F-%D1%80%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%87%D0%B8%D0%BA%D0%BE%D0%B2-f45d871f4c96
Medium
Ускорение PySpark-приложений с PyArrow: лайфхаки Apache Spark для разработчиков
В рамках обучения разработчиков Spark-приложений и дата-инженеров, сегодня рассмотрим, как повысить эффективность выполнения Python-кода с помощью кросс-языковой платформы Apache Arrow. Что такое…
Create a Binance Casino App to Show Coins’ Day High/Low Odds
https://medium.com/@Dr.Bankruptcy/create-a-binance-casino-app-to-show-coins-day-high-low-odds-d5adb586524e
https://medium.com/@Dr.Bankruptcy/create-a-binance-casino-app-to-show-coins-day-high-low-odds-d5adb586524e
Medium
Create a Binance Casino App to Show Coins’ Day High/Low Odds
Github: https://github.com/NoEdgeAtLife/Streamlit-data-web-app/blob/main/Binance_BTC_bet/myapp.py
python实现一个加密的文字处理器 - GodForever
https://www.cnblogs.com/godforever/p/16340248.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/godforever/p/16340248.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
python实现一个加密的文字处理器 - GodForever - 博客园
这是一个类似于记事本的文字处理器。与正常的记事本不同的是,它会将文本文档进行加密,确保无法被常规的程序打开。 由于本人是一位业余编程爱好者,对于“python之禅”之类的规则比较不以为然,因此本程序代
Up Your Coding Skills with Python: Named Tuples
https://python.plainenglish.io/python-up-your-code-named-tuples-c18b5b7113f8
https://python.plainenglish.io/python-up-your-code-named-tuples-c18b5b7113f8
Medium
Up Your Coding Skills with Python: Named Tuples
Greetings! Today I’ll do my best to present what’s known as a named tuple. It is a class that’s based on the traditional tuple (see here…
From Beginners to Pros: Python Logging Explained in Detail
https://medium.com/@alains/from-beginners-to-pros-python-logging-explained-in-detail-a312c39bcdb8
https://medium.com/@alains/from-beginners-to-pros-python-logging-explained-in-detail-a312c39bcdb8
Medium
From Beginners to Pros: Python Logging Explained in Detail
Logging basics for Python beginners.
How to Scrape & Summarize News Articles With Newspaper3k in Python
https://python.plainenglish.io/how-to-scrape-summarize-news-articles-with-newspaper3k-in-python-90dc2efc1107
https://python.plainenglish.io/how-to-scrape-summarize-news-articles-with-newspaper3k-in-python-90dc2efc1107
Medium
How to Scrape & Summarize News Articles With Newspaper3k in Python
Newspaper is an amazing Python library for extracting & curating articles.
No-code AI-powered search on the cloud: See what’s new in Jina NOW!
https://medium.com/jina-ai/no-code-ai-powered-search-on-the-cloud-see-whats-new-in-jina-now-61267186443e
https://medium.com/jina-ai/no-code-ai-powered-search-on-the-cloud-see-whats-new-in-jina-now-61267186443e
Medium
No-code AI-powered search on the cloud: See what’s new in Jina NOW!
Webcam support, JCloud integration, Swagger UI, image-to-text, and more…
Starting to Use the Exec Command in Python? This Guide Will Help You Out
https://medium.com/@alains/starting-to-use-the-exec-command-in-python-this-guide-will-help-you-out-1f9654d5231c
https://medium.com/@alains/starting-to-use-the-exec-command-in-python-this-guide-will-help-you-out-1f9654d5231c
Medium
Starting to Use the Exec Command in Python? This Guide Will Help You Out
Make your Python programming skills shine with this handy tutorial.
Using Python To Send Telegram Messages In 3 Simple Steps
https://medium.com/codex/using-python-to-send-telegram-messages-in-3-simple-steps-419a8b5e5e2
https://medium.com/codex/using-python-to-send-telegram-messages-in-3-simple-steps-419a8b5e5e2
Medium
Using Python To Send Telegram Messages In 3 Simple Steps
So maybe you’re running some program that takes some time to run, and want to take a nap or something. You probably need a simple script to…
2 Python List Variants for data processing
https://medium.com/@luowensheng2018/2-python-list-variants-for-data-processing-d5ddb3fb45a9
https://medium.com/@luowensheng2018/2-python-list-variants-for-data-processing-d5ddb3fb45a9
Medium
2 Python List Variants for data processing
1. LazyList