MS is considering official Python integration with Excel, and is asking for input: https://www.reddit.com/r/Python/comments/7jti46/ms_is_considering_official_python_integration/
reddit
MS is considering official Python integration with Excel, and is...
Posted in r/Python by u/Chilangosta • 4,573 points and 404 comments
WhoUR tool for SQLI Scan with google and information gattering of a site: https://www.reddit.com/r/Python/comments/7ju0di/whour_tool_for_sqli_scan_with_google_and/
reddit
WhoUR tool for SQLI Scan with google and information... • r/Python
hello I'm building a tool to scan vuln sqli and collect information from a web, some tip or tip to improve this tool ?, thanks in advance...
Async Requests and Downloads Without Thinking About It: https://www.reddit.com/r/Python/comments/7ju72e/async_requests_and_downloads_without_thinking/
reddit
Async Requests and Downloads Without Thinking About It • r/Python
1 points and 1 comments so far on reddit
Reducing size of pyinstaller exe: https://stackoverflow.com/questions/47692213/reducing-size-of-pyinstaller-exe
Stack Overflow
Reducing size of pyinstaller exe
I have a simple pandas pyinstaller exe which is over 40MB.
My exe example:
import collections
import csv
import selenium
import pandas
print('hi')
40MB+ for this seems a bit overkill.
How can I
My exe example:
import collections
import csv
import selenium
import pandas
print('hi')
40MB+ for this seems a bit overkill.
How can I
VSCode/Python 2nd release: 84 issues closed, support for conda envs, etc.: https://www.reddit.com/r/Python/comments/7juimr/vscodepython_2nd_release_84_issues_closed_support/
reddit
VSCode/Python 2nd release: 84 issues closed, support... • r/Python
1 points and 0 comments so far on reddit
Excel team considering Python as scripting language: asking for feedback: https://news.ycombinator.com/item?id=15927132
Python noob: How do I loop back to previous lines?: https://www.reddit.com/r/Python/comments/7jv6az/python_noob_how_do_i_loop_back_to_previous_lines/
reddit
Python noob: How do I loop back to previous lines? • r/Python
Hi, I just began teaching myself python today and decided to write a little script incorporating everything I've learned so far. I'm pretty happy...
Quick Question About A Program I Have: https://www.reddit.com/r/Python/comments/7jv83o/quick_question_about_a_program_i_have/
reddit
Quick Question About A Program I Have • r/Python
So I am new to this Python thing, and I found a program that I wanted to modify a little. At the end, I put a yes no question asking if you want...
Program to find Bitcoin Wallets and Private Key's: https://www.reddit.com/r/Python/comments/7jv9ay/program_to_find_bitcoin_wallets_and_private_keys/
reddit
Program to find Bitcoin Wallets and Private Key's • r/Python
I have developed a proof of concept code that finds Bitcoin Wallets and their Private Key's. They all seem valid, You can check them (the ones in...
GDAX / Coinbase API authentication process help!: https://www.reddit.com/r/Python/comments/7jvhb4/gdax_coinbase_api_authentication_process_help/
reddit
GDAX / Coinbase API authentication process help! • r/Python
I don't know if I'm posting this in the right area, but I really don't know where else to post it. I've been stuck for days and I'm banging my...
output of [31m text instead of color: https://stackoverflow.com/questions/47432418/output-of-31m-text-instead-of-color
Stack Overflow
output of [31m text instead of color
I am trying to print coloured text with colorama but when I compile an exe and run following...
from colorama import Fore, Back, Style
print(Fore.RED + 'text')
print(Back.GREEN + 'and with a green
from colorama import Fore, Back, Style
print(Fore.RED + 'text')
print(Back.GREEN + 'and with a green
OpenSSL error when signing a message: https://www.reddit.com/r/Python/comments/7jx9d9/openssl_error_when_signing_a_message/
reddit
OpenSSL error when signing a message • r/Python
I've been getting the following error message on macOS and Ubuntu when trying to sign a message with a `rsa` key and `BLAKE2b` hash. ...
Desktop app to generate EAN-13, EAN-8 and EAN-5 barcodes automatically and save them as PDF or PNG, JPEG GIF image files with several sizes using Python.: https://www.reddit.com/r/Python/comments/7jy78n/desktop_app_to_generate_ean13_ean8_and_ean5/
reddit
Desktop app to generate EAN-13, EAN-8 and EAN-5... • r/Python
4 points and 0 comments so far on reddit