Choosing a framework: django or flask for 3 week contract. Looking to get a full time Python dev job: https://www.reddit.com/r/Python/comments/4oy185/choosing_a_framework_django_or_flask_for_3_week/
reddit
Choosing a framework: django or flask for 3 week... • /r/Python
Hello there, I am a PHP (5.4+ lower versions suck) programmer for 5 years. I have worked mostly on web applications and platforms using PHP not...
Which version of Python (2vs3) do London Data Scientists use? Results from 466 Data Scientists: https://www.reddit.com/r/Python/comments/4oydco/which_version_of_python_2vs3_do_london_data/
reddit
Which version of Python (2vs3) do London Data... • /r/Python
1 points and 0 comments so far on reddit
Rotation argument for scikit-learn's factor analysis: http://stackoverflow.com/questions/37221635/rotation-argument-for-scikit-learns-factor-analysis
Stackoverflow
Rotation argument for scikit-learn's factor analysis
One of the hallmarks of factor analysis is that it allows for non-orthogonal latent variables.
In R for example this feature is accessible via the rotation parameter of factanal.
Is there any such
In R for example this feature is accessible via the rotation parameter of factanal.
Is there any such
Help with building an extension for a Python library: https://www.reddit.com/r/Python/comments/4oymkm/help_with_building_an_extension_for_a_python/
reddit
Help with building an extension for a Python library • /r/Python
I'm stuck at deciding how to build extensions for a Python library I'm building. I need users to create a file of some sort which has two...
I was tired of going to sleep too late, so i finally put my raspberry pi to good use. Its a hacky project, but maybe someone else can benefit from it.: https://www.reddit.com/r/Python/comments/4oyv77/i_was_tired_of_going_to_sleep_too_late_so_i/
reddit
I was tired of going to sleep too late, so i finally... • /r/Python
1 points and 0 comments so far on reddit
python sending TCP/IP data instantly: http://stackoverflow.com/questions/37825871/python-sending-tcp-ip-data-instantly
Stack Overflow
python sending TCP/IP data instantly
I am currently sending data over TCP/IP in myserver using something like this
for str in lst:
data = str + "\n"
self._conn.sendall(data)
Now suppose my list has the following two string in ...
for str in lst:
data = str + "\n"
self._conn.sendall(data)
Now suppose my list has the following two string in ...
How are you using Python scripts as your personal assistant at work?: https://www.reddit.com/r/Python/comments/4oyya0/how_are_you_using_python_scripts_as_your_personal/
reddit
How are you using Python scripts as your personal assistant at work?
Interested to hear how you are using Python scripts as your personal assistant to enable your work. I know this question is asked often but each...
Python PDF Form Data Manipulation - Debugging: https://www.reddit.com/r/Python/comments/4ozimz/python_pdf_form_data_manipulation_debugging/
reddit
Python PDF Form Data Manipulation - Debugging • /r/Python
Hey guys, I am trying to take a PDF that has "PDF Forms" within the file, and run a simple Python script to fill out all of the "PDF...
MY FIRST REDDIT POST AND PYTHON CODE: https://www.reddit.com/r/Python/comments/4ozz55/my_first_reddit_post_and_python_code/
reddit
MY FIRST REDDIT POST AND PYTHON CODE • /r/Python
Hi everyone I am new to the python and thought that I needed some friends in on my project :) I just wanted to show you guys what I am planning...
sublime text interpreter not showing Python output: https://www.reddit.com/r/Python/comments/4ozrft/sublime_text_interpreter_not_showing_python_output/
reddit
sublime text interpreter not showing Python output • /r/Python
hi. I'm new to python and trying to work with simple letter strings and the print command in my first python lessons. However, in my sublime text...
Can you write a full fledged android game purely in Python?: https://www.reddit.com/r/Python/comments/4oztmt/can_you_write_a_full_fledged_android_game_purely/
reddit
Can you write a full fledged android game purely in... • /r/Python
1 points and 3 comments so far on reddit
In hopes of learning Python, I built a Dad joke Slackbot.: https://www.reddit.com/r/Python/comments/4ozsxj/in_hopes_of_learning_python_i_built_a_dad_joke/
reddit
In hopes of learning Python, I built a Dad joke Slackbot. • /r/Python
6 points and 1 comments so far on reddit
How do I nest one form-wizard inside another?: http://stackoverflow.com/questions/37868262/how-do-i-nest-one-form-wizard-inside-another
Stackoverflow
How do I nest one form-wizard inside another?
I am implementing a web-app, using Django v1.9. I need deployment and configuration of the site to be as foolproof as possible.
So I want to implement a First Use scenario, which allows the site a...
So I want to implement a First Use scenario, which allows the site a...
IT does not want me to have pip: https://www.reddit.com/r/Python/comments/4p13eh/it_does_not_want_me_to_have_pip/
reddit
IT does not want me to have pip • /r/Python
I use Python primary for data analysis in iPython notebook. So far, I've used it at home. I'd like to use it at work; however IT has told me they...
I wrote a twitter bot that tries to decide if events have occurred: https://www.reddit.com/r/Python/comments/4p17pp/i_wrote_a_twitter_bot_that_tries_to_decide_if/
reddit
I wrote a twitter bot that tries to decide if events... • /r/Python
0 points and 0 comments so far on reddit
Using py.test with compiled library code: http://stackoverflow.com/questions/37307339/using-py-test-with-compiled-library-code
Stackoverflow
Using py.test with compiled library code
I have a python library with the following repository structure:
repobase
|- mylibrary
| |- __init__.py
|- tests
|- test_mylibrary.py
Up to now, running the tests could simply be done by
repobase
|- mylibrary
| |- __init__.py
|- tests
|- test_mylibrary.py
Up to now, running the tests could simply be done by