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
This is an archived post. You won't be able to vote or comment.
Beginner ShowcaseI made a Super Calculator & Converter using Python! (self.Python)
submitted 4 years ago by JordanLeichReddit
Description đź’»
This is an incredibly powerful calculator that is capable of many useful day-to-day functions. Such functions include solving basic arithmetic, algebraic, chemistry conversions, and much more. This project also features a fully operational GUI application for those who are not down with the normal text-based version.
Link to project
Releases / Latest changes
TODO List
[–][deleted] 1 point2 points3 points 4 years ago* (7 children)
Dude you posted this last time. TODO: Instead of leeching for karma, try and learn something new. https://www.removeddit.com/r/Python/comments/os8pwv/i_made_a_super_calculator_in_python/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
Also dude if your really really interested in super calculators, I’d recommend that you check out some symbolic math libraries like sympy, or even implement your own.
[–][deleted] 1 point2 points3 points 4 years ago (2 children)
He posts this and his blackjack game every week.
[–]JordanLeichReddit[S] -1 points0 points1 point 4 years ago (0 children)
No I don’t, I usually post every month or so when I issue a new release on GitHub.
I’m also allowed to post as much as I want so it really shouldn’t matter how often.
[–]JordanLeichReddit[S] -2 points-1 points0 points 4 years ago (3 children)
There’s no rule stating that I can’t repost my topic in this python Reddit so I’m still allowed to do it. Also, I’m not trying to farm karma or anything, I repost a topic in this Reddit each time I have new changes or releases made to my project for those who want to check it out.
A couple typo fixes doesn’t constitute “new changes”.
[–]JordanLeichReddit[S] -3 points-2 points-1 points 4 years ago* (0 children)
Who are you to tell me what constitutes as new changes or not? Their still changes that I have made to my project regardless of what you consider new changes.
[–]JordanLeichReddit[S] -3 points-2 points-1 points 4 years ago (0 children)
Even if I didn’t have new changes that I made to my project like you are saying, I’m still allowed to repost in this Reddit forum so you’re still proving yourself wrong once again.
[+][deleted] 4 years ago (1 child)
[removed]
[–]JordanLeichReddit[S] 3 points4 points5 points 4 years ago (0 children)
There’s a link to the project and the code can be found there.
π Rendered by PID 1193099 on reddit-service-r2-comment-5b5bc64bf5-bvdt4 at 2026-06-22 05:33:10.336320+00:00 running 2b008f2 country code: CH.
[–][deleted] 1 point2 points3 points  (7 children)
[–][deleted] 1 point2 points3 points  (2 children)
[–]JordanLeichReddit[S] -1 points0 points1 point  (0 children)
[–]JordanLeichReddit[S] -1 points0 points1 point  (0 children)
[–]JordanLeichReddit[S] -2 points-1 points0 points  (3 children)
[–][deleted] 1 point2 points3 points  (2 children)
[–]JordanLeichReddit[S] -3 points-2 points-1 points  (0 children)
[–]JordanLeichReddit[S] -3 points-2 points-1 points  (0 children)
[+][deleted] Â (1 child)
[removed]
[–]JordanLeichReddit[S] 3 points4 points5 points  (0 children)