When, if at all, is it preferable to use itertools.chain over itertools.chain.from_iterable?: https://www.reddit.com/r/Python/comments/5y0d30/when_if_at_all_is_it_preferable_to_use/
reddit
When, if at all, is it preferable to use... • r/Python
I find myself using `itertools.chain.from_iterable` over `itertools.chain` because the former is lazy and can chain an infinite number of...
My Python code linting project Lintly now supports GitLab!: https://www.reddit.com/r/Python/comments/5y0f7j/my_python_code_linting_project_lintly_now/
reddit
My Python code linting project Lintly now supports GitLab! • r/Python
1 points and 1 comments so far on reddit
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/5y0i50/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
5 Python Dev Setup Tips to boost your productivity: https://www.reddit.com/r/Python/comments/5y10eh/5_python_dev_setup_tips_to_boost_your_productivity/
reddit
5 Python Dev Setup Tips to boost your productivity • r/Python
1 points and 0 comments so far on reddit
Python program on CANVAS Tkinter#graphic shapes#program for create smiley.: https://www.reddit.com/r/Python/comments/5y12ay/python_program_on_canvas_tkintergraphic/
reddit
Python program on CANVAS Tkinter#graphic shapes#program... • r/Python
1 points and 0 comments so far on reddit
Help! trouble setting Python/Django web app in Windows intranet.: https://www.reddit.com/r/Python/comments/5y1e9s/help_trouble_setting_pythondjango_web_app_in/
reddit
Help! trouble setting Python/Django web app in Windows... • r/Python
Developed an app that is running perfectly in Linux 16.04. Installing it on a windows produced errors due to some libraries like pylokit not...
Python TCP socket server, single thread, multithread, or thread pool, what are the benefits and drawbacks? What say you gurus?: https://www.reddit.com/r/Python/comments/5y1i35/python_tcp_socket_server_single_thread/
reddit
Python TCP socket server, single thread, multithread,... • r/Python
I've attached 3 different stack overflow articles regarding python TCP servers. They have 3 different threading techniques. [single...
Help? Python Raspberry Pi Morse Code LED: https://www.reddit.com/r/Python/comments/5y1iyb/help_python_raspberry_pi_morse_code_led/
reddit
Help? Python Raspberry Pi Morse Code LED • r/Python
I'm trying to get a Morse code transmitter going through my raspberry pi on Python to show on an LED light. I have the light, resistors and...
JinjaSQL - Generate SQL queries using a template, without SQL Injection: https://www.reddit.com/r/Python/comments/5y1rql/jinjasql_generate_sql_queries_using_a_template/
reddit
JinjaSQL - Generate SQL queries using a template,... • r/Python
1 points and 0 comments so far on reddit
I have been struggling to connect a Flask App with PostgreSQL, here are some snippets and troubleshooting tips, I hope it will help !: https://www.reddit.com/r/Python/comments/5y1qv6/i_have_been_struggling_to_connect_a_flask_app/
reddit
I have been struggling to connect a Flask App with... • r/Python
4 points and 0 comments so far on reddit
I made a little module for creating pygame text boxes: https://www.reddit.com/r/Python/comments/5y336j/i_made_a_little_module_for_creating_pygame_text/
reddit
I made a little module for creating pygame text boxes • r/Python
1 points and 0 comments so far on reddit
Drchrono (YC W11) Is Looking for Senior Python/Django Engineers: https://www.drchrono.com/jobs/description/Senior Software Engineer/?show_study_material=1
Modules For Comp sci contest: https://www.reddit.com/r/Python/comments/5y3gcq/modules_for_comp_sci_contest/
reddit
Modules For Comp sci contest • r/Python
i am doing a computer science contest tomorrow and i wanted to know some good useful external modules that would help us at the contest they said...
What's the most interesting/cool thing you can make using primarily str.join()?: https://www.reddit.com/r/Python/comments/5y3vfo/whats_the_most_interestingcool_thing_you_can_make/
reddit
What's the most interesting/cool thing you can make... • r/Python
Recently while writing a sudoku solver, i wanted to write a blank board very compactly and I came up with the following: ...
I'm making a menu / GUI driven game with Python. What are my best options for designing a UI?: https://www.reddit.com/r/Python/comments/5y3z73/im_making_a_menu_gui_driven_game_with_python_what/
reddit
I'm making a menu / GUI driven game with Python. What... • r/Python
Are there any IDE's out there (like NetBeans and IntelliJ, with designated options and tools for designing UI's) that include UI design tools for...