What Python developers need to know when working with designers [audio]: https://www.reddit.com/r/Python/comments/7bnnes/what_python_developers_need_to_know_when_working/
reddit
What Python developers need to know when working with... • r/Python
2 points and 0 comments so far on reddit
I made an adversarial back-propagating neural network. this example trains on the MNIST handwritten digits dataset: https://www.reddit.com/r/Python/comments/7bogcq/i_made_an_adversarial_backpropagating_neural/
reddit
I made an adversarial back-propagating neural network.... • r/Python
2 points and 0 comments so far on reddit
How to get full javascript/html code from a url using python?: https://www.reddit.com/r/Python/comments/7bp3cl/how_to_get_full_javascripthtml_code_from_a_url/
reddit
How to get full javascript/html code from a url using... • r/Python
How to get full javascript/html code from a url using python? I used beautifulsoup to try to get full javascript/html code from a url. But I...
Faiss: A library for efficient similarity search, via Facebook AI Research. Comes with bindings for Python 2 and 3: https://www.reddit.com/r/Python/comments/7bplmj/faiss_a_library_for_efficient_similarity_search/
reddit
Faiss: A library for efficient similarity search, via... • r/Python
1 points and 0 comments so far on reddit
I just finished up making a short series on the basics of NumPy and thought I would share it: https://www.reddit.com/r/Python/comments/7bpzop/i_just_finished_up_making_a_short_series_on_the/
reddit
I just finished up making a short series on the basics... • r/Python
https://www.youtube.com/watch?v=FxMS9I49HL8&list=PLmp4AHm0u1g3KQWb_z0b4CzSkyZpIqpe5 Hi everyone, I just finished putting together a quick...
xl_link Pandas Magic for Excel Spreadsheets`: https://www.reddit.com/r/Python/comments/7bqczy/xl_link_pandas_magic_for_excel_spreadsheets/
reddit
xl_link Pandas Magic for Excel Spreadsheets` • r/Python
https://github.com/0Hughman0/xl_link install with `pip install xl_link` This is the first release of xl_link. It aims to act as a go-between...
Which ml algorithm should I use?: https://www.reddit.com/r/Python/comments/7brnoi/which_ml_algorithm_should_i_use/
reddit
Which ml algorithm should I use? • r/Python
I am a beginner in machine learning with python with some basic knowledge of how to write simple programs (like the iris program from the...
Abseil Common Libraries. The code is collected from Google's own Python code base, and has been extensively tested and used in production.: https://www.reddit.com/r/Python/comments/7brspy/abseil_common_libraries_the_code_is_collected/
reddit
Abseil Common Libraries. The code is collected from... • r/Python
1 points and 1 comments so far on reddit
Learning Go by porting a medium-sized web back end from Python: http://benhoyt.com/writings/learning-go/
Benhoyt
Learning Go by porting a medium-sized web backend from Python
How I learnt the basics of Go (its good parts as well as a few quirks) by porting a medium-sized web backend from Python.
Tavern, a simple but powerful RESTful API testing library: https://www.reddit.com/r/Python/comments/7bsaal/tavern_a_simple_but_powerful_restful_api_testing/
reddit
Tavern, a simple but powerful RESTful API testing library • r/Python
2 points and 1 comments so far on reddit
Package for sending and reading emails: https://www.reddit.com/r/Python/comments/7bsf6l/package_for_sending_and_reading_emails/
reddit
Package for sending and reading emails • r/Python
Hey guys, Forgive me for being a noob, but i am looking for a python package that can help in sending emails to a bunch of email addresses. The...