What would you like to see in the next major release of Python?: https://www.reddit.com/r/Python/comments/7js3hv/what_would_you_like_to_see_in_the_next_major/
reddit
What would you like to see in the next major release of... • r/Python
I know my feature request will probably get downvoted, but I would like to see switch/ case statements be implemented.
Tensorflow sigmoid and cross entropy vs sigmoid_cross_entropy_with_logits: https://stackoverflow.com/questions/46291253/tensorflow-sigmoid-and-cross-entropy-vs-sigmoid-cross-entropy-with-logits
Stack Overflow
Tensorflow sigmoid and cross entropy vs sigmoid_cross_entropy_with_logits
When trying to get cross entropy with sigmoid activation function, there is difference between
loss1 = -tf.reduce_sum(p*tf.log(q), 1)
loss2 = tf.reduce_sum(tf.nn.sigmoid_cross_entropy_with_logits(
loss1 = -tf.reduce_sum(p*tf.log(q), 1)
loss2 = tf.reduce_sum(tf.nn.sigmoid_cross_entropy_with_logits(
Generic way to save/restore variables in Python 3: https://www.reddit.com/r/Python/comments/7jsdp7/generic_way_to_saverestore_variables_in_python_3/
reddit
Generic way to save/restore variables in Python 3 • r/Python
0 points and 0 comments so far on reddit
Python Weekly - Issue 325: http://mailchi.mp/pythonweekly/python-weekly-issue-325
What things do you need to learn to be a master in Python?: https://www.reddit.com/r/Python/comments/7jto54/what_things_do_you_need_to_learn_to_be_a_master/
reddit
What things do you need to learn to be a master in Python? • r/Python
Hello guys,this is the first programming language I've learnt. I know the basics,but what do you really need to be a master in python?
Python library for EnvKey: a password manager for API keys, credentials, and configuration: https://www.reddit.com/r/Python/comments/7jtqei/python_library_for_envkey_a_password_manager_for/
reddit
Python library for EnvKey: a password manager for API... • r/Python
1 points and 1 comments so far on reddit
I created a site that makes it easier to discover and watch tutorials.: https://www.reddit.com/r/Python/comments/7jtsl0/i_created_a_site_that_makes_it_easier_to_discover/
reddit
I created a site that makes it easier to discover and... • r/Python
1 points and 0 comments so far on reddit
Let your code type-hint itself: introducing open source MonkeyType: https://www.reddit.com/r/Python/comments/7jtlb3/let_your_code_typehint_itself_introducing_open/
reddit
Let your code type-hint itself: introducing open source... • r/Python
2 points and 0 comments so far on reddit
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...