Calysto: A Scheme kernel for Jupyter that can use Python libraries: https://github.com/Calysto/calysto_scheme
GitHub
GitHub - Calysto/calysto_scheme: A Scheme kernel for Jupyter that can use Python libraries
A Scheme kernel for Jupyter that can use Python libraries - Calysto/calysto_scheme
batch upload videos to youtube via command line python: http://stackoverflow.com/questions/36962260/batch-upload-videos-to-youtube-via-command-line-python
Stackoverflow
batch upload videos to youtube via command line python
I am using the script from youtube-upload to upload videos to my channel via the command line. How can I run the code to process all files in a specific folder(s)?
Once I saw an example on the net,
Once I saw an example on the net,
Inspired by the usual automated tasks post, can a contractor use python to search through something like FBO.gov to find suitable jobs to bid on?: https://www.reddit.com/r/Python/comments/4hrbob/inspired_by_the_usual_automated_tasks_post_can_a/
RegEx for sequential consecutive characters...: https://www.reddit.com/r/Python/comments/4hrp7b/regex_for_sequential_consecutive_characters/
reddit
RegEx for sequential consecutive characters... • /r/Python
Hey all, I'm working on something I need to sanitize input on and I keep hitting a wall with my expression matching. I'm trying to find any...
A complication with a Selenium scraper I'm building. Help?: https://www.reddit.com/r/Python/comments/4hrv7d/a_complication_with_a_selenium_scraper_im/
reddit
A complication with a Selenium scraper I'm building. Help? • /r/Python
The portion of the scraper I have a question about: driver = webdriver.Firefox() for url in full_urls: driver.get(url) ...
Uvloop: Blazing fast Python networking: http://magic.io/blog/uvloop-blazing-fast-python-networking/
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...