I created a minimal Python P2P library. Could someone tell me if the P2P design is optimal?: https://www.reddit.com/r/Python/comments/4x80tn/i_created_a_minimal_python_p2p_library_could/
reddit
I created a minimal Python P2P library. Could someone... • /r/Python
I tried my hand at creating a minimal Python P2P library and this it the code I came up with: import sys, socket, asyncore, threading,...
Want to start learning more about data mining/scraping using Python, anyone interested in joining me and learning together?: https://www.reddit.com/r/Python/comments/4x8192/want_to_start_learning_more_about_data/
reddit
Want to start learning more about data mining/scraping... • /r/Python
Hi all, I've been wanting to learn more about data scraping and I think I want to learn Python to do that. I'm a statistician so I know a good...
I'm really struggling to learn the basics, what should I do?: https://www.reddit.com/r/Python/comments/4x81i7/im_really_struggling_to_learn_the_basics_what/
reddit
I'm really struggling to learn the basics, what should... • /r/Python
The title says it all. I've been spending around an hour every day trying to learn Python for the past few months, and for some reason nothing is...
Python Tools for Visual Studio - tell the IDE what type a parameter will be: http://stackoverflow.com/questions/38817895/python-tools-for-visual-studio-tell-the-ide-what-type-a-parameter-will-be
Stackoverflow
Python Tools for Visual Studio - tell the IDE what type a parameter will be
I just started using Visual Studio 2015, and I really like it, especially the code completion features. Right now I'm writing some simple Python code to draw an object on a Tkinter Canvas:
de...
de...
ciso8601 vs mxDateTime vs udatetime - A benchmark: https://www.reddit.com/r/Python/comments/4x8ezq/ciso8601_vs_mxdatetime_vs_udatetime_a_benchmark/
reddit
ciso8601 vs mxDateTime vs udatetime - A benchmark • /r/Python
1 points and 0 comments so far on reddit
Python Weekly - Issue 256: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
The 10 Algorithms Machine Learning Engineers Need to Know: https://www.reddit.com/r/Python/comments/4x8oo4/the_10_algorithms_machine_learning_engineers_need/
reddit
The 10 Algorithms Machine Learning Engineers Need to Know • /r/Python
0 points and 0 comments so far on reddit
PEP 628 got accepted! (introducing the math.tau constant): https://www.reddit.com/r/Python/comments/4x92rf/pep_628_got_accepted_introducing_the_mathtau/
reddit
PEP 628 got accepted! (introducing the math.tau constant) • r/Python
26 points and 80 comments so far on reddit
Trying to gather all the tweets from people i follow on a specific date: https://www.reddit.com/r/Python/comments/4x9hvq/trying_to_gather_all_the_tweets_from_people_i/
reddit
Trying to gather all the tweets from people i follow... • /r/Python
Im trying to use tweepy to get tweets that the people i follow tweeted on a specific date (10th Aug in this case) and write them to a CSV file My...
Python interpreter segfault: http://stackoverflow.com/questions/37412998/python-interpreter-segfault
Stack Overflow
Python interpreter segfault
I have strange problem, when I run python shell:
$ python3
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more informatio...
$ python3
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more informatio...
DjangoCon US 2016 videos finally are being uploaded!: https://www.reddit.com/r/Python/comments/4x9qo9/djangocon_us_2016_videos_finally_are_being/
reddit
DjangoCon US 2016 videos finally are being uploaded! • /r/Python
0 points and 0 comments so far on reddit
Convert float to string without scientific notation and false precision: http://stackoverflow.com/questions/38847690/convert-float-to-string-without-scientific-notation-and-false-precision
Stack Overflow
Convert float to string without scientific notation and false precision
I want to print some floating point numbers so that they're always written in decimal form (e.g. 12345000000000000000000.0 or 0.000000000000012345, not in scientific notation, yet I'd want to keep ...
TurboGears 2.3.9 released with faster validated new default templating engine and improved Python3.5 support.: https://www.reddit.com/r/Python/comments/4xaace/turbogears_239_released_with_faster_validated_new/
reddit
TurboGears 2.3.9 released with faster validated new... • /r/Python
3 points and 0 comments so far on reddit
Possible to scan all files for certain words?: https://www.reddit.com/r/Python/comments/4xaf4c/possible_to_scan_all_files_for_certain_words/
reddit
Possible to scan all files for certain words? • /r/Python
Hey everyone, I am just a beginner with Python, so I apologize if this should be an obvious question. But is it possible to write a program that...
Website upload notification app: https://www.reddit.com/r/Python/comments/4xahod/website_upload_notification_app/
reddit
Website upload notification app • /r/Python
Hello! I want to make an app that pulls info from http://skam.p3.no/ every few hours or so and tells me if there has been something new...
UnicodeDecodeError Loading with sqlalchemy: http://stackoverflow.com/questions/38855631/unicodedecodeerror-loading-with-sqlalchemy
Stackoverflow
UnicodeDecodeError Loading with sqlalchemy
I am querying a MySQL database with sqlalchemy and getting the following error:
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 498-499: unexpected end of data
A column in the ta...
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 498-499: unexpected end of data
A column in the ta...