neat-python (evolution of arbitrary neural networks) v0.9 release: big refactoring, easier customization: https://www.reddit.com/r/Python/comments/5odged/neatpython_evolution_of_arbitrary_neural_networks/
reddit
neat-python (evolution of arbitrary neural networks)... • /r/Python
1 points and 0 comments so far on reddit
Pyinstaller image does not load: http://stackoverflow.com/questions/41646891/pyinstaller-image-does-not-load
Stack Overflow
Pyinstaller image does not load
The Problem
Im trying to turn a python file into an EXE file, however I seem to be running into the same problem every single time, whether it is CX_Freeze or Pyinstaller. I just tried using pyins...
Im trying to turn a python file into an EXE file, however I seem to be running into the same problem every single time, whether it is CX_Freeze or Pyinstaller. I just tried using pyins...
Keras Custom Metric for single class accuracy: http://stackoverflow.com/questions/41458859/keras-custom-metric-for-single-class-accuracy
Stack Overflow
Keras Custom Metric for single class accuracy
I am building a custom metric to measure the accuracy of one class in my multi-class dataset during training. I am having trouble selecting the class.
The targets are one hot (e.g: the class 0 la...
The targets are one hot (e.g: the class 0 la...
Is multiple helper files better or putting all code in 1 .py file better?: https://www.reddit.com/r/Python/comments/5oeda2/is_multiple_helper_files_better_or_putting_all/
reddit
Is multiple helper files better or putting all code in... • /r/Python
I come from a C# background where its common to have helper classes for task you do often. But what im wondering is whats the best practices in...
Tkinter canvas zoom move/pan: http://stackoverflow.com/questions/41656176/tkinter-canvas-zoom-move-pan
Stack Overflow
Tkinter canvas zoom + move/pan
Tkinter's canvas widget has built-in features to:
move/pan the canvas (for example with Click + Drag) with canvas.scan_mark and canvas.scan_dragto, see this question
zoom the vector elements on the
move/pan the canvas (for example with Click + Drag) with canvas.scan_mark and canvas.scan_dragto, see this question
zoom the vector elements on the
I need a Python module that helps me parse a site that contains JS: https://www.reddit.com/r/Python/comments/5oejrv/i_need_a_python_module_that_helps_me_parse_a_site/
reddit
I need a Python module that helps me parse a site that... • /r/Python
So there is a website that I would like to be able to parse data from which when I looked up the source from my browser it looked really easy, but...
Cannot install python --with-brewed-openssl (Homebrew)?: https://www.reddit.com/r/Python/comments/5of03m/cannot_install_python_withbrewedopenssl_homebrew/
reddit
Cannot install python --with-brewed-openssl (Homebrew)? • /r/Python
Hello, My python is relying on an old version of openssl, so I am trying to run brew install python --with-brewed-openssl But this gives:...
Automate the deployment of Flask apps behind Nginx and LetsEncrypt: https://www.reddit.com/r/Python/comments/5of19b/automate_the_deployment_of_flask_apps_behind/
reddit
Automate the deployment of Flask apps behind Nginx and... • /r/Python
2 points and 0 comments so far on reddit
should i go for microservices or launch as monolithic?: https://www.reddit.com/r/Python/comments/5of48c/should_i_go_for_microservices_or_launch_as/
reddit
should i go for microservices or launch as monolithic? • /r/Python
i am working on a side project "my own startup", i have been coding it for sometime now, and i have decided to go with the following stack: Falcon...
Need help programming a capitalization randomizer: https://www.reddit.com/r/Python/comments/5ofeb0/need_help_programming_a_capitalization_randomizer/
reddit
Need help programming a capitalization randomizer • /r/Python
I want to make a program where you type in some input, and it capitalizes it randomly in all form possible. For example: I type "Zhredd" for the...
data exploratory IDE (not including spyder) for python: http://stackoverflow.com/questions/41562446/data-exploratory-ide-not-including-spyder-for-python
Stackoverflow
data exploratory IDE (not including spyder) for python
I am a python user who is dependent on pandas/numpy/bokeh for data analysis.
I normally use Jupyter notebook for all my prototyping and exploratory work, however I find that the notebook does not
I normally use Jupyter notebook for all my prototyping and exploratory work, however I find that the notebook does not
How to get a large amount of tweets?: https://www.reddit.com/r/Python/comments/5ofjw1/how_to_get_a_large_amount_of_tweets/
reddit
How to get a large amount of tweets? • /r/Python
I've been playing around with the tweepy package and it's straightforward but it only seems to give me 100 or so tweets before I get an error....
Is there any reason to use Flask over Sanic?: https://www.reddit.com/r/Python/comments/5og4hl/is_there_any_reason_to_use_flask_over_sanic/
reddit
Is there any reason to use Flask over Sanic?
One I can think of is the larger amount of existing tutorials, extensions, etc. but is there anything better in Flask *itself* compared to the...
Connection problems with SQLAlchemy and multiple processes: http://stackoverflow.com/questions/41279157/connection-problems-with-sqlalchemy-and-multiple-processes
Stack Overflow
Connection problems with SQLAlchemy and multiple processes
I'm using PostgreSQL and SQLAlchemy in a project that consists of a main process which launches child processes. All of these processes access the database via SQLAlchemy.
I'm experiencing repeata...
I'm experiencing repeata...
Python Mocking db connection/unknown type in unit test: http://stackoverflow.com/questions/41579426/python-mocking-db-connection-unknown-type-in-unit-test
Stack Overflow
Python Mocking db connection/unknown type in unit test
Newby to python here.
My class uses a database connection to wrap some functions. I have figured out some basic examples successfully. For the more complex library that I am working with, I cannot...
My class uses a database connection to wrap some functions. I have figured out some basic examples successfully. For the more complex library that I am working with, I cannot...
Kind of in a weird spot, but wanting to learn more Python.: https://www.reddit.com/r/Python/comments/5ogfm5/kind_of_in_a_weird_spot_but_wanting_to_learn_more/
reddit
Kind of in a weird spot, but wanting to learn more Python. • /r/Python
Hi everyone, let me paint you a picture. Imagine a young, starry eyed freshman in college (who, spoiler alert, is me) learning Excel in a...