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...
Looking for opportunities to help with package maintenance: https://www.reddit.com/r/Python/comments/7ayzjx/looking_for_opportunities_to_help_with_package/
reddit
Looking for opportunities to help with package maintenance • r/Python
Hi, I wonder is it even common that a creator of a package is seeking help with package maintenance. Maybe there in some place for such "offers"?...
My first reddit bot, any way to search more than 1 keyword during comment stream?: https://www.reddit.com/r/Python/comments/7ayy11/my_first_reddit_bot_any_way_to_search_more_than_1/
reddit
My first reddit bot, any way to search more than 1... • r/Python
Been playing withe the Depressed Marvin Bot. Is it possible to modify the following line so that it will pickup on more than just marvin help? ...
I don't have any formal work experience using Python. Are there any ways I can show Python credentials on my resume?: https://www.reddit.com/r/Python/comments/7az4yi/i_dont_have_any_formal_work_experience_using/
reddit
I don't have any formal work experience using Python.... • r/Python
Are there any special certifications or extracurricular work that can be done?
I wrote a program that launches websites using a MIDI keyboard using Python.: https://www.reddit.com/r/Python/comments/7azqrg/i_wrote_a_program_that_launches_websites_using_a/
reddit
I wrote a program that launches websites using a MIDI... • r/Python
1 points and 0 comments so far on reddit
Looking for some help in using Sympy: https://www.reddit.com/r/Python/comments/7azvei/looking_for_some_help_in_using_sympy/
reddit
Looking for some help in using Sympy • r/Python
Hi, I'm in a radiation course this semester and our professor provided us with a script for solving specular, gray enclosures in Mathematica. As...
Generating comma separated array python: https://www.reddit.com/r/Python/comments/7b07ad/generating_comma_separated_array_python/
reddit
Generating comma separated array python • r/Python
I want to generate a random array of 10 floats but want it comma separated. how do i do this? e = np.random.random_sample((10,)) print(e)