Happy thanksgiving! Enjoy this video about the Tetartoid, the solid that dreamed of Platonicity. All animations made in python (https://github.com/ryu577/pyray): https://www.reddit.com/r/Python/comments/9zhl9p/happy_thanksgiving_enjoy_this_video_about_the/
GitHub
GitHub - ryu577/pyray: A 3d rendering library written completely in python.
A 3d rendering library written completely in python. - ryu577/pyray
inspect.signature with PEP 563: https://stackoverflow.com/questions/53390985/inspect-signature-with-pep-563
Stack Overflow
inspect.signature with PEP 563
The following code:
import inspect
from typing import NamedTuple
class Example(NamedTuple):
a: str
if __name__== "__main__":
signature: inspect.Signature = inspect.signature(Example)
...
import inspect
from typing import NamedTuple
class Example(NamedTuple):
a: str
if __name__== "__main__":
signature: inspect.Signature = inspect.signature(Example)
...
API Testing With VCR.py - Why Have I Not Done This Before?: https://www.reddit.com/r/Python/comments/9zi4no/api_testing_with_vcrpy_why_have_i_not_done_this/
reddit
r/Python - API Testing With VCR.py - Why Have I Not Done This Before?
1 vote and 0 comments so far on Reddit
Implications of Qt for Python versus PyQt: https://www.reddit.com/r/Python/comments/9zj0aa/implications_of_qt_for_python_versus_pyqt/
reddit
Implications of Qt for Python versus PyQt • r/Python
Will Qt for Python because PyQt to become obsolete? If this happens will it be easy to convert PyQt code to Qt/Python?
I have been taking online courses via edX on Python coding. At what level of competency should I apply for a job?: https://www.reddit.com/r/Python/comments/9zk6jh/i_have_been_taking_online_courses_via_edx_on/
reddit
I have been taking online courses via edX on Python... • r/Python
1 points and 0 comments so far on reddit
This advert for a java course uses an image of python code.: https://www.reddit.com/r/Python/comments/9zkfk8/this_advert_for_a_java_course_uses_an_image_of/
reddit
r/Python - This advert for a java course uses an image of python code.
452 votes and 30 comments so far on Reddit
Dataflow/apache beam - how to access current filename when passing in pattern?: https://stackoverflow.com/questions/53404579/dataflow-apache-beam-how-to-access-current-filename-when-passing-in-pattern
Stack Overflow
Dataflow/apache beam - how to access current filename when passing in pattern?
I have seen this question answered before on stack overflow (https://stackoverflow.com/questions/29983621/how-to-get-filename-when-using-file-pattern-match-in-google-cloud-dataflow), but not since ...
What is the proper way to process the user-trigger events in Django?: https://stackoverflow.com/questions/53406489/what-is-the-proper-way-to-process-the-user-trigger-events-in-django
Stack Overflow
What is the proper way to process the user-trigger events in Django?
For example, I have a blog based on Django and I already have several functions for users: login、edit_profile、share.
But now I need to implement a mission system.
User logins, reward 10 score per...
But now I need to implement a mission system.
User logins, reward 10 score per...
A Python Script that sends Hackernews straight to your Inbox: https://www.reddit.com/r/Python/comments/9zm685/a_python_script_that_sends_hackernews_straight_to/
reddit
r/Python - A Python Script that sends Hackernews straight to your Inbox
1 vote and 0 comments so far on Reddit
Now get latest/top hackernews articles in your inbox using python: https://www.reddit.com/r/Python/comments/9zmndl/now_get_latesttop_hackernews_articles_in_your/
reddit
r/Python - Now get latest/top hackernews articles in your inbox using python
0 votes and 0 comments so far on Reddit
I'm creating a Python convenience library, looking for some feedback: https://www.reddit.com/r/Python/comments/9zmw8e/im_creating_a_python_convenience_library_looking/
reddit
r/Python - I'm creating a Python convenience library, looking for some feedback
1 vote and 1 comment so far on Reddit