Bonobo, the data-processing toolkit for Python 3.5 : https://www.bonobo-project.org/
www.bonobo-project.org
Bonobo • Data-processing for humans • Python ETL
Bonobo is an Extract Transform Load (ETL) framework for python 3.5+. Quick install, ten minutes to get started, write and run your first data processor.
Bonobo: A data processing toolkit for Python 3.5 : https://www.reddit.com/r/Python/comments/66x1qk/bonobo_a_data_processing_toolkit_for_python_35/
reddit
Bonobo: A data processing toolkit for Python 3.5+ • r/Python
2 points and 0 comments so far on reddit
Was thinking of reworking bash scripts into Python (no experience yet), although the script is run on servers with different versions (2.x and 3). What would be the best way of handling this?: https://www.reddit.com/r/Python/comments/66xqrx/was_thinking_of_reworking_bash_scripts_into/
reddit
Was thinking of reworking bash scripts into Python (no... • r/Python
Python versions would vary between 2.4.3, 2.6.6, 2.7.3, 2.7.5, and 3.2.3. The servers using 2.4.3 should be getting phased out in the near future...
Please Help !! i need to save logs about what the client is searching in my server !!: https://www.reddit.com/r/Python/comments/66y2mp/please_help_i_need_to_save_logs_about_what_the/
reddit
Please Help !! i need to save logs about what the... • r/Python
Server.py [#!/usr/bin/python import socket def Main () : server_name = '' server_port = 555 server_banner = """Sagem F@st 2604...
Interviewing for jobs. Looking for advice [bit of a rant]: https://www.reddit.com/r/Python/comments/66zcjn/interviewing_for_jobs_looking_for_advice_bit_of_a/
reddit
Interviewing for jobs. Looking for advice [bit of a rant] • r/Python
The situation: I finally started applying to positions at new jobs and I'm having a bit of a freakout. I'm looking for some advice/reassurance...
How I Learned to Stop Worrying and Love JSON Schema: https://www.reddit.com/r/Python/comments/66zsud/how_i_learned_to_stop_worrying_and_love_json/
reddit
How I Learned to Stop Worrying and Love JSON Schema • r/Python
1 points and 0 comments so far on reddit
Implementing an efficient graph data structure for maintaining cluster distances in the Rank-Order Clustering algorithm: http://stackoverflow.com/questions/43462035/implementing-an-efficient-graph-data-structure-for-maintaining-cluster-distances
Stackoverflow
Implementing an efficient graph data structure for maintaining cluster distances in the Rank-Order Clustering algorithm
I'm trying to implement the Rank-Order Clustering here is a link to the paper (which is a kind of agglomerative clustering) algorithm from scratch. I have read through the paper (many times) and I ...
Good info theory/communication systems libraries?: https://www.reddit.com/r/Python/comments/66zu1o/good_info_theorycommunication_systems_libraries/
reddit
Good info theory/communication systems libraries? • r/Python
Hey guys, I've got to model some info theory and comm theory stuff for a class. Does anyone know of a good library to mess around with LDPC...
Plotting the same column from various DataFrames in a Panel: http://stackoverflow.com/questions/43519643/plotting-the-same-column-from-various-dataframes-in-a-panel
Stackoverflow
Plotting the same column from various DataFrames in a Panel
I've got data from a simulation which gives me some values stored in a DataFrame (100 rows x 6 columns). For varying starting values I saved my data in a Panel (2 DataFrames x 100 rows x 6 columns)...
Take a screenshot of a web page using CEF Python library: https://www.reddit.com/r/Python/comments/670t3l/take_a_screenshot_of_a_web_page_using_cef_python/
reddit
Take a screenshot of a web page using CEF Python library
Here is a little introduction to CEF Python's library off-screen rendering features. At the beginning I will explain what is CEF Python and what...
IndexError: list index out of range [Python 3.x Web scraping]: http://stackoverflow.com/questions/43531481/indexerror-list-index-out-of-range-python-3-x-web-scraping
Stackoverflow
IndexError: list index out of range [Python 3.x Web scraping]
I am trying to grab geo locations using URLs from a csv by searching the twitter, tweets urls. The input file has more than 100K rows with bunch of columns.
I am using python 3.x anaconda with al...
I am using python 3.x anaconda with al...
Scaled score conversions (T to Z to IQ etc.): https://www.reddit.com/r/Python/comments/671fwy/scaled_score_conversions_t_to_z_to_iq_etc/
reddit
Scaled score conversions (T to Z to IQ etc.) • r/Python
Hello! This question could probably be posted somewhere else as it's more about statistics than python itself, but I'm coding in python, so I'll...