how we can use python in telecommunications ?: https://www.reddit.com/r/Python/comments/66v6sg/how_we_can_use_python_in_telecommunications/
reddit
how we can use python in telecommunications ?
i was interested in computer science and programming ,but my love for networking and electronics took me to telecoms , i have been interested in...
Profiling Python web applications with visual tools: https://www.reddit.com/r/Python/comments/66v373/profiling_python_web_applications_with_visual/
reddit
Profiling Python web applications with visual tools • r/Python
5 points and 1 comments so far on reddit
Any suggestions for the begginers?: https://www.reddit.com/r/Python/comments/66pg0s/any_suggestions_for_the_begginers/
reddit
Any suggestions for the begginers? • r/Python
I have recently become interested in learning to code, and whats better place to start than python. So where should I start, I heard about...
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...