mirket - Get social stats for a URL: https://www.reddit.com/r/Python/comments/4ow6ri/mirket_get_social_stats_for_a_url/
reddit
mirket - Get social stats for a URL • /r/Python
Hello, I have just published a module that gets social stats for a URL. Comments and contributions are welcome! https://github.com/umutcoskun/mirket
I want to learn advanced Python: https://www.reddit.com/r/Python/comments/4owldk/i_want_to_learn_advanced_python/
reddit
I want to learn advanced Python • /r/Python
I already know the basics of Python like printing stuff, math, arrays, for/while loops, dicts, tuples, bla bla bla. I can create simple programs...
using decorators to persist python objects: http://stackoverflow.com/questions/37883015/using-decorators-to-persist-python-objects
Stackoverflow
using decorators to persist python objects
Code that I got from below link, can persist data to the disk.
http://tohyongcheng.github.io/python/2016/06/07/persisting-a-cache-in-python-to-disk.html
I tried it but the file does not get gene...
http://tohyongcheng.github.io/python/2016/06/07/persisting-a-cache-in-python-to-disk.html
I tried it but the file does not get gene...
mod_wsgi: Reload Code via Inotify - not every N seconds: http://stackoverflow.com/questions/37883127/mod-wsgi-reload-code-via-inotify-not-every-n-seconds
Stackoverflow
mod_wsgi: Reload Code via Inotify - not every N seconds
Up to now I followed this advice to reload the code:
https://code.google.com/archive/p/modwsgi/wikis/ReloadingSourceCode.wiki
This has the drawback, that the code changes get detected only every N
https://code.google.com/archive/p/modwsgi/wikis/ReloadingSourceCode.wiki
This has the drawback, that the code changes get detected only every N
Best Python Framework for ERP dev: https://www.reddit.com/r/Python/comments/4oxuz9/best_python_framework_for_erp_dev/
reddit
Best Python Framework for ERP dev • /r/Python
Hi, As the title says, I'm working in a custom clearance and logistics company as a dev, and my job is to dev an ERP. I started working on...
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...