How does “retrieveDate” work in ExactTarget FUEL SDK?: https://www.reddit.com/r/Python/comments/4tmrkp/how_does_retrievedate_work_in_exacttarget_fuel_sdk/
reddit
How does “retrieveDate” work in ExactTarget FUEL SDK? • /r/Python
I am trying to setup the retrieve date function in ExactTarget but I am not pulling the data for the dates I need. **Would anyone know how the...
Model change email subscriptions in Django: http://stackoverflow.com/questions/38369982/model-change-email-subscriptions-in-django
Stackoverflow
Model change email subscriptions in Django
I have built a simple Project Management app in Django and would like to let users "subscribe" to teh progress of milestones. i.e. Leave their email address traced against a milestone (a model in D...
Monitor a cluster of nodes: http://stackoverflow.com/questions/38425519/monitor-a-cluster-of-nodes
Stackoverflow
Monitor a cluster of nodes
I have > 10 nodes in a cluster. I have installed an Hadoop stack on the cluster using Cloudera (YARN, HBase, Hue, Hadoop FS, Spark, Flink). Is there an easy way to gather global statistics of all o...
How could the following be written in 1 line instead of 2 lines of code.: https://www.reddit.com/r/Python/comments/4tnkvl/how_could_the_following_be_written_in_1_line/
reddit
How could the following be written in 1 line instead... • /r/Python
in_file = open(from_file) indata = in_file.read() I'm working my way through the "Learn Python the Hard Way" book by Zed Shaw and this is one of...
choosing a python orm...peewee vs sqlalchemy?: https://www.reddit.com/r/Python/comments/4tnqai/choosing_a_python_ormpeewee_vs_sqlalchemy/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
What Python articles have been life changing for you?: https://www.reddit.com/r/Python/comments/4tnsjh/what_python_articles_have_been_life_changing_for/
reddit
What Python articles have been life changing for you? • /r/Python
I would love to know from you which articles, talk or blogpost make a huge leap of your understanding on one part of Python that you find amazing...
If you are in Bilbao and want to attend EuroPython drop me a line. I have 2 complementary tix left.: https://www.reddit.com/r/Python/comments/4tnx3z/if_you_are_in_bilbao_and_want_to_attend/
reddit
If you are in Bilbao and want to attend EuroPython... • /r/Python
Email smortaz at microsoft.com Thx!
Want to create a bot that can interact with a website, is python the language to use for this?: https://www.reddit.com/r/Python/comments/4to97t/want_to_create_a_bot_that_can_interact_with_a/
reddit
Want to create a bot that can interact with a website,... • /r/Python
basically, I want to create a forum bot that can post what I need it to at a certain interval. Would this work in python? Would another language...
Question regarding Python IDE: https://www.reddit.com/r/Python/comments/4toryg/question_regarding_python_ide/
reddit
Question regarding Python IDE • /r/Python
Is there a python IDE on windows that allows you to send lines of python code or chunks to the interpreter using keyboard shortcut on Windows?...
Designing an advanced searching system?: https://www.reddit.com/r/Python/comments/4tosxe/designing_an_advanced_searching_system/
reddit
Designing an advanced searching system? • /r/Python
Hi r/python! I have a question regarding designing an advanced searching system. I currently have a few hundred thousand sentences of information...
Python regex expression question - string matching: https://www.reddit.com/r/Python/comments/4tq1s0/python_regex_expression_question_string_matching/
reddit
Python regex expression question - string matching • /r/Python
i have 2 strings S1 - qq and S2 - wertqqyyuqqnhqqq i want to use re.search(r'',S2) to find the start and end locations of the value q any...
Python: PEP 8 class name as variable: http://stackoverflow.com/questions/38433503/python-pep-8-class-name-as-variable
Stack Overflow
Python: PEP 8 class name as variable
Which is the convention according to PEP 8 for writing variables that identify class names (not instances)?
That is, given two classes, A and B, which of the following statements would be the righ...
That is, given two classes, A and B, which of the following statements would be the righ...
Concurrency with embedded Python in a multi-threaded C application: https://www.codevate.com/blog/7-concurrency-with-embedded-python-in-a-multi-threaded-c-application
Concurrency with embedded Python in a multi-threaded C application: https://www.reddit.com/r/Python/comments/4tqie8/concurrency_with_embedded_python_in_a/
reddit
Concurrency with embedded Python in a multi-threaded... • /r/Python
1 points and 0 comments so far on reddit