Very new to python and I'm not sure why this isn't working. A little help please? The program is to find area of a circle (pi*r²): https://www.reddit.com/r/Python/comments/76ix7l/very_new_to_python_and_im_not_sure_why_this_isnt/
reddit
Very new to python and I'm not sure why this isn't... • r/Python
0 points and 1 comments so far on reddit
Optimized string deduplication using fuzzy matching: https://www.reddit.com/r/Python/comments/76qdc9/optimized_string_deduplication_using_fuzzy/
reddit
Optimized string deduplication using fuzzy matching • r/Python
I have a huge list of person names, around 30 million. I want to group together (read group together, not remove) similar strings by fuzzy...
Building Event Sourced Applications in Python (Interview): https://www.reddit.com/r/Python/comments/76qdor/building_event_sourced_applications_in_python/
reddit
Building Event Sourced Applications in Python (Interview) • r/Python
1 points and 0 comments so far on reddit
Put credentials in a field automatically: https://www.reddit.com/r/Python/comments/76qk5z/put_credentials_in_a_field_automatically/
reddit
Put credentials in a field automatically • r/Python
I would like to write a program that put credentials automatically. My Python knowledge is pretty basic. I know this kind of program is simple....
Introducing custom Natural Language Processing pipelines and extensions for spaCy v2.0: https://www.reddit.com/r/Python/comments/76qunw/introducing_custom_natural_language_processing/
reddit
Introducing custom Natural Language Processing... • r/Python
1 points and 0 comments so far on reddit
Need some help understanding Natural Language Processing: https://www.reddit.com/r/Python/comments/76qxzu/need_some_help_understanding_natural_language/
reddit
Need some help understanding Natural Language Processing • r/Python
I've been wanting to start playing with some natural language processing for a while now. My main problem is I don't fully understand the...
Dependency Injector 3.7.0 has been released!: https://www.reddit.com/r/Python/comments/76qzmd/dependency_injector_370_has_been_released/
reddit
Dependency Injector 3.7.0 has been released! • r/Python
[Dependency Injector](https://github.com/ets-labs/python-dependency-injector) 3.7.0 has been released! - Add ``FactoryAggregate`` provider. -...
Zerynth introduces Python on ESP32 for commercial IoT solutions: https://www.reddit.com/r/Python/comments/76qrcz/zerynth_introduces_python_on_esp32_for_commercial/
reddit
Zerynth introduces Python on ESP32 for commercial IoT... • r/Python
4 points and 1 comments so far on reddit
A simple django project to create download links for youtube videos.: https://www.reddit.com/r/Python/comments/76rhah/a_simple_django_project_to_create_download_links/
reddit
A simple django project to create download links for... • r/Python
1 points and 0 comments so far on reddit
Project Based Online Courses? Alternatives to bootcamps: https://www.reddit.com/r/Python/comments/76rz8n/project_based_online_courses_alternatives_to/
reddit
Project Based Online Courses? Alternatives to bootcamps • r/Python
Hi all, I'm a relatively recent grad (year out now...) looking to expand my portfolio and learn some new things. I studied CS at a top 10 public...
No idea what union even does, just trying to get praw to install: https://www.reddit.com/r/Python/comments/76rzmb/no_idea_what_union_even_does_just_trying_to_get/
reddit
No idea what union even does, just trying to get praw... • r/Python
1 points and 1 comments so far on reddit
Benchmarking NumExpr3/Intel MKL-FFT against Numba/cuFFT: https://www.reddit.com/r/Python/comments/76s5g4/benchmarking_numexpr3intel_mklfft_against/
reddit
Benchmarking NumExpr3/Intel MKL-FFT against Numba/cuFFT • r/Python
Since Continuum released `pyculib` and Intel released their own Anaconda distribution compiled with `icc` this summer I've been wanting to play...
Ask /r/Python: Most current static blog generator?: https://www.reddit.com/r/Python/comments/76sbc9/ask_rpython_most_current_static_blog_generator/
reddit
Ask /r/Python: Most current static blog generator? • r/Python
A friend wants to learn Python programming (especially for data science); because he'd like to start a blog I though we could solve two problems...
How do you solve the problem of contextual information?: https://www.reddit.com/r/Python/comments/76t4ed/how_do_you_solve_the_problem_of_contextual/
reddit
How do you solve the problem of contextual information? • r/Python
There's a problem I run into with some frequency that makes me cry every time. Here's the setup: Suppose I have a function `z` that's deeply...
Problems with py2app and pyinstaller: https://www.reddit.com/r/Python/comments/76tu06/problems_with_py2app_and_pyinstaller/
reddit
Problems with py2app and pyinstaller • r/Python
Hey everyone, I've got a fully functional script that takes in a bunch of video files, edits them, and spits out one long series of video...