Airflow on Windows with Anaconda and Python 3.6: https://www.reddit.com/r/Python/comments/7ace2c/airflow_on_windows_with_anaconda_and_python_36/
reddit
Airflow on Windows with Anaconda and Python 3.6 • r/Python
Can I do this? I need to set up an airflow server but want to get it running on either my windows desktop (currently has Anaconda, Python 3.6...
I wrote a python script to download video lessons from Linkedin Learning: https://www.reddit.com/r/Python/comments/7acl3d/i_wrote_a_python_script_to_download_video_lessons/
reddit
I wrote a python script to download video lessons from... • r/Python
0 points and 1 comments so far on reddit
Need a friend to learn together and work on projects: https://www.reddit.com/r/Python/comments/7ado2e/need_a_friend_to_learn_together_and_work_on/
reddit
Need a friend to learn together and work on projects • r/Python
I recently quit my job in finance and started an MS in Computer Science. I am looking to collaborate with other people in python based projects....
Syllabification of Devanagari: https://stackoverflow.com/questions/47000655/syllabification-of-devanagari
Stack Overflow
Syllabification of Devanagari
I am trying to syllabify devanagari words
धर्मक्षेत्रे -> धर् मक् षेत् रे
dharmakeshetre -> dhar mak shet re
wd.split('्')
I get the result as :
['धर', 'मक', 'षेत', 'रे']
Which is partially c...
धर्मक्षेत्रे -> धर् मक् षेत् रे
dharmakeshetre -> dhar mak shet re
wd.split('्')
I get the result as :
['धर', 'मक', 'षेत', 'रे']
Which is partially c...
Conda command flags not found: https://stackoverflow.com/questions/47040270/conda-command-flags-not-found
Stackoverflow
Conda command flags not found
I tried to install Cuda and Caffe (via Homebrew), and for that purpose I did many changes system-wide, like uninstalling Homebrew python and downgrading command line tools. (these changes have now ...
Starting a New Free Video Course on Learning Concurrency in Python!: https://www.reddit.com/r/Python/comments/7advw3/starting_a_new_free_video_course_on_learning/
reddit
Starting a New Free Video Course on Learning... • r/Python
1 points and 2 comments so far on reddit
Looking for games/graphic library: https://www.reddit.com/r/Python/comments/7ae0ho/looking_for_gamesgraphic_library/
reddit
Looking for games/graphic library • r/Python
Hi, I'm looking for advance/high level library for 2D games . I've made a few games with pygame, tried pyglet and know a little bit of pure...
My IoT demo using Python. Sending data to ThingSpeak where you can further process in MATLAB.: https://www.reddit.com/r/Python/comments/7ae1hy/my_iot_demo_using_python_sending_data_to/
reddit
My IoT demo using Python. Sending data to ThingSpeak... • r/Python
2 points and 0 comments so far on reddit
Cannot update or uninstall numpy: https://www.reddit.com/r/Python/comments/7aelan/cannot_update_or_uninstall_numpy/
reddit
Cannot update or uninstall numpy • r/Python
So I am trying to install a package called PyWavelets for a project I am working on, however, I have the wrong version of numpy. When I try to...
[Python-Dev] Reminder: 12 weeks to 3.7 feature code cutoff: https://www.reddit.com/r/Python/comments/7aezsj/pythondev_reminder_12_weeks_to_37_feature_code/
reddit
[Python-Dev] Reminder: 12 weeks to 3.7 feature code cutoff • r/Python
1 points and 0 comments so far on reddit
fastest Python native way to manipulate images?: https://www.reddit.com/r/Python/comments/7afngy/fastest_python_native_way_to_manipulate_images/
reddit
fastest Python native way to manipulate images? • r/Python
I'm creating a process that iterates over an image and does x/y transformations and zooms. The original images are very large. My current proccess...
Packaging scientific applications for windows?: https://www.reddit.com/r/Python/comments/7agcfy/packaging_scientific_applications_for_windows/
reddit
Packaging scientific applications for windows? • r/Python
We have the worst possible distribution situation where we have very complex software with a very tech unsavy windows based clientel in highly...
Legacy code – tests first or setup CI?: https://www.reddit.com/r/Python/comments/7aghy1/legacy_code_tests_first_or_setup_ci/
reddit
Legacy code – tests first or setup CI? • r/Python
I've been working on a project for a large IT department to automate all the things. It started out small but more people are starting to use it,...
Trying to read real-time data from website: https://www.reddit.com/r/Python/comments/7agjhg/trying_to_read_realtime_data_from_website/
reddit
Trying to read real-time data from website • r/Python
So I am no stranger to scraping sites and parsing through the data with BeautifulSoup but I don't even know where to begin to grab data that is...