I want to submit code for others to use, where/how?: https://www.reddit.com/r/Python/comments/7e17g2/i_want_to_submit_code_for_others_to_use_wherehow/
reddit
I want to submit code for others to use, where/how? • r/Python
I am studying numpy and the function genfromtxt only works with ASCII which sucks for our utf-8 era, IMHO. So I wrote my version of the function...
Is there any code I can put in here to make the programe run continuously (new to python and programming in general) 2nd opperational program, first was a chat bot): https://www.reddit.com/r/Python/comments/7e1ggn/is_there_any_code_i_can_put_in_here_to_make_the/
reddit
Is there any code I can put in here to make the... • r/Python
0 points and 5 comments so far on reddit
Python scripts works perfectly but when packaged as an exe, it fails to execute: https://www.reddit.com/r/Python/comments/7e2amb/python_scripts_works_perfectly_but_when_packaged/
reddit
Python scripts works perfectly but when packaged as an... • r/Python
I have a Python script that works perfectly but when i package it into an executable, it fails immediately with the following error messagebox. ...
ORM or db driver? What's "best" in your opinion?: https://www.reddit.com/r/Python/comments/7e2i2p/orm_or_db_driver_whats_best_in_your_opinion/
reddit
ORM or db driver? What's "best" in your opinion? • r/Python
Hello all! I have a Python question that I’m hoping someone can give me an ELI5 answer in response: When using Python, what are the costs/benefits...
Paul Ross - Here be Dragons - Writing Safe C Extensions - PyCon 2016: https://www.reddit.com/r/Python/comments/7e2ei9/paul_ross_here_be_dragons_writing_safe_c/
reddit
Paul Ross - Here be Dragons - Writing Safe C Extensions... • r/Python
1 points and 1 comments so far on reddit
Impossible List Comprehension?: https://www.reddit.com/r/Python/comments/7e2x56/impossible_list_comprehension/
reddit
Impossible List Comprehension? • r/Python
Why is my code acting as if I set i = 2? idxToNbrs = {idx : set().union(*[nbrSet for nbrSet in lookupTables[i] if idx in nbrSet]) - {idx} for idx...
Introducing Olympus - A tool that instantly creates a REST API for any AI model (Python): https://www.reddit.com/r/Python/comments/7e2z5q/introducing_olympus_a_tool_that_instantly_creates/
reddit
Introducing Olympus - A tool that instantly creates a... • r/Python
1 points and 1 comments so far on reddit
Considering making something similar to UE4s Blueprints Visual Programming Language, but for python. Thoughts anyone?: https://www.reddit.com/r/Python/comments/7e382q/considering_making_something_similar_to_ue4s/
reddit
Considering making something similar to UE4s Blueprints... • r/Python
For anyone who is not familar with it BP is a "Visual Programming Language" that can be run as an interpreted system, or compiled to C++....
General purpose Application server in python: https://www.reddit.com/r/Python/comments/7e3ngl/general_purpose_application_server_in_python/
reddit
General purpose Application server in python • r/Python
Hi, I have read about flask, bottle can be used as app server for web services, web apps etc.. Can I use flask for general purpose application...
Getting into the Christmas spirit via Python: https://www.reddit.com/r/Python/comments/7e4ddn/getting_into_the_christmas_spirit_via_python/
reddit
Getting into the Christmas spirit via Python • r/Python
I have an hourly chime (via cron) on an always-on computer in my office. To help get into the Christmas spirit I decided to change it to run a...
Need a bit of advice on a chat room program.: https://www.reddit.com/r/Python/comments/7e4lwk/need_a_bit_of_advice_on_a_chat_room_program/
reddit
Need a bit of advice on a chat room program. • r/Python
Hello, I am building a chat room program that uses a server.py and multiple client.py instances to communicate. pretty standard...
Flask-Apscheduler - application not registered on db instance and no application bound to current context: https://stackoverflow.com/questions/40117324/flask-apscheduler-application-not-registered-on-db-instance-and-no-application
Stackoverflow
Flask-Apscheduler - application not registered on db instance and no application bound to current context
I get the following error
RuntimeError('application not registered on db '
RuntimeError: application not registered on db instance and no application bound to current context
in my flask
RuntimeError('application not registered on db '
RuntimeError: application not registered on db instance and no application bound to current context
in my flask
What version of linux do you use for Python Dev: https://www.reddit.com/r/Python/comments/7e4q3d/what_version_of_linux_do_you_use_for_python_dev/
reddit
What version of linux do you use for Python Dev • r/Python
I have been working in the tech support industry for years and I suppose you could say that I am feeling unfulfilled in this industry. I have no...
Multiple envs/projects under single jupyter notebook server: https://www.reddit.com/r/Python/comments/7e4wq7/multiple_envsprojects_under_single_jupyter/
reddit
Multiple envs/projects under single jupyter notebook server • r/Python
Hello all, is there any way to have a single jupyter notebook server run python kernels from different virtualenvs? I'm in a situation where I'm...
Help writing web crawlers - what else can be used besides Mechanize, particularly to interface with Java widgets?: https://www.reddit.com/r/Python/comments/7e4xer/help_writing_web_crawlers_what_else_can_be_used/
reddit
Help writing web crawlers - what else can be used... • r/Python
Hi all, I'd like to get better at writing simple web crawlers. I can do some basic stuff using Mechanize to link to web pages and fill out forms,...
How do I edge detect a live video with Canny edge detection?: https://www.reddit.com/r/Python/comments/7e5glv/how_do_i_edge_detect_a_live_video_with_canny_edge/
reddit
How do I edge detect a live video with Canny edge... • r/Python
I'm using python, and I'm kinda new as well. Does anyone have a method for OpenCV live video feed edge detection? Thanks