Python Daily
@itweekly_python
22
subscribers
115K
links
Python Daily
Download Telegram
Join
Python Daily
22 subscribers
Python Daily
The 2038 Problem
https://www.codereliant.io/the-2038-problem/
CodeReliant
The 2038 Problem
Learn how "The 2038 problem" could impact software, hardware, and more - and what can be done to prepare.
Python Daily
Add Magic Link Sign-in Using Django
https://www.photondesigner.com/articles/email-sign-in
Photondesigner
The simplest way to add magic link sign-in using Django
✉️
An easy guide to add email sign-in (and verification) to Django using Gmail and others
Python Daily
Email Testing With Python’s smtpd Module
https://muhammadraza.me/2024/Python-Commandline-Tools-Part-1/
Muhammad Raza
Email Testing with Python's smtpd Module | Muhammad
In this post, we will dive deep into python smtpd module and explore its capabilities and how it can used for local testing
Python Daily
zakuchess: Chess Challenge Game
https://github.com/olivierphi/zakuchess
GitHub
GitHub - olivierphi/zakuchess: A free and open-source "daily chess challenge" game, where you play against a computer opponent…
A free and open-source "daily chess challenge" game, where you play against a computer opponent with pixel art graphics from The Battle for Wesnoth - olivierphi/zakuchess
Python Daily
mountaineer: Web Framework for Python and React
https://github.com/piercefreeman/mountaineer
GitHub
GitHub - piercefreeman/mountaineer:
🏔️
Mountaineer is a batteries-included webapp framework for Python.
🏔️
Mountaineer is a batteries-included webapp framework for Python. - piercefreeman/mountaineer
Python Daily
magika: Detect File Content Types With Deep Learning
https://github.com/google/magika
GitHub
GitHub - google/magika: Fast and accurate AI powered file content types detection
Fast and accurate AI powered file content types detection - GitHub - google/magika: Fast and accurate AI powered file content types detection
Python Daily
hyperdiv: Build Reactive Web UIs in Python
https://github.com/hyperdiv/hyperdiv
GitHub
GitHub - hyperdiv/hyperdiv: Build reactive web UIs in Python
Build reactive web UIs in Python. Contribute to hyperdiv/hyperdiv development by creating an account on GitHub.
Python Daily
UFO: A UI-Focused Agent for Windows OS Interaction
https://github.com/microsoft/UFO
GitHub
GitHub - microsoft/UFO: UFO³: Weaving the Digital Agent Galaxy
UFO³: Weaving the Digital Agent Galaxy. Contribute to microsoft/UFO development by creating an account on GitHub.
Python Daily
PyData Bristol Meetup
https://www.meetup.com/PyData-Bristol/
Meetup
PyData Bristol | Meetup
PyData Bristol is the Bristol chapter of the international PyData community.MaterialAll the material from previous meetups can be found in this GitHub repository. The material for the workshops can be found in this other GitHub repository.Call for proposalIf…
Python Daily
PyLadies Dublin
http://dublin.pyladies.com/
Python Daily
Python Barcamp Karlsruhe
https://barcamps.eu/pythonbarcamp-karlsruhe-2024/
Python Barcamp Karlsruhe 2024
Das zweitägige Barcamp in Karlsruhe richtet sich an alle, die sich für die Programmiersprache Python und deren Einsatz interessieren.
Python Daily
使用Python快速实现一个高级定时任务
https://juejin.cn/post/7353568367930458146
juejin.cn
使用Python快速实现一个高级定时任务 - 掘金
Python定时方法可以适用的场景: 第一种,用Python定期执行一些后台任务,比如说清理缓存,更新数据,发送通知等; 第二种,用Python定时触发一些事件,比如启动或停止某些服务,执行某些命令,
Python Daily
乐趣Python——办公魔法:Excel与CSV自动化处理
https://juejin.cn/post/7353561211512946697
juejin.cn
乐趣Python——办公魔法:Excel与CSV自动化处理 - 掘金
### 揭开 Excel 和 CSV 自动化处理的神秘面纱 欢迎你,亲爱的朋友,来到了充满魔力的办公世界。现在,我们站在了这个冒险旅程的起点,那就是为何要学习Excel和CSV自动化处理。 在这
Python Daily
自动绕过 Cloudflare 验证码 - 两条相反的方法(选择最适合您的方法)
https://juejin.cn/post/7353543714151219239
Python Daily
使用Python的turtle模块绘制美丽的樱花树
https://juejin.cn/post/7353572109949632539
juejin.cn
使用Python的turtle模块绘制美丽的樱花树 - 掘金
Python的turtle模块是一个直观的图形化编程工具,让用户通过控制海龟在屏幕上的移动来绘制各种形状和图案。turtle模块的独特之处在于其简洁易懂的操作方式以及与用户的互动性。用户可以轻松
Python Daily
OCR和PyTesseract库结合批量识别图片的文字
https://juejin.cn/post/7353476280862523392
juejin.cn
OCR和PyTesseract库结合批量识别图片的文字 - 掘金
UMI-OCR 是什么? UMI-OCR 是一个用于文字识别(OCR)的 Python 库,它提供了识别图像中文本的功能.
Python Daily
Linux centos7-宝塔常见问题
https://juejin.cn/post/7353515388255060018
juejin.cn
Linux centos7-宝塔常见问题 - 掘金
CentOS 8的安装命令是dnf,CentOS 7的安装命令是yum yum命令报错: 大多是python版本问题,宝塔一般会有python2.7和python3.6,如果主python是3.6,那
Python Daily
数据分析的利器,Pandas 软件包详解与应用示例
https://juejin.cn/post/7353459702929473599
juejin.cn
数据分析的利器,Pandas 软件包详解与应用示例 - 掘金
在中土大地上,有一位名为"数据剑客"的江湖人士,他手持一柄闪烁着银光的利剑,剑法犀利,能够破解数据的种种奥秘。传言他曾在一场数据风暴中横扫八方,击溃了无数数据乱象,以无情的数据剑法征服了各路数据恶徒。
Python Daily
http异步请求(1)---工具封装
https://juejin.cn/post/7353271369540632616
juejin.cn
http异步请求(1)---工具封装 - 掘金
一、需求引入 在开发某个性能测试工具过程中,需要采集后端的数据变更到前台刷新的时间。 由此需要在一个时间段内循环请求后端获取最新的数据,以校验数据是否已刷新为变更后的值,并记录下时间。 在循环请求中,
Python Daily
Windows | 安装salem&geopandas&rasterio
https://juejin.cn/post/7353158088730558475
juejin.cn
Windows | 安装salem&geopandas&rasterio - 掘金
近日,闲来无事想要测试 salem 和 geopandas 结合的相关掩膜。很久之前我已经在 Windows 上记录过相关的安装教程,但是最近发现原来安装之后还会产生很多环境依赖的问题。