RoR developer/tester here learning Django. Is the Django built in test suite sufficient and in use in the industry?: https://www.reddit.com/r/Python/comments/4suuei/ror_developertester_here_learning_django_is_the/
reddit
RoR developer/tester here learning Django. Is the... • /r/Python
Coming from the Rails world. Rails has built in test features but they are almost unused in the "real" world. Instead, we opt for other suites...
Dynamically load/distribute core of python application into memory on a client's computer?: https://www.reddit.com/r/Python/comments/4suxsx/dynamically_loaddistribute_core_of_python/
reddit
Dynamically load/distribute core of python application... • /r/Python
I'm experimenting with different ways to control the distribution and a program I've written. I would like to run a simple client application...
Extracting value from a numpy array while iterating through a list.: https://www.reddit.com/r/Python/comments/4suzik/extracting_value_from_a_numpy_array_while/
reddit
Extracting value from a numpy array while iterating... • /r/Python
Hi, I am new to python. I am stuck retrieving the value from a numpy array, programmatically. I think it is a silly syntactical error. If anyone...
arc lint command fails with error #1: http://stackoverflow.com/questions/38331830/arc-lint-command-fails-with-error-1
Stack Overflow
arc lint command fails with error #1
I've configured arc lint to use pylint by defining linters in .arclint file:
{
"linters": {
"pylint": {
"type": "pylint",
"include": "(\\.py$)"
}
}
}
After exectuing arc lint
{
"linters": {
"pylint": {
"type": "pylint",
"include": "(\\.py$)"
}
}
}
After exectuing arc lint
Best automatic summarization library for python?: https://www.reddit.com/r/Python/comments/4svgho/best_automatic_summarization_library_for_python/
reddit
Best automatic summarization library for python? • /r/Python
I've stumbled with many diferent libraries for this topic and I'm kinda sceptic, so it's hard to chose one. Edit: typo.
Why CPython 3.5 is slower than PHP 7?: https://www.reddit.com/r/Python/comments/4svhku/why_cpython_35_is_slower_than_php_7/
reddit
Why CPython 3.5 is slower than PHP 7? • /r/Python
I've read the usual explanations for CPython being slower than V8: V8 has ton of money invested in, that means a more sophisticated VM that...
Is it possible to define functions in a loop?: https://www.reddit.com/r/Python/comments/4sx3kf/is_it_possible_to_define_functions_in_a_loop/
reddit
Is it possible to define functions in a loop? • /r/Python
I am trying to do a least squares fit on a 3 variable equation. (If there is a built in function to do this please let me know it would also solve...
Visual Studio Python, Auto Indentation, Autocomplete, Text color highlighting Are not working?: https://www.reddit.com/r/Python/comments/4sx6at/visual_studio_python_auto_indentation/
reddit
Visual Studio Python, Auto Indentation, Autocomplete,... • /r/Python
Hello folks, I am using Visual Studio 2015, I recently installed Python Extension that worked well at the beginning but now it doesnt work at all,...
[Developers needed for AID] Help find missing people in Nice in the aftermath of the terror attacks: https://www.reddit.com/r/Python/comments/4sxli8/developers_needed_for_aid_help_find_missing/
reddit
[Developers needed for AID] Help find missing people... • /r/Python
A python based twitter search to help catalogue a database of missing people in Nice in France in the aftermath of the terror attack. There is a...
TIdTCPServer/TIdTCPClient (delphi) in python?: https://www.reddit.com/r/Python/comments/4sy177/tidtcpservertidtcpclient_delphi_in_python/
reddit
TIdTCPServer/TIdTCPClient (delphi) in python? • /r/Python
Hello, I'm trying to communicate one master application in Delphi with one new application in Python. This master application communicates with...
GitHub - IPGP/scientific_python_cheat_sheet: simple overview of python, numpy, scipy, matplotlib functions that are useful for scientific work: https://www.reddit.com/r/Python/comments/4sy704/github_ipgpscientific_python_cheat_sheet_simple/
reddit
GitHub - IPGP/scientific_python_cheat_sheet: simple... • /r/Python
3 points and 1 comments so far on reddit
Building an artificial intelligence in Python. Where do I start?: https://www.reddit.com/r/Python/comments/4syafr/building_an_artificial_intelligence_in_python/
reddit
Building an artificial intelligence in Python. Where... • /r/Python
0 points and 2 comments so far on reddit
Python interfaces? What is it for? Or it is there because a Java developer happens to write Python?: https://www.reddit.com/r/Python/comments/4syboj/python_interfaces_what_is_it_for_or_it_is_there/
reddit
Python interfaces? What is it for? Or it is there... • /r/Python
2 points and 0 comments so far on reddit
Visualize Algorithms based on the Backpropagation: https://www.reddit.com/r/Python/comments/4syj3p/visualize_algorithms_based_on_the_backpropagation/
reddit
Visualize Algorithms based on the Backpropagation • /r/Python
1 points and 0 comments so far on reddit
Why do i feel that python is different for me?: https://www.reddit.com/r/Python/comments/4syqnu/why_do_i_feel_that_python_is_different_for_me/
reddit
Why do i feel that python is different for me? • /r/Python
So i have been very common with C# for a year or so, i am still in the basics and didnt learn anything else yet, Just the basics. S, i started...