Comparison of Trinket.Io and PythonAnywhere.Com for a new python learner?: https://www.reddit.com/r/Python/comments/7aubhm/comparison_of_trinketio_and_pythonanywherecom_for/
reddit
Comparison of Trinket.Io and PythonAnywhere.Com for a... • r/Python
I can't install python on my work laptop but I found both of these sites and was curious as to which would be better for learning python in my...
Twitter scraping one specific hashtag - any tools welcome: https://www.reddit.com/r/Python/comments/7av7l8/twitter_scraping_one_specific_hashtag_any_tools/
reddit
Twitter scraping one specific hashtag - any tools welcome
I want to collect the images of the hashtag #devcon e.g. within the past 24 hours. Are there any ready or half-ready tools? I am a (Python but...
Is this something which is possible in python?: https://www.reddit.com/r/Python/comments/7awlm1/is_this_something_which_is_possible_in_python/
reddit
Is this something which is possible in python? • r/Python
I'm completely new to programming and am teaching myself python! (I did start learning html and found it much simpler but python seems better for...
What are the advantages of Pandas dataframe VS Numpy arrays?: https://www.reddit.com/r/Python/comments/7awtbb/what_are_the_advantages_of_pandas_dataframe_vs/
reddit
What are the advantages of Pandas dataframe VS Numpy arrays?
I just need some good reasons to be able to differentiate them from each other in terms of pros and cons. Thank!
Need help picking this small script apart.: https://www.reddit.com/r/Python/comments/7awyte/need_help_picking_this_small_script_apart/
reddit
Need help picking this small script apart. • r/Python
Hello all, I have been struggling with [this python script](https://github.com/beville/flux_led/blob/master/flux_led.py) to try and find out what...
Ask HN: Nov 2017 -Your preffered Python 3 testing framework: https://news.ycombinator.com/item?id=15628980
Show HN: Powerful python validation library: https://github.com/shivylp/pyschemes
GitHub
shivylp/pyschemes
pyschemes - PySchemes is a library for validating data structures in python
Manipulate Variables in Command Line After Running Script: https://www.reddit.com/r/Python/comments/7axlu0/manipulate_variables_in_command_line_after/
reddit
Manipulate Variables in Command Line After Running Script • r/Python
Is it possible to manipulate variables in the command line after running a script? For example if test.py has the following code: x = 6 y =...
Working with python and testing projects using new libraries and their different versions.. Who wins the battle? Venv? Docker? Anaconda? Or other?: https://www.reddit.com/r/Python/comments/7axg47/working_with_python_and_testing_projects_using/
reddit
Working with python and testing projects using new... • r/Python
3 points and 2 comments so far on reddit
Which Python libraries are your favorite (core or 3rd party)?: https://www.reddit.com/r/Python/comments/7axti4/which_python_libraries_are_your_favorite_core_or/
reddit
Which Python libraries are your favorite (core or 3rd... • r/Python
Hi redditors. I want to know, which Python library do you prefer. Core or 3^rd party? Please give your reasons.
How to make a quiver plot scatter plot: https://www.reddit.com/r/Python/comments/7aynvj/how_to_make_a_quiver_plot_scatter_plot/
reddit
How to make a quiver plot + scatter plot • r/Python
Hi guys, I'm new to python, so excuse me if I'm asking something pretty stupid... Here's my problem: I want to make a polar quiver plot of a wind...
Serial communication Arduino (Teensy) to Raspberry Pi: https://stackoverflow.com/questions/47101062/serial-communication-arduino-teensy-to-raspberry-pi
Stackoverflow
Serial communication Arduino (Teensy) to Raspberry Pi
I have managed it to write from my arduino (Uno) to my Raspberry Pi 3 via Serial.
If I use the same python script on the pi side, and the same Sketch on arduino side, but using a Arduino Teensy in...
If I use the same python script on the pi side, and the same Sketch on arduino side, but using a Arduino Teensy in...
Hey /r/python. I'm looking for a cool project I can work on together with my stepdad.: https://www.reddit.com/r/Python/comments/7ayuxi/hey_rpython_im_looking_for_a_cool_project_i_can/
reddit
Hey /r/python. I'm looking for a cool project I can... • r/Python
So my stepdad and I got off on a wrong foot and we don't have that much in common. I'm learning how to code. He can't code, but is really good at...
I'm trying to make a pickle with a machine learning model and call it in a command line tool but it isn't working and I don't know how to get it to work: https://www.reddit.com/r/Python/comments/7ayxqw/im_trying_to_make_a_pickle_with_a_machine/
reddit
I'm trying to make a pickle with a machine learning... • r/Python
I built a language detector model with scikit-learn trained on data, then I saved it through joblib to a pkl file. The original model I guess runs...