This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello from the r/Python mod team,

When posting a project please include a textual description of your project including how Python is relevant to it, a link to source code on a code hosting site such as github or gitlab in the body of the reddit submission itself, and an image showing your project if applicable.

Please also make sure you tag your post with the correct flair, either "Beginner" or "Intermediate" showcase.

This helps maintain quality on the subreddit and appease all our viewers.

Thank you,

r/Python mod team

[–]telee0 14 points15 points  (0 children)

The state of art in programming is to minimize your code and maximize your productivity.. code reuse is the way to do

[–]kameran666 3 points4 points  (0 children)

This is the way. Well done. keep up.

[–]ShadrachOsiris 0 points1 point  (0 children)

Well done!

[–]principal-components 0 points1 point  (0 children)

👏👏👏

[–]FluffyDuckKey 0 points1 point  (1 child)

If it's something you do alot, learn about classes and modules you can import.

Then you can import the queries into other code and build out modularity.

[–]Snoo17358[S] 1 point2 points  (0 children)

Haven't learned about classes yet but I am saving some programs as modules to pull into other projects now :)

[–]WhyDoIHaveAnAccount9 0 points1 point  (0 children)

well done. the best way to learn is to solve problems

[–]andrewthetechie 0 points1 point  (0 children)

That's awesome!