Django based web app with Facebook Graph API implementation: https://www.reddit.com/r/Python/comments/6w5kn3/django_based_web_app_with_facebook_graph_api/
reddit
Django based web app with Facebook Graph API implementation • r/Python
1 points and 0 comments so far on reddit
pypcap(minGW) for python to sniff in Window OS: https://www.reddit.com/r/Python/comments/6w5m6r/pypcapmingw_for_python_to_sniff_in_window_os/
reddit
pypcap(minGW) for python to sniff in Window OS • r/Python
I am working in an offline setup and i need to sniff mac address in window platform OS. Understand pypcap is pcap wrapper for python 3.6 or python...
Installing Chocolatey in Offline Setup: https://www.reddit.com/r/Python/comments/6w5p54/installing_chocolatey_in_offline_setup/
reddit
Installing Chocolatey in Offline Setup • r/Python
Need to download Chocolatey under offline pc. With internet, i understand i can run (https://chocolatey.org/install) in Window powershell. Please...
Peeking stdout of subprocess.Popen objects does not behave correctly, am I missing something?: https://www.reddit.com/r/Python/comments/6w5x57/peeking_stdout_of_subprocesspopen_objects_does/
reddit
Peeking stdout of subprocess.Popen objects does not... • r/Python
An [SO question I opened](https://stackoverflow.com/q/45896398/867814) Reposting here since it's probably gonna get closed like everything else...
What are some good examples of small scale neural network programming?: https://www.reddit.com/r/Python/comments/6w6d9n/what_are_some_good_examples_of_small_scale_neural/
reddit
What are some good examples of small scale neural... • r/Python
I'm very interested in neural networks and have been playing around with Googles Tensorflow on Python. I've done some reading on the subject and...
Python Wrapper API to load cryptocurrencies prices from main exchanges: https://gmarti.gitlab.io/cryptocurrency/2017/08/25/download-cryptocoins-api-python.html
gmarti.gitlab.io
Download & Play with Cryptocurrencies Historical Data in Python
To access the CryptoCompare public API in Python, we can use the following Python wrapper available on GitHub: cryCompare.
CrowdMaster v1.3.2 - Crowd Simulation for the Masses: https://www.reddit.com/r/Python/comments/6w6svp/crowdmaster_v132_crowd_simulation_for_the_masses/
reddit
CrowdMaster v1.3.2 - Crowd Simulation for the Masses • r/Python
1 points and 0 comments so far on reddit
Is Python a good language to learn for a newbie?: https://www.reddit.com/r/Python/comments/6w6ssr/is_python_a_good_language_to_learn_for_a_newbie/
reddit
Is Python a good language to learn for a newbie? • r/Python
I have no coding skills whatsoever so im wondering if python is a good language to start? I have experience with using linux terminals and have a...
Nice migration strategy for Stale Pickled Objects: https://www.reddit.com/r/Python/comments/6w7j8r/nice_migration_strategy_for_stale_pickled_objects/
reddit
Nice migration strategy for Stale Pickled Objects • r/Python
1 points and 0 comments so far on reddit
How can I invert the cursor movement in python?: https://stackoverflow.com/questions/45766764/how-can-i-invert-the-cursor-movement-in-python
Stack Overflow
How can I invert the cursor movement in python?
In this code, I'm using Python 2.7.13, OpenCV 2.4.13 and PyAutoGUI 0.9.36. The objective is to move the cursor according to the facial movement, but the cursor movement is inverted. For example, if...
I have an obscure bug in my code and I have absolutely no idea about what to do.: https://www.reddit.com/r/Python/comments/6w7yw4/i_have_an_obscure_bug_in_my_code_and_i_have/
reddit
I have an obscure bug in my code and I have absolutely... • r/Python
I'll also be posting this in /r/learnpython, but I consider this so weird and I'm so desperate that I just need someone to talk with this...
Working API to DB, any project ideas?: https://www.reddit.com/r/Python/comments/6w83od/working_api_to_db_any_project_ideas/
reddit
Working API to DB, any project ideas? • r/Python
Currently, I have built an API flask server that is capable of reading+ writing to an Sqlite3 db. Any suggestions on how I can further this...
Best way to export my program into an .exe or at least something I can run?: https://www.reddit.com/r/Python/comments/6w8r75/best_way_to_export_my_program_into_an_exe_or_at/
reddit
Best way to export my program into an .exe or at least... • r/Python
I have made what it my first python program and I am interested in actually finishing it up. I tried to use pyinstaller but I just get a whole...