Working with the Hadoop Distributed File System using Python: https://www.reddit.com/r/Python/comments/9xchm6/working_with_the_hadoop_distributed_file_system/
reddit
r/Python - Working with the Hadoop Distributed File System using Python
2 votes and 0 comments so far on Reddit
AttributeError: 'Tensor' object has no attribute '_keras_shape': https://stackoverflow.com/questions/53285424/attributeerror-tensor-object-has-no-attribute-keras-shape
Stack Overflow
AttributeError: 'Tensor' object has no attribute '_keras_shape'
I'm trying to run code below to generate a JSON file and use it to built a t-SNE with a set of images. However my experience with Keras and machine learning is limited and I'm unable to run code be...
Introducing Chartify: Easier chart creation in Python for data scientists: https://www.reddit.com/r/Python/comments/9xd5i1/introducing_chartify_easier_chart_creation_in/
reddit
r/Python - Introducing Chartify: Easier chart creation in Python for data scientists
1 vote and 0 comments so far on Reddit
PrettyErrors - making python exceptions readable: https://www.reddit.com/r/Python/comments/9xd5rj/prettyerrors_making_python_exceptions_readable/
reddit
r/Python - PrettyErrors - making python exceptions readable
1 vote and 0 comments so far on Reddit
Python Happens to be Most Hackers' Weapon of Choice | Imperva: https://www.reddit.com/r/Python/comments/9xdsh2/python_happens_to_be_most_hackers_weapon_of/
reddit
Python Happens to be Most Hackers' Weapon of Choice |... • r/Python
[https://www.imperva.com/blog/the-worlds-most-popular-coding-language-happens-to-be-most-hackers-weapon-of-choice/](https://www.imperva.com/blog/th...
First project that I feel like others may find some use in, script to download all the files for a series on MangaReader and convert them to a single PDF: https://www.reddit.com/r/Python/comments/9xe3yl/first_project_that_i_feel_like_others_may_find/
reddit
r/Python - First project that I feel like others may find some use in, script to download all the files for a series on MangaReader…
1 vote and 1 comment so far on Reddit
[pyzo] I broke pyzo when attempting to change theme colors, anyone ran into similar issues?: https://www.reddit.com/r/Python/comments/9xeibk/pyzo_i_broke_pyzo_when_attempting_to_change_theme/
reddit
r/Python - [pyzo] I broke pyzo when attempting to change theme colors, anyone ran into similar issues?
1 vote and 0 comments so far on Reddit
ASCII Combat Updates: I got shops working properly and selling items, check them out!: https://www.reddit.com/r/Python/comments/9xembm/ascii_combat_updates_i_got_shops_working_properly/
reddit
r/Python - ASCII Combat Updates: I got shops working properly and selling items, check them out!
1 vote and 0 comments so far on Reddit
My search for a secondary language: most other languages are so un-Pythonic! (intermediate-Pythoneer crisis): https://www.reddit.com/r/Python/comments/9xee5m/my_search_for_a_secondary_language_most_other/
reddit
r/Python - My search for a secondary language: most other languages are so un-Pythonic! (intermediate-Pythoneer crisis)
0 votes and 0 comments so far on Reddit
My search for a secondary language: most other languages are so un-Pythonic! (intermediate-Pythoneer crisis): https://www.reddit.com/r/Python/comments/9xee5m/my_search_for_a_secondary_language_most_other/
reddit
r/Python - My search for a secondary language: most other languages are so un-Pythonic! (intermediate-Pythoneer crisis)
0 votes and 0 comments so far on Reddit
How I turned my old rotary phone into a virtual assistant: https://www.reddit.com/r/Python/comments/9xexna/how_i_turned_my_old_rotary_phone_into_a_virtual/
reddit
r/Python - How I turned my old rotary phone into a virtual assistant
1 vote and 0 comments so far on Reddit
Had a fun idea for a challenge: Write a function that takes a string input and outputs a list of all words those letters can form. How fast can you make it?: https://www.reddit.com/r/Python/comments/9xf8g1/had_a_fun_idea_for_a_challenge_write_a_function/
reddit
r/Python - Had a fun idea for a challenge: Write a function that takes a string input and outputs a list of all words those letters…
2 votes and 0 comments so far on Reddit
Python - how to 'stream' data from my MongoDB collection?: https://stackoverflow.com/questions/53286652/python-how-to-stream-data-from-my-mongodb-collection
Stack Overflow
Python - how to 'stream' data from my MongoDB collection?
I'm running a script that pushes some data to a MongoDB database, now i'm trying to have another Python script printing the new entries on my DB each time one is added.
For example, if the number...
For example, if the number...
Installing Python from source without root: https://www.reddit.com/r/Python/comments/9xgqvv/installing_python_from_source_without_root/
reddit
Installing Python from source without root • r/Python
Hi all, I am trying to install Python from source without using root (by doing ./configure --prefix=$HOME). I have successfully done it but I...