Why did Editra (Python code editor) fall out of favour?: https://www.reddit.com/r/Python/comments/6c5nyf/why_did_editra_python_code_editor_fall_out_of/
reddit
Why did Editra (Python code editor) fall out of favour? • r/Python
Editra has lots of functionality I've always wanted from a good Python editor, including (but not limited to) embedded interpreter and...
We're doing a free webinar today: Different Auth mechanisms in RESTful APIs (using Flask). In case anyone is interested.: https://www.reddit.com/r/Python/comments/6c5t82/were_doing_a_free_webinar_today_different_auth/
reddit
We're doing a free webinar today: Different Auth... • r/Python
2 points and 0 comments so far on reddit
List all attributes which are inherited by a class: http://stackoverflow.com/questions/44028984/list-all-attributes-which-are-inherited-by-a-class
Stack Overflow
List all attributes which are inherited by a class
Hi I have the below from which I am trying to pull data from Outlook using code obtained on StackOverflow.
Using the first loop, I am trying to gather all attributes available to the object.
Whi...
Using the first loop, I am trying to gather all attributes available to the object.
Whi...
What would be the best python framework to use to build a machine learning rest api?: https://www.reddit.com/r/Python/comments/6c5hnj/what_would_be_the_best_python_framework_to_use_to/
reddit
What would be the best python framework to use to build... • r/Python
What I want to do is build a simple mobile app that can detect images e.g. 'SEE-food'. I want to feed pictures into the camera using the app and...
Run a function after returning a value in flask from Ajax request?: https://www.reddit.com/r/Python/comments/6c7ao5/run_a_function_after_returning_a_value_in_flask/
reddit
Run a function after returning a value in flask from... • r/Python
Is it possible to return a value in flask from an Ajax request and then run a function so that the user doesn't have to wait for a response to...
Library to manage file system structure using templates/patterns in python: http://stackoverflow.com/questions/43956032/library-to-manage-file-system-structure-using-templates-patterns-in-python
Stackoverflow
Library to manage file system structure using templates/patterns in python
I'm looking for a library to be able to represent a file system structure using templates. One of the open source examples I know is this one
which is pretty neat, but AFAIK it does not support op...
which is pretty neat, but AFAIK it does not support op...
a "six degrees of separation" web applet to find the shortest path between two subreddits through related subreddits using networkx inside of a django app: https://www.reddit.com/r/Python/comments/6c82eu/a_six_degrees_of_separation_web_applet_to_find/
reddit
a "six degrees of separation" web applet to find the... • r/Python
I'm relatively new to Django, but I'm really enjoying using it so far. one of the first things I wanted to do with it is build some of my offline...
Parallel testing of IP addresses and domains in python.: https://www.reddit.com/r/Python/comments/6c83jq/parallel_testing_of_ip_addresses_and_domains_in/
reddit
Parallel testing of IP addresses and domains in python. • r/Python
2 points and 0 comments so far on reddit
Way to list connected usb devices?: https://www.reddit.com/r/Python/comments/6c89iz/way_to_list_connected_usb_devices/
reddit
Way to list connected usb devices? • r/Python
Working on something. I'm trying to figure out if I can display the connected usb devices through Python... Any project I could look at or...
Looking for a book about general programming design and method etc.: https://www.reddit.com/r/Python/comments/6c8b9w/looking_for_a_book_about_general_programming/
reddit
Looking for a book about general programming design and... • r/Python
Looking for a book about general programming design and method etc. Previously, I mainly apply programming on mumerical calculations. Later on, I...
Is there an opinionated web framework(like Ruby on Rails) in python ?: https://www.reddit.com/r/Python/comments/6c9cwo/is_there_an_opinionated_web_frameworklike_ruby_on/
reddit
Is there an opinionated web framework(like Ruby on... • r/Python
RoR makes web development really fast. One major reason is because it is an opinionated framework, which makes it possible to write generators in...
ChatOps with Python, Errbot and some PowerShell (PSConfEU 2017): https://www.reddit.com/r/Python/comments/6caf97/chatops_with_python_errbot_and_some_powershell/
reddit
ChatOps with Python, Errbot and some PowerShell... • r/Python
1 points and 0 comments so far on reddit
how to add two files data sequentially using python: https://www.reddit.com/r/Python/comments/6caqrg/how_to_add_two_files_data_sequentially_using/
reddit
how to add two files data sequentially using python • r/Python
create external table db.emp(id int,name string) row formatted fields terminated by ',' location 'hadfs:.../'; create external table db.emp1(id...