PyInstaller 3.2 is out - includes new and updated hooks for Cryptography, SciPy, and SQLAlchemy: https://www.reddit.com/r/Python/comments/4hsnga/pyinstaller_32_is_out_includes_new_and_updated/
reddit
PyInstaller 3.2 is out - includes new and updated... • /r/Python
3 points and 0 comments so far on reddit
Can I write a file to s3 without writing it locally first?: https://www.reddit.com/r/Python/comments/4hsnq3/can_i_write_a_file_to_s3_without_writing_it/
reddit
Can I write a file to s3 without writing it locally first? • /r/Python
Hi all, So I just found a cool and useful module called tinys3, it's on github. Basically want to write a small text file from my machine to S3...
Beautifulsoup assistance [xpost /r/learnpython]: https://www.reddit.com/r/Python/comments/4hsqwz/beautifulsoup_assistance_xpost_rlearnpython/
reddit
Beautifulsoup assistance [xpost /r/learnpython] • /r/Python
This is the first time I've ever messed with bs4, go easy on me... **Current Progress** I'm attempting to access the following [M$...
Remote code execution vulnerability discovered in ImageMagick: https://www.reddit.com/r/Python/comments/4ht9rq/remote_code_execution_vulnerability_discovered_in/
reddit
Remote code execution vulnerability discovered in... • /r/Python
1 points and 0 comments so far on reddit
Hadoop returning less results than expected: http://stackoverflow.com/questions/36900040/hadoop-returning-less-results-than-expected
Stackoverflow
Hadoop returning less results than expected
I have two python scripts a mapper and reducer (basically reducer at this point just prints nothing else) and while locally i get 4 results - strings
on hadoop i get 3. How does this work?
i use A...
on hadoop i get 3. How does this work?
i use A...
Program to find bit.ly address randomly. Share it !: https://www.reddit.com/r/Python/comments/4htpxz/program_to_find_bitly_address_randomly_share_it/
Bitly
Bitly Connections Platform | Short URLs, QR Codes, and More
Bitly’s Connections Platform is more than a free URL shortener, with robust link management software, advanced QR Code features, and a landing page solution.
Unable to connect to MSSQL Server from Python on Windows: http://stackoverflow.com/questions/36981609/unable-to-connect-to-mssql-server-from-python-on-windows
Stack Overflow
Unable to connect to MSSQL Server from Python on Windows
I'm unable to connect to SQL Server from Python (3.4.4 64 bit) on Windows 10. This is what I did:
I found this nice library.
Then, I followed this page and installed FreeTDS
After that I installed
I found this nice library.
Then, I followed this page and installed FreeTDS
After that I installed
Scrapy: non-blocking pause: http://stackoverflow.com/questions/36984696/scrapy-non-blocking-pause
Stack Overflow
Scrapy: non-blocking pause
I have a problem. I need to stop the execution of a function for a while, but not stop the implementation of parsing as a whole. That is, I need a non-blocking pause.
It's looks like:
class
It's looks like:
class
Creating a Reddit-like website: https://www.reddit.com/r/Python/comments/4huonc/creating_a_redditlike_website/
reddit
Creating a Reddit-like website • /r/Python
Hi all. Not sure if I am posting in the right place, but I had a question about using Reddit's open source code. We would very much like to create...
genius_lyrics.py - a silly little project of mine: https://www.reddit.com/r/Python/comments/4hut8f/genius_lyricspy_a_silly_little_project_of_mine/
reddit
genius_lyrics.py - a silly little project of mine • /r/Python
2 points and 1 comments so far on reddit
Scrapy Cloud 2.0: run your web crawlers in the cloud: https://www.reddit.com/r/Python/comments/4hvk3e/scrapy_cloud_20_run_your_web_crawlers_in_the_cloud/
reddit
Scrapy Cloud 2.0: run your web crawlers in the cloud • /r/Python
4 points and 0 comments so far on reddit
Package management in Python 2 or 3 (Linux and Mac) with virtualenv or pyvenv: http://aaronsnitzer.com/writing/2016/04/27/virtualenv-and-pyvenv-beginner-tutorial.html
Aaronsnitzer
Package management in Python 2 or 3 (Linux and Mac) with virtualenv or pyvenv
Using this tutorial This is the basic guide I wish I had starting out with Python package management. It’s meant to be read beginning to end, but feel free...