Python Daily
@itweekly_python
23
subscribers
115K
links
Python Daily
Download Telegram
Join
Python Daily
23 subscribers
Python Daily
temporian: Library for Preprocessing Temporal Data
https://github.com/google/temporian
GitHub
GitHub - google/temporian: Temporian is an open-source Python library for preprocessing
⚡
and feature engineering
🛠
temporal data…
Temporian is an open-source Python library for preprocessing
⚡
and feature engineering
🛠
temporal data
📈
for machine learning applications
🤖
- google/temporian
Python Daily
mac-cleanup-py: Cleanup Script for macOS in Python
https://github.com/mac-cleanup/mac-cleanup-py
GitHub
GitHub - mac-cleanup/mac-cleanup-py:
👨💻
Python cleanup script for macOS
👨💻
Python cleanup script for macOS. Contribute to mac-cleanup/mac-cleanup-py development by creating an account on GitHub.
Python Daily
lockbox: Forward Proxy for Making 3rd Party API Calls
https://github.com/mkjt2/lockbox
GitHub
GitHub - mkjt2/lockbox: Lockbox is a forward proxy for making third party API calls.
Lockbox is a forward proxy for making third party API calls. - mkjt2/lockbox
Python Daily
rexi: Terminal UI for Regex Testing
https://github.com/royreznik/rexi
GitHub
GitHub - royreznik/rexi: Terminal UI for Regex Testing
Terminal UI for Regex Testing. Contribute to royreznik/rexi development by creating an account on GitHub.
Python Daily
sqlite-web: Web-Based SQLite Database Browser
https://github.com/coleifer/sqlite-web
GitHub
GitHub - coleifer/sqlite-web: Web-based SQLite database browser written in Python
Web-based SQLite database browser written in Python - coleifer/sqlite-web
Python Daily
Weekly Real Python Office Hours Q&A (Virtual)
https://realpython.com/office-hours
Realpython
Office Hours – Real Python
Join us live for an exclusive members-only Q&A session with the Real Python team. You'll meet fellow Pythonistas to chat about your learning progress, ask questions, and discuss Python tips & tricks via screen sharing. Simply register for upcoming events…
Python Daily
SPb Python Drinkup
https://www.meetup.com/spbpython/
Meetup
SPb Python Community | Meetup
Сообщество Python-программистов Санкт-Петербурга.К участию приглашаются как гуру, так и начинающие разработчики.Ждем всех!Telegram канал: https://t.me/spbpythonnewsХотите делать митапы или доклады пишите [https://t.me/nonamenix](https://t.me/nonamenix)
Python Daily
PyLadies Amsterdam
https://www.meetup.com/pyladiesams/events/298654058/
Meetup
Login to Meetup | Meetup
Not a Meetup member yet? Log in and find groups that host online or in person events and meet people in your local community who share your interests.
Python Daily
PyCon Namibia 2024
https://na.pycon.org/
Python Daily
Melbourne Python Users Group, Australia
http://j.mp/mpug
Python Daily
PyCon Pakistan 2024
https://pycon.pk/
pycon.pk
Home - PyCon Pakistan
| PyCon Pakistan 2024
Checkout more details about the conference and speakers
Python Daily
Python中ArcPy切割栅格文件为四等分
https://juejin.cn/post/7345379924167917609
juejin.cn
Python中ArcPy切割栅格文件为四等分 - 掘金
本文介绍基于Python中的ArcPy模块,基于一个大文件夹,遍历其中每一个子文件夹中所有的遥感影像栅格文件,并将原本的每一景遥感影像文件四等分切割,或裁剪为其他指定个数的小块的方法~
Python Daily
20个Python random模块的代码示例
https://juejin.cn/post/7345397788391456819
juejin.cn
20个Python random模块的代码示例 - 掘金
本文分享自华为云社区《Python随机数探秘:深入解析random模块的神奇之处》,本文将深入探讨random模块的各种函数,以及它们的应用场景和代码示例。
Python Daily
Pandas统计分析(三)
https://juejin.cn/post/7345363013589123082
juejin.cn
Pandas统计分析(三) - 掘金
数据的增加、修改与删除 原始数据 增加数据 DataFrame对象增加主要包括列数据增加和行数据增加......
Python Daily
langchian入门二:prompts提示词的使用,你的LLM说话怎么这么⑥!
https://juejin.cn/post/7345352532657602611
juejin.cn
langchian入门二:prompts提示词的使用,你的LLM说话怎么这么⑥! - 掘金
什么是prompts 在大语言模型(LLM)中,Prompt指的是模型生成内容时所需要的输入,它可以包含模型生成内容时所需要的背景知识、用户期望模型执行的指令、模型输出需要遵循的格式等。
Python Daily
简单聊一下 Python 协程
https://juejin.cn/post/7345379864739299347
juejin.cn
简单聊一下 Python 协程 - 掘金
本文介绍了Python中的协程概念及其优势。协程是一种轻量级的并发编程模型,允许在程序执行过程中暂停和恢复执行,实现异步和并发操作。文章解释了协程的定义和作用,并提供了一些协程的示例代码等等
Python Daily
爬虫实战:从网页到本地,如何轻松实现小说离线阅读
https://juejin.cn/post/7345379864440700991
juejin.cn
爬虫实战:从网页到本地,如何轻松实现小说离线阅读 - 掘金
今天我们将继续进行爬虫实战,除了常规的网页数据抓取外,我们还将引入一个全新的下载功能。具体而言,我们的主要任务是爬取小说内容,并实现将其下载到本地的操作,以便后续能够进行离线阅读。 为了确保即使在功能
Python Daily
数据分析实战-Python实现博客评论数据的情感分析
https://juejin.cn/post/7345356537982631970
juejin.cn
数据分析实战-Python实现博客评论数据的情感分析 - 掘金
学习建议 现在很多网站、小程序、应用软件、博客、电商购物平台等,都有很多的用户评论数据,这些数据包含了用户对产品的认知、看法和一些立场; 那么我们可以对这些数据进行情感分析,可以得到一些有价值的信息,
Python Daily
爬虫实战:从外地天气到美食推荐,探索干饭人的世界
https://juejin.cn/post/7345094214600523815
juejin.cn
爬虫实战:从外地天气到美食推荐,探索干饭人的世界 - 掘金
今天是第二堂课,我们将继续学习爬虫技术。在上一节课中,我们已经学会了如何爬取干饭教程。正如鲁迅所说(我没说过),当地吃完饭就去外地吃,这启发了我去爬取城市天气信息,并顺便了解当地美食。这个想法永远是干
Python Daily
Python 字符串格式化,你了解多少?
https://juejin.cn/post/7344949175693951039
juejin.cn
Python 字符串格式化,你了解多少? - 掘金
本文介绍了Python中常用的字符串格式化方法,对于每种方法,提供了示例代码和说明,以帮助读者理解和选择适合自己需求的格式化方式