Python Daily
@itweekly_python
22
subscribers
115K
links
Python Daily
Download Telegram
Join
Python Daily
22 subscribers
Python Daily
NHL-Tracker: Tracks Your Choice of NHL Teams
https://github.com/trstn2/NHL-Tracker-v.1.0.1
GitHub
GitHub - trstn2/NHL-Tracker-v.1.0.1: Tracks your choice of NHL teams. Certain features may not be available.
Tracks your choice of NHL teams. Certain features may not be available. - GitHub - trstn2/NHL-Tracker-v.1.0.1: Tracks your choice of NHL teams. Certain features may not be available.
Python Daily
ibis: The Flexibility of Python With the Scale of Modern SQL
https://github.com/ibis-project/ibis
GitHub
GitHub - ibis-project/ibis: the portable Python dataframe library
the portable Python dataframe library. Contribute to ibis-project/ibis development by creating an account on GitHub.
Python Daily
Prague Python Pizza 2024
https://prague.python.pizza/
prague.python.pizza
Prague Python Pizza Conference!!
Join the fun
🥳
🎉
on 24th February 2024
Python Daily
Django Girls Ho
https://djangogirls.org/en/ho/
djangogirls.org
Django Girls Ho on 26th April 2025
Django Girls is a one-day workshop about programming in Python and Django tailored for women.
Python Daily
PyDelhi User Group Meetup
http://www.meetup.com/pydelhi/
Meetup
PyDelhi - Python Delhi User Group! | Meetup
We are PyDelhi, a volunteer-driven organization comprising of Pythonistas, enthusiasts, entrepreneurs, researchers, students, and many more with a primary interest in the programming language, Python. We conduct bi-weekly meet-ups, Dev-Sprint, seminars, workshops…
Python Daily
PythOnRio Meetup
http://pythonrio.python.org.br/
Python Daily
PyCon PH 2024
https://pycon-2024.python.ph/
pycon-2024.python.ph
PyCon PH 2024
The Python Conference (PyCon) is a volunteer-run, not-for-profit conference centered around the Python Programming Language.
Python Daily
Python 教程 - 条件判断
https://juejin.cn/post/7345071638201286708
juejin.cn
Python 教程 - 条件判断 - 掘金
学过了前面内容之后,我们已经掌握了 Python的 基本数据类型。接下来,我们要学习条件判断,也就是让程序能够根据不同的条件执行不同的操作。在 Python 语言中,我们使用 if、else 和 el
Python Daily
深入解析 API 性能测试:操作指南
https://juejin.cn/post/7345098611694288933
juejin.cn
深入解析 API 性能测试:操作指南 - 掘金
在构建和维护 API 时,性能和稳定性是至关重要的考量因素,API 的性能直接影响着用户体验和系统的可用性,因此对其进行全面的性能测试是不可或缺的一环。 针对 API 的性能测试,一般通过模拟实际用户
Python Daily
跨境电商选品实战——Ownips静态ip代理+Python爬虫轻松搞定Lazada电商选品
https://juejin.cn/post/7345071662029897743
juejin.cn
跨境电商选品实战——Ownips静态ip代理+Python爬虫轻松搞定Lazada电商选品 - 掘金
本文将结合实际操作和理论分析,以Lazada电商平台为例,利用Python爬虫与Ownips静态IP代理(我常用的代理品牌)相结合的方式来进行选品,以全新的视角实战跨境电商选品。
Python Daily
Spring boot 集成python引擎快速入门demo
https://juejin.cn/post/7345027924971995186
juejin.cn
Spring boot 集成python引擎快速入门demo - 掘金
一、Python 介绍 Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。 Python 的设计具有很强的可读性,相比其他语言经常使用英文关键字,其他语言的一些标点符号,它
Python Daily
轻松驾驭Python格式化:5个F-String实用技巧分享
https://juejin.cn/post/7345071224416337955
juejin.cn
轻松驾驭Python格式化:5个F-String实用技巧分享 - 掘金
F-String(格式化字符串字面值)是在Python 3.6中引入的,它是一种非常强大且灵活的字符串格式化方法。 它允许你在字符串中嵌入表达式,这些表达式在运行时会被求值并转换为字符串,这种特性使得
Python Daily
爬虫实战:从外地天气到美食推荐,探索干饭人的世界
https://juejin.cn/post/7345094214600523815
juejin.cn
爬虫实战:从外地天气到美食推荐,探索干饭人的世界 - 掘金
今天是第二堂课,我们将继续学习爬虫技术。在上一节课中,我们已经学会了如何爬取干饭教程。正如鲁迅所说(我没说过),当地吃完饭就去外地吃,这启发了我去爬取城市天气信息,并顺便了解当地美食。这个想法永远是干
Python Daily
Python 初学者容易踩的 5 个坑
https://juejin.cn/post/7344971137691009063
juejin.cn
Python 初学者容易踩的 5 个坑 - 掘金
哈喽大家好,我是咸鱼。 今天咸鱼列出了一些大家在初学 Python 的时候容易踩的一些坑,看看你有没有中招过。 原文:https://www.bitecode.dev/p/unexpected-pyt
Python Daily
Python爬虫——如何使用urllib的HTTP基本库
https://juejin.cn/post/7344567600553705512
juejin.cn
Python爬虫——如何使用urllib的HTTP基本库 - 掘金
由于可以极大地有利于信息资源的收集和分析,关于爬虫的教程网络上满天飞。Python中,有许多大佬编写的基本库,我们可以使用这些库中的许多函数和方法,发送HTTP请求
Python Daily
python 闭包在实际项目中的一些实现方式
https://juejin.cn/post/7344967859052855359
juejin.cn
python 闭包在实际项目中的一些实现方式 - 掘金
本文讨论了Python闭包的应用,并给出了一些实际项目中使用闭包的例子。闭包可以用于创建认证和授权系统,缓存函数以提高性能,以及事件处理系统等等
Python Daily
Python爬虫——如何使用requests库发送请求
https://juejin.cn/post/7344742642150211622
juejin.cn
Python爬虫——如何使用requests库发送请求 - 掘金
经过封装后的requests库提供了一系列的接口,让我们可以更加便利地发送请求,管理Cookies和Session,以及验证代理等一系列操作
Python Daily
Python 字符串格式化,你了解多少?
https://juejin.cn/post/7344949175693951039
juejin.cn
Python 字符串格式化,你了解多少? - 掘金
本文介绍了Python中常用的字符串格式化方法,对于每种方法,提供了示例代码和说明,以帮助读者理解和选择适合自己需求的格式化方式
Python Daily
Python3.13的JIT是如何实现的
https://juejin.cn/post/7344681024372293643
juejin.cn
Python3.13的JIT是如何实现的 - 掘金
去年圣诞节前,CPython的core dev向世界宣布了一条令人振奋的消息,即Python虚拟机可以以JIT的形式执行字节码。 什么是JIT JIT(Just In Time)是一个老生常谈的话题了
Python Daily
Python:只需编写 SQL
https://juejin.cn/post/7344572677392842790
juejin.cn
Python:只需编写 SQL - 掘金
在 Python 中处理 SQL: - 我想写SQL。 - 我不想依赖查询生成器(更不用说 ORM)。 - 我想将所有这些打包在一个抽象中,使我能够在数据库解决方案之间快速更改,并使其易于测试。