Pyvideo.org has a great new look.: https://www.reddit.com/r/Python/comments/4zvd0c/pyvideoorg_has_a_great_new_look/
LMAO. I was checking out some features in PyPy 3.5: https://www.reddit.com/r/Python/comments/4zv5v4/lmao_i_was_checking_out_some_features_in_pypy_35/
reddit
LMAO. I was checking out some features in PyPy 3.5 • /r/Python
ubuntu@ip-172-31-26-119:~/pypy35/bin$ ./pypy3 Python 3.5.1 (9fc4d6946a5b, Aug 27 2016, 09:05:38) [PyPy 5.3.2-alpha0 with GCC 4.8.2] on...
TIL that initial Python commit was 26 years ago. I am too young.: https://www.reddit.com/r/Python/comments/4zwgf3/til_that_initial_python_commit_was_26_years_ago_i/
reddit
TIL that initial Python commit was 26 years ago. I am... • r/Python
433 points and 112 comments so far on reddit
Want to develop a grid-based game with me as a beginner exercise?: https://www.reddit.com/r/Python/comments/4zxd26/want_to_develop_a_gridbased_game_with_me_as_a/
reddit
Want to develop a grid-based game with me as a... • /r/Python
1 points and 0 comments so far on reddit
Error in using PyQt4 with python 3.5.2 for running a PyMoskito example: http://stackoverflow.com/questions/39125969/error-in-using-pyqt4-with-python-3-5-2-for-running-a-pymoskito-example
Stackoverflow
Error in using PyQt4 with python 3.5.2 for running a PyMoskito example
I'm trying to get an example of PyMoskito running under Python 3.5.2 Win7 64 bit
This library needs PyQt4 which in turn needs SIP.
1- I installed SIP using pip3 install SIP which ended up succes...
This library needs PyQt4 which in turn needs SIP.
1- I installed SIP using pip3 install SIP which ended up succes...
Misc python utilities - decorators for type-checking function arguments, objects to send text messages, etc.: https://www.reddit.com/r/Python/comments/4zxjmv/misc_python_utilities_decorators_for_typechecking/
reddit
Misc python utilities - decorators for type-checking... • /r/Python
1 points and 0 comments so far on reddit
(WinRT from other languages) Something like this needs to exist in Python: https://www.reddit.com/r/Python/comments/4zxyyd/winrt_from_other_languages_something_like_this/
reddit
(WinRT from other languages) Something like this needs... • /r/Python
1 points and 0 comments so far on reddit
I found this very interesting tutorial website to learn Pygame programming: https://www.reddit.com/r/Python/comments/4zylwo/i_found_this_very_interesting_tutorial_website_to/
reddit
I found this very interesting tutorial website to... • /r/Python
1 points and 0 comments so far on reddit
httsleep - a python polling library, with batteries included!: https://www.reddit.com/r/Python/comments/4zyjlx/httsleep_a_python_polling_library_with_batteries/
reddit
httsleep - a python polling library, with batteries... • /r/Python
2 points and 1 comments so far on reddit
Resume-worthy projects for beginners?: https://www.reddit.com/r/Python/comments/4zytyc/resumeworthy_projects_for_beginners/
reddit
Resume-worthy projects for beginners?
Hi, I'm a freshman intending to major in CS with very little programming experience. I'm taking an intro class taught in Python right now, and am...
Hey, Type this code, It will take a long time to find your number.: https://www.reddit.com/r/Python/comments/4zyz2g/hey_type_this_code_it_will_take_a_long_time_to/
reddit
Hey, Type this code, It will take a long time to find... • /r/Python
0 points and 9 comments so far on reddit
Failure in looping a statement (noob): https://www.reddit.com/r/Python/comments/4zz04c/failure_in_looping_a_statement_noob/
reddit
Failure in looping a statement (noob) • /r/Python
The idea is simple: 3 options, one right... if wrong answer picked, back all over again... if right answer picked, I call raw_input for another...
S3Cmd doesn't work with S3 Ninja: http://stackoverflow.com/questions/38434905/s3cmd-doesnt-work-with-s3-ninja
Stack Overflow
S3Cmd doesn't work with S3 Ninja
I'm trying to use my local s3ninja with s3cmd.
Every command like: s3cmd ls s3://test throws the same exceptions.
The s3cfg seems to be ok and the called endpoints are correct.
Was anyone able to...
Every command like: s3cmd ls s3://test throws the same exceptions.
The s3cfg seems to be ok and the called endpoints are correct.
Was anyone able to...
Distutils (setup.py) alternative enscons 0.5.0 released: https://www.reddit.com/r/Python/comments/4zzg1x/distutils_setuppy_alternative_enscons_050_released/
reddit
Distutils (setup.py) alternative enscons 0.5.0 released • /r/Python
https://pypi.org/project/enscons/ now available, with half a dozen example projects and some documentation.
Django admin: use radio buttons in list view in list_filter(): http://stackoverflow.com/questions/28488351/django-admin-use-radio-buttons-in-list-view-in-list-filter
Stackoverflow
Django admin: use radio buttons in list view in list_filter()
I have a model Transaction with a ForeignKey to another model (TransactionState) on state field. So in admin.py I have:
class TransactionAdmin(admin.ModelAdmin):
...
list_filter = ('state'...
class TransactionAdmin(admin.ModelAdmin):
...
list_filter = ('state'...
Regex syntax for finding sequences of classes in lists: https://www.reddit.com/r/Python/comments/4zzikv/regex_syntax_for_finding_sequences_of_classes_in/
reddit
Regex syntax for finding sequences of classes in lists • /r/Python
I'm wondering if there are any kind of frameworks that can deal with something like this: Given the existence of Class A, B, and C, and `our_list...
Changing the Culture of Python at Facebook [video]: https://www.youtube.com/watch?v=nRtp9NgtXiA
YouTube
Rules for Radicals: Changing the Culture of Python at Facebook
Jason Fried
http://pyohio.org/schedule/presentation/212/
Today, services built on Python 3.5 using asyncio are widely used at Facebook. But as recently as May of 2014 it was actually impossible to use Python 3 at Facebook. Come learn how we cut the Gordian…
http://pyohio.org/schedule/presentation/212/
Today, services built on Python 3.5 using asyncio are widely used at Facebook. But as recently as May of 2014 it was actually impossible to use Python 3 at Facebook. Come learn how we cut the Gordian…
Dataset-Creator - easy way to creat phylogenetic datasets in many formats: NEXUS, TNT, PHYLIP: https://www.reddit.com/r/Python/comments/4zzvdm/datasetcreator_easy_way_to_creat_phylogenetic/
reddit
Dataset-Creator - easy way to creat phylogenetic... • /r/Python
Hi, I just released a patch of this Python library that can be useful for bioinformaticians. You input a list of DNA sequences with some...
conditional histogram bucket slicing data visualization: http://stackoverflow.com/questions/39156545/conditional-histogram-bucket-slicing-data-visualization
Stackoverflow
conditional histogram bucket slicing data visualization
I have a df that looks like:
df.head()
Out[1]:
A B C
city0 40 12 73
city1 65 56 10
city2 77 58 71
city3 89 53 49
city4 33 98 90
An example df can be created by the
df.head()
Out[1]:
A B C
city0 40 12 73
city1 65 56 10
city2 77 58 71
city3 89 53 49
city4 33 98 90
An example df can be created by the