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
Embedding Python in another application: Is there a library for a Lua-like stack-based API?: https://www.reddit.com/r/Python/comments/4tr015/embedding_python_in_another_application_is_there/
reddit
Embedding Python in another application: Is there a... • /r/Python
[Here is an example](https://docs.python.org/2.7/extending/embedding.html#pure-embedding) of embedding Python in a C application. The API which...
Simplifying / optimizing a chain of for-loops: http://stackoverflow.com/questions/38424004/simplifying-optimizing-a-chain-of-for-loops
Stackoverflow
Simplifying / optimizing a chain of for-loops
I have a chain of for-loops that works on an original list of strings and then gradually filtering the list as it goes down the chain, e.g.:
import re
# Regex to check that a cap exist in string.
import re
# Regex to check that a cap exist in string.
Getting the opposite outputs from Tensorflow learn with OR gate: http://stackoverflow.com/questions/38425785/getting-the-opposite-outputs-from-tensorflow-learn-with-or-gate
Stackoverflow
Getting the opposite outputs from Tensorflow learn with OR gate
Given the DNN (simple case of multilayered perceptron) with 2 hidden layers of 5 and 3 dimensions respectively, I am training a model to recognize the OR gate.
Using tensorflow learn, it seems li...
Using tensorflow learn, it seems li...
Incremental Crawls Made Easy with Scrapy and DeltaFetch: https://www.reddit.com/r/Python/comments/4tr3fu/incremental_crawls_made_easy_with_scrapy_and/
reddit
Incremental Crawls Made Easy with Scrapy and DeltaFetch • r/Python
25 points and 2 comments so far on reddit
Roughly what percentage of your work time is spent writing code and what percentage is spent figuring out how to write that code?: https://www.reddit.com/r/Python/comments/4trfti/roughly_what_percentage_of_your_work_time_is/
reddit
Roughly what percentage of your work time is spent... • /r/Python
0 points and 0 comments so far on reddit
Python 101 teaching materials?: https://www.reddit.com/r/Python/comments/4trhj7/python_101_teaching_materials/
reddit
Python 101 teaching materials? • /r/Python
I'm an intermediate Python developer (application security is my field) and I am teaching 20 high school teachers some basic infosec at a national...
Code architecture: Best way to handle batch processing dirty data from cloud?: https://www.reddit.com/r/Python/comments/4tromc/code_architecture_best_way_to_handle_batch/
reddit
Code architecture: Best way to handle batch processing... • /r/Python
I am working on some data wrangling with some messy, code-breaking data interspersed with good data, and I'm looking for sane, 'pythonic' ways to...