Zulip 1.7 released (open-source Slack alternative optimized for productivity): https://www.reddit.com/r/Python/comments/78p3zu/zulip_17_released_opensource_slack_alternative/
reddit
Zulip 1.7 released (open-source Slack alternative... • r/Python
7 points and 1 comments so far on reddit
Generating Slit Scan Images in Python with MoviePy and PIL: https://www.reddit.com/r/Python/comments/78ppky/generating_slit_scan_images_in_python_with/
reddit
Generating Slit Scan Images in Python with MoviePy and PIL • r/Python
2 points and 0 comments so far on reddit
Python based problem solving game sort of thing: https://www.reddit.com/r/Python/comments/78pyiu/python_based_problem_solving_game_sort_of_thing/
reddit
Python based problem solving game sort of thing • r/Python
I have being using python for the last few months and have come quite adept with it. I am now looking to move further on from making command line...
What's the best way to consolidate and manage multiple instances of Python?: https://www.reddit.com/r/Python/comments/78qh92/whats_the_best_way_to_consolidate_and_manage/
reddit
What's the best way to consolidate and manage multiple... • r/Python
Someone recommended I use pyenv and oh god I wish I never listened, I'm pretty sure I've fucked up everything even worse as well as my...
Google is holding back Python3 adoption: https://www.reddit.com/r/Python/comments/78qbwd/google_is_holding_back_python3_adoption/
reddit
Google is holding back Python3 adoption • r/Python
Every time I search for documentation, I get Python 2 results instead of Python 3. I just searched "python 3 multiprocessing" and didn't get a...
Class Function asking me to input self parameter: https://www.reddit.com/r/Python/comments/78r2t4/class_function_asking_me_to_input_self_parameter/
reddit
Class Function asking me to input self parameter • r/Python
I was trying to make a function in a class and use it outside of the class like this class TestClass: def __init__(self): ...
[regular expressions]re.sub doesn't seem to want to accept that my raw string is a raw string: https://www.reddit.com/r/Python/comments/78rtd2/regular_expressionsresub_doesnt_seem_to_want_to/
reddit
[regular expressions]re.sub doesn't seem to want to... • r/Python
def remove_chars(s): s = re.sub(r"!.1234567890", '' , s) return s I know it's working right with one or two at a time and I...
Can someone please fix this simple bug?: https://www.reddit.com/r/Python/comments/78sl1m/can_someone_please_fix_this_simple_bug/
reddit
Can someone please fix this simple bug? • r/Python
https://github.com/crossbario/autobahn-testsuite/issues/71 The problem is that the test splits utf-8 code points inside the corpus, which causes...
Vispy 0.5.0 released: high-performance interactive 2D/3D data visualization library: https://www.reddit.com/r/Python/comments/78sngz/vispy_050_released_highperformance_interactive/
reddit
Vispy 0.5.0 released: high-performance interactive... • r/Python
1 points and 0 comments so far on reddit
Python requests to loop over the list and click button: https://www.reddit.com/r/Python/comments/78t3p4/python_requests_to_loop_over_the_list_and_click/
reddit
Python requests to loop over the list and click button • r/Python
Hi, My question is i want to web scrape a website http://up-rera.in/ , by clicking inspect element websites throws to a different link which is...
[Discuss] What's your go-to music to listen to while programming?: https://www.reddit.com/r/Python/comments/78t05a/discuss_whats_your_goto_music_to_listen_to_while/
reddit
[Discuss] What's your go-to music to listen to while... • r/Python
1 points and 10 comments so far on reddit
Why do you need brackets when printing in python (on windows): https://www.reddit.com/r/Python/comments/78tafv/why_do_you_need_brackets_when_printing_in_python/
reddit
Why do you need brackets when printing in python (on... • r/Python
So I'm relatively new to python, but I've learned a little bit of python from one of my classes (we use a Mac). When I installed python 3.6.3 on...
Compatibility of versions for compiled Python code using modules: https://stackoverflow.com/questions/46886704/compatibility-of-versions-for-compiled-python-code-using-modules
Stackoverflow
Compatibility of versions for compiled Python code using modules
Suppose I compile some python files (.py to .pyc / .pyo) containing code using modules like NumPy, SciPy, MatPlotLib. If I execute them on another configuration (i.e. the client), is it required that
Tips for transitioning from MATLAB to Python 3: https://www.reddit.com/r/Python/comments/78tlwl/tips_for_transitioning_from_matlab_to_python_3/
reddit
Tips for transitioning from MATLAB to Python 3 • r/Python
I'm a mechanical engineering student looking to start using Python where I currently use MATLAB all the time. I've been told Python in combination...
CLI tool to deploy ML applications to your own server with a single command: https://www.reddit.com/r/Python/comments/78twjv/cli_tool_to_deploy_ml_applications_to_your_own/
reddit
CLI tool to deploy ML applications to your own server... • r/Python
1 points and 0 comments so far on reddit
How do I get an AWS Lambda Remaining time using Python and Zappa?: https://stackoverflow.com/questions/45106563/how-do-i-get-an-aws-lambda-remaining-time-using-python-and-zappa
Stackoverflow
How do I get an AWS Lambda Remaining time using Python and Zappa?
I'm using Flask and Zappa to deploy to AWS Lambda, but one of my takes more than 300 seconds to execute so the lambda shuts down.
I'd like to call another lambda before it happens to finish the wo...
I'd like to call another lambda before it happens to finish the wo...
Duplicate code sections detector?: https://www.reddit.com/r/Python/comments/78ty26/duplicate_code_sections_detector/
reddit
Duplicate code sections detector? • r/Python
Hi there, My question may not all Python related, but I think it will do. I'm a new CS teacher and my students are currently having an exam...
Weekend Project: Folder names as string to scrape a website?: https://www.reddit.com/r/Python/comments/78u72k/weekend_project_folder_names_as_string_to_scrape/
reddit
Weekend Project: Folder names as string to scrape a... • r/Python
Hi all Wondering what your guidance might be, as I feel something may all ready exist and would just need customising: I want to scrape a site...