🧠 I'm building Léon, an open-source personal assistant. Based on Node.js , Python and machine learning for his NLU.: https://www.reddit.com/r/Python/comments/85axig/im_building_léon_an_opensource_personal_assistant/
reddit
r/Python - 🧠 I'm building Léon, an open-source personal assistant. Based on Node.js , Python and machine learning for his NLU.
171 votes and 29 so far on reddit
I am working on a project which basically extracts text from two images and compare if they are same or not , is there any way using which i can implement this in python ?: https://www.reddit.com/r/Python/comments/85b2u3/i_am_working_on_a_project_which_basically/
reddit
I am working on a project which basically extracts text... • r/Python
1 points and 0 comments so far on reddit
Is anyone using WSL for Python development?: https://www.reddit.com/r/Python/comments/85blrt/is_anyone_using_wsl_for_python_development/
reddit
Is anyone using WSL for Python development? • r/Python
I was reading this post by Jacob Kaplan-Moss. https://jacobian.org/writing/python-environment-2018/ I am interested in reading abut any first...
Django AJAX call/url from template after dropdown change: https://stackoverflow.com/questions/49193137/django-ajax-call-url-from-template-after-dropdown-change
Stackoverflow
Django AJAX call/url from template after dropdown change
How do I properly have django tell me the url to send it to, so I can avoid hardcoding it, and how do I do it in JS, once it's been served (can I get the url with everything but the recipe_pk and t...
How An IDE Can Help New Programmers Learn Python (Interview): https://www.reddit.com/r/Python/comments/85by5t/how_an_ide_can_help_new_programmers_learn_python/
reddit
How An IDE Can Help New Programmers Learn Python... • r/Python
1 points and 0 comments so far on reddit
Is there a way to speed up the following pandas for loop?: https://stackoverflow.com/questions/49317991/is-there-a-way-to-speed-up-the-following-pandas-for-loop
Stackoverflow
Is there a way to speed up the following pandas for loop?
My data frame contains 10,000,000 rows! After group by, ~ 9,000,000 sub-frames remain to loop through.
The code is:
data = read.csv('big.csv')
for id, new_df in data.groupby(level=0): # look...
The code is:
data = read.csv('big.csv')
for id, new_df in data.groupby(level=0): # look...
Learn about interesting math topics using Python: https://www.reddit.com/r/Python/comments/85csaj/learn_about_interesting_math_topics_using_python/
reddit
Learn about interesting math topics using Python • r/Python
Hey guys, I am pretty new to python, and so far I love the language. Except for my love of programming, I have a love for mathematics as well. I...
Arbitrary-Length Data Streaming to Google Cloud Storage with Resumable Uploads: https://www.reddit.com/r/Python/comments/85cvdq/arbitrarylength_data_streaming_to_google_cloud/
reddit
Arbitrary-Length Data Streaming to Google Cloud Storage... • r/Python
2 points and 0 comments so far on reddit
[Fast Pandas]: A Benchmarked Pandas Cheat Sheet for Optimal Performance.: https://www.reddit.com/r/Python/comments/85cp50/fast_pandas_a_benchmarked_pandas_cheat_sheet_for/
reddit
[Fast Pandas]: A Benchmarked Pandas Cheat Sheet for... • r/Python
1 points and 0 comments so far on reddit
flask-socketio and embedded devices: https://www.reddit.com/r/Python/comments/85d62p/flasksocketio_and_embedded_devices/
reddit
flask-socketio and embedded devices • r/Python
hi, in flask-sokcetio doc it stats that **"The application must serve a page to the client that loads the Socket.IO library and establishes a...
Plotly_unbrand: A small helper to remove the "branding" from plotly plots: https://www.reddit.com/r/Python/comments/85djag/plotly_unbrand_a_small_helper_to_remove_the/
reddit
Plotly_unbrand: A small helper to remove the "branding"... • r/Python
By default plotly plots have the plotly icon and two links to the plotly online platform in the interactive interface, even when you are plotting...
Need Intermediate (maybe even strong beginner) Python Tutor today for one hour, can pay $40 for that hour.: https://www.reddit.com/r/Python/comments/85dp6a/need_intermediate_maybe_even_strong_beginner/
reddit
Need Intermediate (maybe even strong beginner) Python... • r/Python
Need someone that knows about pandas/mapping time series, etc. I have some questions, etc. Not looking for someone to just give me answers, as...
PyQt5 Music Player (PyTunes): https://www.reddit.com/r/Python/comments/85ekzk/pyqt5_music_player_pytunes/
reddit
PyQt5 Music Player (PyTunes) • r/Python
I created a music player in PyQt5 named PyTunes that I designed to be simple, lightweight, and straightforward. On GitHub, I also packaged it into...