bpmagic: A library to save and load chunks of boiler plate code using IPython's magic functions: https://www.reddit.com/r/Python/comments/6qoyqg/bpmagic_a_library_to_save_and_load_chunks_of/
reddit
bpmagic: A library to save and load chunks of boiler... • r/Python
1 points and 0 comments so far on reddit
I wrote this little toy today that probes random web servers and prints out the title of their index page. I'm curious if this code is any good since I'm a bit rusty.: https://www.reddit.com/r/Python/comments/6qozqf/i_wrote_this_little_toy_today_that_probes_random/
reddit
I wrote this little toy today that probes random web... • r/Python
**Get_titles.py** #!/usr/bin/env python """ Probe random web server and print out the title of their index page. """ ...
Writing an Unreal Engine 4 Collada Importer with Python: https://www.reddit.com/r/Python/comments/6qpf22/writing_an_unreal_engine_4_collada_importer_with/
reddit
Writing an Unreal Engine 4 Collada Importer with Python • r/Python
2 points and 0 comments so far on reddit
Is Python/Django a Good Tech Stack for Data Wranglers?: https://www.reddit.com/r/Python/comments/6qpu20/is_pythondjango_a_good_tech_stack_for_data/
reddit
Is Python/Django a Good Tech Stack for Data Wranglers? • r/Python
The Python/Django tech stack facilitates rapid development and is an excellent multi-purpose programming language. But can data wranglers use it...
How to open a link in a new tab without focus?: https://www.reddit.com/r/Python/comments/6qq6a6/how_to_open_a_link_in_a_new_tab_without_focus/
reddit
How to open a link in a new tab without focus? • r/Python
I have a script that opens about 100 links in new tabs. It opens one every 5 sec, however I'd like to open them without having the focus, like...
We can all finally stop nitpicking about trailing commas in code reviews: https://www.reddit.com/r/Python/comments/6qqdvy/we_can_all_finally_stop_nitpicking_about_trailing/
reddit
We can all finally stop nitpicking about trailing... • r/Python
3 points and 0 comments so far on reddit
Empty String Value in Dictionary - Dictionary Comprehension help?: https://www.reddit.com/r/Python/comments/6qqsb3/empty_string_value_in_dictionary_dictionary/
reddit
Empty String Value in Dictionary - Dictionary... • r/Python
I would submit this as a link post, but I need to further explain what the problem is. Apologies beforehand. Below is a link to my stackoverflow...
Should I pick up a 2nd language in addition to python?: https://www.reddit.com/r/Python/comments/6qr27j/should_i_pick_up_a_2nd_language_in_addition_to/
reddit
Should I pick up a 2nd language in addition to python? • r/Python
I learned python a few years ago, and even though I dabbled with other languages before (mainly c#), python is the first language I feel confident...
How I analyzed 10765 Smoothie Recipes Using Python: https://www.reddit.com/r/Python/comments/6qrc8w/how_i_analyzed_10765_smoothie_recipes_using_python/
reddit
How I analyzed 10765 Smoothie Recipes Using Python • r/Python
2 points and 0 comments so far on reddit
Python for Data Analysis and Visualization by Jose Portilla: https://www.reddit.com/r/Python/comments/6qrid8/python_for_data_analysis_and_visualization_by/
reddit
Python for Data Analysis and Visualization by Jose Portilla • r/Python
1 points and 0 comments so far on reddit
Uploadcare handles 350M daily file requests thanks to Python, Django, Flask, and Tornado (cool stack teardown): https://www.reddit.com/r/Python/comments/6qrq5w/uploadcare_handles_350m_daily_file_requests/
reddit
Uploadcare handles 350M daily file requests thanks to... • r/Python
2 points and 0 comments so far on reddit
Using SSH to execute python code on raspberry pi from iPad: https://www.reddit.com/r/Python/comments/6qsgpl/using_ssh_to_execute_python_code_on_raspberry_pi/
reddit
Using SSH to execute python code on raspberry pi from iPad • r/Python
Hey guys! So I'm curious, i have a text editor on my ipad that allows me to write python code. I've been able to connect to my raspberry pi via...
Manifest.in or setup.py package data to include an ini in a pip install?: https://www.reddit.com/r/Python/comments/6qsq2x/manifestin_or_setuppy_package_data_to_include_an/
reddit
Manifest.in or setup.py package data to include an ini... • r/Python
What is the best practice to include an ini file for a pip install? I have a program that has a template ini in its source files, but I'm not sure...
What software do you use to write Python?: https://www.reddit.com/r/Python/comments/6qstoy/what_software_do_you_use_to_write_python/
reddit
What software do you use to write Python? • r/Python
This might seem like a dumb question but I was just wondering what software you guys use to write Python code.