Ela Minus + DJ Python – Pájaros en Verano
Ela Minus + DJ Python share the luminous first track from their forthcoming collaborative EP, ♡… Continue reading… ⌘ Read more
Scratch? Python? C? Kernighan on Languages for Kids Coding - Computerphile ⌘ Read more
Python 3.11.0b4 中的正規表示式引擎的更新一則 ⌘ Read more
PEP 696: Type defaults for TypeVarLikes
This PEP introduces the concept of type defaults for TypeVarLikes (TypeVar, ParamSpec and TypeVarTuple), which act as defaults for a type parameter when none is specified. ⌘ Read more
@prologic@twtxt.net: 1. I use classic twtxt client written in Python from console, I like simplicity; 2. Thanks for the feedback about my website! It’s better viewed with old 800x600 monitors, haha
All the scripts on my Gemini capsule (except chess) have now been rewritten using Python and storing data in a SQLite database. This is the first time I’ve ever worked with database in a “production” environment, and I’m inordinately excited.
https://anvil.works/ python web dev
TheKingElessar/iDeemYouWorthy
Sync your local music library with your Spotify playlists
Language: Python
Star: 14
Watch: 14 ⌘ Read more
the-spatializer/instagram-follower-scraper
Scrap Instagram Follower, detect accounts you follow, accounts that follow you, accounts that follow you but you don’t follow back, accounts you follow but don’t follow you back using python
Language: Python
Star: 1
Watch: 1 ⌘ Read more
the-spatializer/qr-code-generator
A program to create your own qr code. You can add a logo in the middle.
Language: Python
Star: 1
Watch: 1 ⌘ Read more
jerrykhh/ig_follower
Instagram follower to CSV and auto-follow
Language: Python
Star: 7
Watch: 7 ⌘ Read more
adw0rd/instagrapi
🔥 The fastest and powerful Python library for Instagram Private API 2022
Language: Python
Star: 1022
Watch: 1022 ⌘ Read more
A new “Pokemon”-type game for the Command Line
Available for Linux, Windows, and macOS. All written in Python. ⌘ Read more
borisdayma/dalle-mini
DALL·E Mini - Generate images from a text prompt
Language: Python
Star: 4442
Watch: 4442 ⌘ Read more
Re-AOL: A reverse-engineered AOL 3.0 server written in Python
Because… who doesn’t want to use AOL 3.0 for Windows 3.1 in 2022? ⌘ Read more
PEP 693: Python 3.12 Release Schedule
This document describes the development and release schedule for Python 3.12. The schedule primarily concerns itself with PEP-sized items. ⌘ Read more
NicholasDawson/TikTok-Video-Downloader
A tool that downloads all videos of a users profile.
Language: Python
Star: 4
Watch: 4 ⌘ Read more
CuriousYoda/tiktok-downloader
Downloads TikTok videos for a given user without water marks
Language: Python
Star: 10
Watch: 10 ⌘ Read more
krypton-byte/tiktok-downloader
Tiktok Downloader/Scraper using requests & bs4
Language: Python
Star: 64
Watch: 64 ⌘ Read more
xtekky/TikTok-Comment-Scraper
Get all comments of a video and filter them | Show Likes etc…
Language: Python
Star: 3
Watch: 3 ⌘ Read more
PEP 691: JSON-based Simple API for Python Package Indexes
The “Simple Repository API” that was defined in PEP 503 (and was in use much longer than that) has served us reasonably well for a very long time. However, the reliance on using HTML as the data exchange mechanism has several shortcomings. ⌘ Read more
have to admit that switching to python & numpy for data analysis from klong relieves me from a huge pain in the ass—klong is just slow for that.
PEP 690: Lazy Imports
This PEP proposes a feature to transparently defer the execution of imported modules until the moment when an imported object is used. Since Python programs commonly import many more modules than a single invocation of the program is likely to use in practice, lazy imports can greatly reduce the overall number of modules loaded, improving startup time and memory usage. Lazy imports also mostly eliminate the risk of import cycles. ⌘ Read more
inteoryx/twitter-video-dl
Download twitter videos as mp4 files
Language: Python
Star: 19
Watch: 19 ⌘ Read more
f-rog/twitter2mp4
twitter2mp4 its a tool to download videos from Twitter. Needless of ffmpeg.
Language: Python
Star: 19
Watch: 19 ⌘ Read more
PEP 688: Making the buffer protocol accessible in Python
This PEP proposes a mechanism for Python code to inspect whether a type supports the C-level buffer protocol. This allows type checkers to evaluate whether objects implement the protocol. ⌘ Read more
PEP 687: Isolating modules in the standard library
Extensions in the standard library will be converted to multi-phase initialization (PEP 489) and where possible, all state will be stored on module objects rather than in process-global variables. ⌘ Read more
I’ve made some fixes to twtxt to make it work with Python 3.7+. I hope @buckket@buckket.org will apply this patch!
PEP 686: Make UTF-8 mode default
This PEP proposes enabling UTF-8 mode by default. ⌘ Read more
PEP 685: Comparison of extra names for optional distribution dependencies
This PEP specifies how to normalize distribution _extra_
names when performing comparisons.
This prevents tools from either failing to find an extra name or
accidentally matching against an unexpected name. ⌘ Read more
athelia/unfold-wardrobe-manager
Rediscover joy in your closet. Catalog & choose what to wear with personalized outfit recommendations from your wardrobe.
Language: Python
Star: 16
Watch: 16 ⌘ Read more
janetanne/outfitless
Web application for organizing your closet and keeping track of your wardrobe, as well as picking your outfit for the day. Uses Google Oauth to register for an account/sign in and Clarifai API to process images.
Language: Python
Star: 3
Watch: 3 ⌘ Read more
TheComeUpCode/WardrobeApp
An app that automates your closet and generates an outfit.
Language: Python
Star: 71
Watch: 71 ⌘ Read more
LuisMayo/video-splitter
Simple Python script to split video into equal length chunks or chunks of equal size, duration, etc.
Language: Python
Star: 1
Watch: 1 ⌘ Read more
LuisMayo/ace-attorney-twitter-bot
Twitter bot that turns comment chains into ace attorney scenes. Inspired by and using https://github.com/micah5/ace-attorney-reddit-bot
Language: Python
Star: 407
Watch: 407 ⌘ Read more
PEP 683: Immortal Objects, Using a Fixed Refcount
Under this proposal, any object may be marked as immortal.
“Immortal” means the object will never be cleaned up (at least until
runtime finalization). Specifically, the refcount for an immortal
object is set to a sentinel value, and that refcount is never changed
by Py_INCREF(), Py_DECREF(), or Py_SET_REFCNT().
For immortal containers, the PyGC_Head is never
changed by the garbage collector. ⌘ Read more
PEP 682: Format Specifier for Signed Zero
Though float and Decimal types can represent signed zero, in many
fields of mathematics negative zero is surprising or unwanted – especially
in the context of displaying an (often rounded) numerical result. This PEP
proposes an extension to the string format specification allowing negative
zero to be normalized to positive zero. ⌘ Read more
medialab/gazouilloire
Twitter stream + search API grabber
Language: Python
Star: 68
Watch: 68 ⌘ Read more
QUT-Digital-Observatory/tidy_tweet
Tidies Twitter json collected with Twarc into relational tables.
Language: Python
Star: 1
Watch: 1 ⌘ Read more
tallesl/py-pic2tweet
Tweets the image files of the current directory and then deletes them.
Language: Python
Star: 1
Watch: 1 ⌘ Read more
otapi/Backup2Cloud
Backup specific folders and upload to a cloud provider. The uploaded files are 7zipped and encrypted locally. Uploads only those packages which were changed since last backup.
Language: Python
Star: 1
Watch: 1 ⌘ Read more
Ze1598/quotespy
Python library to create quotes/lyrics and tweet graphics with PIL.
Language: HTML
Star: 2
Watch: 2 ⌘ Read more
Naereen/generate-word-cloud.py
🐍 A simple Python (2 or 3) script to generate a PNG word-cloud ☁️ image from a bunch of 📂 text files 🎉. Based on word_cloud by @amueller.
Language: Python
Star: 18
Watch: 18 ⌘ Read more
AdriaPadilla/Tweetloader
Download tweets from user accounts
Language: Python
Star: 4
Watch: 4 ⌘ Read more
lianogueira/pytwanalysis
A tool to gather, discover, and analyze Twitter data using a combination of graph-clustering and topic modeling techniques with the goal of semantically grouping tweet messages together.
Language: Python
Star: 3
Watch: 3 ⌘ Read more
saeedesmaili/better-twitter
A simple python tool that makes your Twitter timeline much better.
Language: Python
Star: 11
Watch: 11 ⌘ Read more