Recommendations for a first open source project to contribute to: https://www.reddit.com/r/Python/comments/8kxeod/recommendations_for_a_first_open_source_project/
reddit
Recommendations for a first open source project to... • r/Python
I'm a data scientist with some experience writing ETL style pipelines, but for the most part most of my day is spent writing non\-production code...
Stop a celery worker processing tasks OR monitor 'unconsumed' tasks in Flower: https://stackoverflow.com/questions/50280321/stop-a-celery-worker-processing-tasks-or-monitor-unconsumed-tasks-in-flower
Stack Overflow
Stop a celery worker processing tasks OR monitor 'unconsumed' tasks in Flower
Suppose all my tasks on a celery queue are hitting a 3rd party API. However, the API has a rate limit, which I am keeping track of (there is a day limit and hourly limit which I need to respect). A...
tensorflow slice after pad doesnt work while without pad it does: https://stackoverflow.com/questions/50401102/tensorflow-slice-after-pad-doesnt-work-while-without-pad-it-does
Stack Overflow
tensorflow slice after pad doesnt work while without pad it does
using tensorflow 1.8
I have a RNN where I am trying to pad and then slice the features to normalized sentences of variable length
# param.batch_size = 32 params.max_doc_len = 10
# features is of...
I have a RNN where I am trying to pad and then slice the features to normalized sentences of variable length
# param.batch_size = 32 params.max_doc_len = 10
# features is of...
How does it look like when you start to work in a new company?: https://www.reddit.com/r/Python/comments/8kz9im/how_does_it_look_like_when_you_start_to_work_in_a/
reddit
How does it look like when you start to work in a new... • r/Python
Hi, i have a question to expierienced python developes. How does it look like when you start to work in a new company? Let's say you don't know...
Genetic algorithm /w Neural Network playing snake is not improving: https://stackoverflow.com/questions/50309918/genetic-algorithm-w-neural-network-playing-snake-is-not-improving
Stack Overflow
Genetic algorithm /w Neural Network playing snake is not improving
I am attempting to create a genetic algorithm to train a neural network, with the goal of playing the game snake.
The problem I am having is that the fitness of the generations isn't improving, it
The problem I am having is that the fitness of the generations isn't improving, it
How do I pass a variable through a dictionary, and not have the dict solve the variable and rather keep the name.: https://www.reddit.com/r/Python/comments/8kzirk/how_do_i_pass_a_variable_through_a_dictionary_and/
reddit
r/Python - How do I pass a variable through a dictionary, and not have the dict solve the variable and rather keep the name.
1 votes and 0 so far on reddit
A genetic algorithm package for 2D function maximization!: https://www.reddit.com/r/Python/comments/8kzmph/a_genetic_algorithm_package_for_2d_function/
reddit
r/Python - A genetic algorithm package for 2D function maximization!
1 votes and 0 so far on reddit
I need Python explained like I am baby: https://www.reddit.com/r/Python/comments/8kzq54/i_need_python_explained_like_i_am_baby/
reddit
I need Python explained like I am baby • r/Python
I know nothing about any language at all, but I want to learn Python. I went to youtube and watched some of an MIT course, but you can't see what...
Recommended way to find the source of a query when using Django?: https://stackoverflow.com/questions/50422261/recommended-way-to-find-the-source-of-a-query-when-using-django
Stack Overflow
Recommended way to find the source of a query when using Django?
I'm having difficulties with locating the source of the queries which I see in my database logs. I'm using Django, so the actual queries are generated automatically which makes a simple "grep"
Creating parallel axis plots with multiple datasets, color gradients, and brushing in Python: https://www.reddit.com/r/Python/comments/8l11w4/creating_parallel_axis_plots_with_multiple/
reddit
Creating parallel axis plots with multiple datasets,... • r/Python
0 points and 0 comments so far on reddit
Linear, nonlinear, and quadratic programming in Python: https://www.reddit.com/r/Python/comments/8l1289/linear_nonlinear_and_quadratic_programming_in/
reddit
Linear, nonlinear, and quadratic programming in Python • r/Python
0 points and 0 comments so far on reddit
What else would you use this for? Anti-Spoofing Face Recognition for ID verification.: https://www.reddit.com/r/Python/comments/8l14w9/what_else_would_you_use_this_for_antispoofing/
reddit
r/Python - What else would you use this for? Anti-Spoofing Face Recognition for ID verification.
26 votes and 4 so far on reddit
pdb interactive mode throught telnet and rdb: https://stackoverflow.com/questions/48340732/pdb-interactive-mode-throught-telnet-and-rdb
Stack Overflow
pdb interactive mode throught telnet and rdb
I'm debugging a python daemon on a embedded Linux board.
I ssh to the board on which I run the program and enter the
debugger. Given that it's a deamon process I'm using rdb from celery
#Install o...
I ssh to the board on which I run the program and enter the
debugger. Given that it's a deamon process I'm using rdb from celery
#Install o...