Retro Tech: What Inside Compaq Contura Aero 4/25 Laptop "4MB of RAM" from 1994: https://www.reddit.com/r/Python/comments/8w5urf/retro_tech_what_inside_compaq_contura_aero_425/
reddit
r/Python - Retro Tech: What Inside Compaq Contura Aero 4/25 Laptop "4MB of RAM" from 1994
0 votes and 0 so far on reddit
PyPI download stats and generate bigquery SQL: https://www.reddit.com/r/Python/comments/8w65x4/pypi_download_stats_and_generate_bigquery_sql/
reddit
r/Python - PyPI download stats and generate bigquery SQL
1 votes and 0 so far on reddit
Finally published my photo manipulation code as my first PyPI package and updated the web app! (see comments): https://www.reddit.com/r/Python/comments/8w6qt9/finally_published_my_photo_manipulation_code_as/
reddit
r/Python - Finally published my photo manipulation code as my first PyPI package and updated the web app! (see comments)
1 votes and 1 so far on reddit
"django-admin.py makemessages -l en" adds Plural-Forms to the output file: https://stackoverflow.com/questions/51114729/django-admin-py-makemessages-l-en-adds-plural-forms-to-the-output-file
Stack Overflow
"django-admin.py makemessages -l en" adds Plural-Forms to the output file
Every time I run django-admin.py makemessages -l en, it adds the following line to the djangojs.po file:
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
after that running python manage.py
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
after that running python manage.py
I'd like to edit MP4 title tags without using ffmpeg. Can I do this?: https://www.reddit.com/r/Python/comments/8w7mnw/id_like_to_edit_mp4_title_tags_without_using/
reddit
r/Python - I'd like to edit MP4 title tags without using ffmpeg. Can I do this?
1 votes and 0 so far on reddit
Color_Lib, a little code for generating RGB / HSV color values based on plain English input eg: ColorLib.get_color('green') = (0.0, 0.8, 0.0): https://www.reddit.com/r/Python/comments/8w8506/color_lib_a_little_code_for_generating_rgb_hsv/
reddit
r/Python - Color_Lib, a little code for generating RGB / HSV color values based on plain English input eg: ColorLib.get_color('green')…
1 votes and 0 so far on reddit
Best Python GUI framework for a Web Developer?: https://www.reddit.com/r/Python/comments/8w85bm/best_python_gui_framework_for_a_web_developer/
reddit
r/Python - Best Python GUI framework for a Web Developer?
1 votes and 1 so far on reddit
Is there a mobile friendly online tutorial (like dataquest) where I can actually write code on the phone: https://www.reddit.com/r/Python/comments/8w8767/is_there_a_mobile_friendly_online_tutorial_like/
reddit
r/Python - Is there a mobile friendly online tutorial (like dataquest) where I can actually write code on the phone
3 votes and 8 so far on reddit
Where can I find someone to translate python code to Ruby?: https://www.reddit.com/r/Python/comments/8w8jsa/where_can_i_find_someone_to_translate_python_code/
reddit
r/Python - Where can I find someone to translate python code to Ruby?
1 votes and 1 so far on reddit
Taught myself by making xrand - a Python prng library 10-100x faster than random.py: https://www.reddit.com/r/Python/comments/8w8jo2/taught_myself_by_making_xrand_a_python_prng/
reddit
Taught myself by making xrand - a Python prng library... • r/Python
Taught myself Python as a hobby, and now I've taught myself C by making a CPython extension module. It seems like I always ran into the issue that...
compile python without being able to decompile it: https://www.reddit.com/r/Python/comments/8w8us1/compile_python_without_being_able_to_decompile_it/
reddit
r/Python - compile python without being able to decompile it
1 votes and 0 so far on reddit
Retain environment of helper python script in main script: https://stackoverflow.com/questions/51102161/retain-environment-of-helper-python-script-in-main-script
Stack Overflow
Retain environment of helper python script in main script
I've one helper script which I want to call from main script which is acting as a Server. This main script looks like this:
Class Stuff():
def __init__(self, f):
self.f = f
sel...
Class Stuff():
def __init__(self, f):
self.f = f
sel...
(Sukhoi) A minimalist and flexible webcrawler.: https://www.reddit.com/r/Python/comments/8w91km/sukhoi_a_minimalist_and_flexible_webcrawler/
reddit
r/Python - (Sukhoi) A minimalist and flexible webcrawler.
1 votes and 0 so far on reddit
What seem to be the major issues with PEP 572 being accepted?: https://www.reddit.com/r/Python/comments/8w99b8/what_seem_to_be_the_major_issues_with_pep_572/
reddit
r/Python - What seem to be the major issues with PEP 572 being accepted?
1 votes and 0 so far on reddit
Hadoop: Error: java.lang.RuntimeException: Error in configuring object: https://stackoverflow.com/questions/51140411/hadoop-error-java-lang-runtimeexception-error-in-configuring-object
Stack Overflow
Hadoop: Error: java.lang.RuntimeException: Error in configuring object
I have Hadoop installed and working perfectly because I run the word count example and it works great. Now I tried to move forward and do some more real examples. My example is done in this websit...