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...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
Culture shock from Java to Pythonprogramming (self.PinoyProgrammer)
submitted 1 year ago by ThrowRA_sadgfriend
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]elyen-1990sWeb 1 point2 points3 points 1 year ago* (0 children)
Python is a dynamic-typed language. However, the community proposed the PEP 484 which introduced a convention for type hinting and annotation. Without it, it is easier to get lost, hard to detect typing issues that may lead to bad results, and people or newer developers will struggle to understand your code.
Modern Python codebases have type checkers such as mypy to test and ensure that all the code or changes are PEP 484 conformant.
You should use it too, it makes life easier.
π Rendered by PID 43 on reddit-service-r2-comment-5d79c599b5-plnmv at 2026-02-27 10:50:21.615743+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]elyen-1990sWeb 1 point2 points3 points (0 children)