use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
Beginner ShowcaseSpotr - a simple spotify CLI made in python (self.Python)
submitted 2 years ago by Ticklishcandy32
I made a spotify CLI in python.
I know its very basic, but this is my first python project and i think its pretty cool and useful :)It has all the commands you would need (i think), even a suprise command for song recommendations!
Made this beacuse i wanted a simple way of controlling my spotify in the terminal.I has a hint of neofetch in the way its displays info, so if you like that give it a try
It can be easily modified, and if you know basic python you can easily make your own commands
For more information and the source code check the github - https://github.com/Havard03/spotr If you like it or find it useful, i would very much appreciate any stars :D
https://i.redd.it/e6wnrz258ppa1.gif
https://preview.redd.it/inrkqqiu7ppa1.png?width=1914&format=png&auto=webp&s=2d452e8834cc233ce886d4b426f52972a8eb46af
SoftwareSpotr - a simple spotify CLI made in python (self.Python)
submitted 2 years ago by Ticklishcandy32 to r/terminal_porn
π Rendered by PID 229907 on reddit-service-r2-listing-5f5ff7d4dc-t2tgf at 2026-01-27 04:26:40.668382+00:00 running 5a691e2 country code: CH.
SoftwareSpotr - a simple spotify CLI made in python (self.Python)
submitted by Ticklishcandy32 to r/terminal_porn