Curious Containers: a cluster computing software with Docker Swarm support written in Python: https://www.reddit.com/r/Python/comments/52dqmy/curious_containers_a_cluster_computing_software/
reddit
Curious Containers: a cluster computing software with... • /r/Python
Hi everybody, I developed an open source cluster computing software in Python during the last half year. This software executes data-centric...
Response to my script for a small python calculator coding challenge.: https://www.reddit.com/r/Python/comments/52dywa/response_to_my_script_for_a_small_python/
reddit
Response to my script for a small python calculator... • /r/Python
5 points and 0 comments so far on reddit
Execute multiple independent statements in SQLAlchemy Core?: http://stackoverflow.com/questions/37288420/execute-multiple-independent-statements-in-sqlalchemy-core
Stack Overflow
Execute multiple independent statements in SQLAlchemy Core?
I'm using SQLAlchemy Core to run a few independent statements. The statements are to separate tables and unrelated. Because of that I can't use the standard table.insert() with multiple dictionari...
Are there any ViewModel libraries for Python?: https://www.reddit.com/r/Python/comments/52eb24/are_there_any_viewmodel_libraries_for_python/
reddit
Are there any ViewModel libraries for Python? • /r/Python
I'm more of a Ruby on Rails guy as of now, but I'm digging into Python now. I've played with Django a bit and now I'm making a small Flask...
pyinfra - Deploy stuff by diff-ing the state you want against the remote server: https://www.reddit.com/r/Python/comments/52ebj4/pyinfra_deploy_stuff_by_diffing_the_state_you/
reddit
pyinfra - Deploy stuff by diff-ing the state you want... • /r/Python
1 points and 0 comments so far on reddit
How do I make a custom model Field call to_python when the field is accessed immediately after initialization (not loaded from DB) in Django >=1.10?: http://stackoverflow.com/questions/39392343/how-do-i-make-a-custom-model-field-call-to-python-when-the-field-is-accessed-imm
Stack Overflow
How do I make a custom model Field call to_python when the field is accessed immediately after initialization (not loaded from…
After upgrading from Django 1.9 to 1.10, I've experienced a change in behaviour with a field provided by the django-geolocation package.
This is the change that was made for 1.10 compatibility that
This is the change that was made for 1.10 compatibility that
How to make kafka-python or pykafka work as an async producer with uwsgi and gevent?: http://stackoverflow.com/questions/37693563/how-to-make-kafka-python-or-pykafka-work-as-an-async-producer-with-uwsgi-and-gev
Stack Overflow
How to make kafka-python or pykafka work as an async producer with uwsgi and gevent?
My Stack is uwsgi with gevents. I am trying to wrap my api end points with a decorator to push all request data (url, method, body and response) to a kafka topic, But its not working. My theory is
Where to find Python jobs for foreign employees?: https://www.reddit.com/r/Python/comments/52eiup/where_to_find_python_jobs_for_foreign_employees/
reddit
Where to find Python jobs for foreign employees? • /r/Python
As a foreign employee, I want to find jobs in North America (Canada/U.S.) but I am not there now. I think if there's a firm which can offer a...
0 Downloading client with support for multiple IP addresses / adapters: https://www.reddit.com/r/Python/comments/52em0t/0_downloading_client_with_support_for_multiple_ip/
reddit
0 Downloading client with support for multiple IP... • /r/Python
0 points and 0 comments so far on reddit
How to traverse cyclic directed graphs with modified DFS algorithm: http://stackoverflow.com/questions/39427638/how-to-traverse-cyclic-directed-graphs-with-modified-dfs-algorithm
Stack Overflow
How to traverse cyclic directed graphs with modified DFS algorithm
OVERVIEW
I'm trying to figure out how to traverse directed cyclic graphs using some sort of DFS iterative algorithm. Here's a little mcve version of what I currently got implemented (it doesn't deal
I'm trying to figure out how to traverse directed cyclic graphs using some sort of DFS iterative algorithm. Here's a little mcve version of what I currently got implemented (it doesn't deal
Recently here was posted great library to improve scans/photos of text. Help to find it again.: https://www.reddit.com/r/Python/comments/52es68/recently_here_was_posted_great_library_to_improve/
reddit
Recently here was posted great library to improve... • /r/Python
Here was link to github repo. It should be fresh. Unfortunately I forgot to bookmark it. So can't find it now :(
How to smartly match two data frames using Python (using pandas or other means)?: http://stackoverflow.com/questions/39353215/how-to-smartly-match-two-data-frames-using-python-using-pandas-or-other-means
Stack Overflow
How to smartly match two data frames using Python (using pandas or other means)?
I have one pandas dataframe composed of the names of the world's cities as well as countries, to which cities belong,
city.head(3)
city country
0 Qal eh-ye Now Afghanistan
1 Chaghcha...
city.head(3)
city country
0 Qal eh-ye Now Afghanistan
1 Chaghcha...
3d body manipulation library?: https://www.reddit.com/r/Python/comments/52f8if/3d_body_manipulation_library/
reddit
3d body manipulation library? • /r/Python
I would like to be able to import a 3d body (from CAD software), manipulate it (shift, rotate, intersect with another body), calculate its volume,...
AI challenge in 78 lines of Python (top 5% on Codingame): https://www.reddit.com/r/Python/comments/52f50j/ai_challenge_in_78_lines_of_python_top_5_on/
reddit
AI challenge in 78 lines of Python (top 5% on Codingame) • /r/Python
3 points and 0 comments so far on reddit
Tydy - statically typed, functional-first programming language implemented as a Python library: https://www.reddit.com/r/Python/comments/52f2lx/tydy_statically_typed_functionalfirst_programming/
reddit
Tydy - statically typed, functional-first programming... • /r/Python
3 points and 1 comments so far on reddit
Getting cx_Oracle with correct case using conda: http://stackoverflow.com/questions/39420508/getting-cx-oracle-with-correct-case-using-conda
Stackoverflow
Getting cx_Oracle with correct case using conda
I'm new to Python. I'm using the Anaconda 4.1.1 (Python 3.5.2) distribution on Ubuntu. I started working on a project that uses cx_Oracle. O could of course install cx_Oracle using pip.
pip install
pip install
compare two results (of many) from api data with django/python: http://stackoverflow.com/questions/39322150/compare-two-results-of-many-from-api-data-with-django-python
Stackoverflow
compare two results (of many) from api data with django/python
I'm learning django/python/css/etc... and while doing this, I've decided to build an app for my website that can pull simple movie data from TMDb. What I'm having trouble with is figuring out a way...
How do you control user access to records in a key-value database?: http://stackoverflow.com/questions/39423756/how-do-you-control-user-access-to-records-in-a-key-value-database
Stackoverflow
How do you control user access to records in a key-value database?
I have a web application that accesses large amounts of JSON data.
I want to use a key value database for storing JSON data owned/shared by different users of the web application (not users of the
I want to use a key value database for storing JSON data owned/shared by different users of the web application (not users of the