Static analysis checks of python code through flake8: https://www.reddit.com/r/Python/comments/4sb3ci/static_analysis_checks_of_python_code_through/
reddit
Static analysis checks of python code through flake8 • /r/Python
1 points and 0 comments so far on reddit
Meet 'Heinrichy', your personal assistant made fully in python especially for GNU/Linux.: https://www.reddit.com/r/Python/comments/4sbsi1/meet_heinrichy_your_personal_assistant_made_fully/
reddit
Meet 'Heinrichy', your personal assistant made fully... • /r/Python
1 points and 2 comments so far on reddit
(HELP) Python: Exporting SharePoint List to CSV: https://www.reddit.com/r/Python/comments/4sbvxq/help_python_exporting_sharepoint_list_to_csv/
reddit
(HELP) Python: Exporting SharePoint List to CSV • /r/Python
I'm trying to create a script to download SharePoint List items as CSV files (as opposed to manually downloading each one for a weekly...
Parsing packets in Scapy, but not from a file: https://www.reddit.com/r/Python/comments/4sbz71/parsing_packets_in_scapy_but_not_from_a_file/
reddit
Parsing packets in Scapy, but not from a file • /r/Python
I need to parse some traffic using Scapy. My parsing logic works fine, but I have only been using test .pcap files written to disk, that I have...
Parsing reddit with BeautifulSoup: https://www.reddit.com/r/Python/comments/4scaoi/parsing_reddit_with_beautifulsoup/
reddit
Parsing reddit with BeautifulSoup • /r/Python
How can I get an exact date of the reddit comment? Not the 14 hours ago, but the date, month and time which apear when you put your mouse there..
Advanced python interview questions: https://www.reddit.com/r/Python/comments/4sc4s1/advanced_python_interview_questions/
reddit
Advanced python interview questions • /r/Python
Hello, wonderful community of /r/python! There are a lot of "python interview questions" described on the internet. Which questions should you...
New Meetup Group in SF: Hire Python Developers. Our first event is on Monday, July 25th!: https://www.reddit.com/r/Python/comments/4sck9l/new_meetup_group_in_sf_hire_python_developers_our/
reddit
New Meetup Group in SF: Hire Python Developers. Our... • /r/Python
2 points and 1 comments so far on reddit
Caught Exception: Expected String or Buffer parsing JSON objects for use in DataFrame Pandas: https://www.reddit.com/r/Python/comments/4scwmo/caught_exception_expected_string_or_buffer/
reddit
Caught Exception: Expected String or Buffer parsing... • /r/Python
Hi Everyone, Having some trouble for work. Could anyone help me please solve this problem?...
Flask APScheduler - Cron Job only happens with active users on the page: http://stackoverflow.com/questions/38253672/flask-apscheduler-cron-job-only-happens-with-active-users-on-the-page
Stackoverflow
Flask APScheduler - Cron Job only happens with active users on the page
I have a low traffic internal webpage for which we use for the management of remote computers.
This webpage attempts to register a CRON job, so that once a week at a specified time, an e-mail will...
This webpage attempts to register a CRON job, so that once a week at a specified time, an e-mail will...
Glyph - Shipping Software To Users With Python - PyCon 2016 (or how to inflict intentional headaches): https://www.reddit.com/r/Python/comments/4sd5x8/glyph_shipping_software_to_users_with_python/
reddit
Glyph - Shipping Software To Users With Python - PyCon... • /r/Python
1 points and 0 comments so far on reddit
Chalice: Python Serverless Microframework for AWS: https://aws.amazon.com/blogs/developer/preview-the-python-serverless-microframework-for-aws/?sc_channel=sm
Why are my `binaryFiles` empty when I collect them in pyspark?: http://stackoverflow.com/questions/38256631/why-are-my-binaryfiles-empty-when-i-collect-them-in-pyspark
Stackoverflow
Why are my `binaryFiles` empty when I collect them in pyspark?
I have two zip files on hdfs in the same folder : /user/path-to-folder-with-zips/.
I pass that to "binaryfiles" in pyspark:
zips = sc.binaryFiles('/user/path-to-folder-with-zips/')
I'm trying to
I pass that to "binaryfiles" in pyspark:
zips = sc.binaryFiles('/user/path-to-folder-with-zips/')
I'm trying to
Python: Create Nomograms from Data (using PyNomo): http://stackoverflow.com/questions/38277062/python-create-nomograms-from-data-using-pynomo
Stack Overflow
Python: Create Nomograms from Data (using PyNomo)
I am working on Python 2.7. I want to create nomograms based on the data of various variables in order to predict one variable. I am looking into and have installed PyNomo package.
However, the f...
However, the f...
Best templating engine for non-web developers?: https://www.reddit.com/r/Python/comments/4sebdv/best_templating_engine_for_nonweb_developers/
reddit
Best templating engine for non-web developers? • /r/Python
Believe it or not, people are using python for non-html, non-xml tasks. And in many cases a templating engine is just what the doctor ordered....
What is the best way to download Sharepoint List items with Python?: https://www.reddit.com/r/Python/comments/4sec4r/what_is_the_best_way_to_download_sharepoint_list/
reddit
What is the best way to download Sharepoint List items... • /r/Python
Specifically with NTLM authentication.
How to write a dataset of Null Terminated Fixed Length Strings with h5py: http://stackoverflow.com/questions/38267076/how-to-write-a-dataset-of-null-terminated-fixed-length-strings-with-h5py
Stackoverflow
How to write a dataset of Null Terminated Fixed Length Strings with h5py
I have an example in C++ that I'm trying to reproduce using h5py, but it is not working as expected. I'm getting null padded strings with h5py where I expect null terminated strings.
Here is my C++
Here is my C++