mac SSD always full and `du -hs *` doesn't sort by usage so I wrote a little script to make the cleanse easier: https://www.reddit.com/r/Python/comments/87jazw/mac_ssd_always_full_and_du_hs_doesnt_sort_by/
reddit
mac SSD always full and `du -hs *` doesn't sort by... • r/Python
#!/usr/bin/env python #dusort #2018-03-28 import os import numpy as np os.system("du -hs * > tmp_du.lst") usage =...
HackNYU Winner: AI Personal Trainer and Workout-Form Critique with Commodity Webcams and Hardware: https://www.reddit.com/r/Python/comments/87jcf5/hacknyu_winner_ai_personal_trainer_and/
reddit
HackNYU Winner: AI Personal Trainer and Workout-Form... • r/Python
1 points and 0 comments so far on reddit
Building an API in Python without a framework: https://www.reddit.com/r/Python/comments/87jxks/building_an_api_in_python_without_a_framework/
reddit
Building an API in Python without a framework • r/Python
As the title says, I want to build an API in python. However, I don't want to use a framework. I already have said API on my computer (running...
Has anyone here found a bug in the CPython interpreter?: https://www.reddit.com/r/Python/comments/87juud/has_anyone_here_found_a_bug_in_the_cpython/
reddit
Has anyone here found a bug in the CPython interpreter? • r/Python
I was listening to [episode #24](https://talkpython.fm/episodes/show/24/fluent-python) of Talk Python to Me, and Luciano Ramalho mentioned newbies...
Make Reddit Bot in Python - From Start to Finish - 20 Minute Projects: https://www.reddit.com/r/Python/comments/87l1e7/make_reddit_bot_in_python_from_start_to_finish_20/
reddit
Make Reddit Bot in Python - From Start to Finish - 20... • r/Python
9 points and 3 comments so far on reddit
python web app with flask and sqlite3: https://www.reddit.com/r/Python/comments/87lx0x/python_web_app_with_flask_and_sqlite3/
reddit
python web app with flask and sqlite3
Hello, I am currently working on a project to make a form style app for information for a course that I am in, I am currently working on the login...
Calendar Events from Outlook Desktop: https://www.reddit.com/r/Python/comments/87dnjq/calendar_events_from_outlook_desktop/
reddit
Calendar Events from Outlook Desktop • r/Python
I'm looking to retrieve calendar and to-do information from my Outlook 365 Desktop application. It seems like all of the APIs and modules I can...
How can i compare two DOM file with python?: https://www.reddit.com/r/Python/comments/87ft0i/how_can_i_compare_two_dom_file_with_python/
reddit
How can i compare two DOM file with python? • r/Python
How much are both the files similar? And then give a ranking like if both are around similar >70% then "Y" else "N"
Applied Machine Learning in Python - Machine Learning is today a buzzword and you do not really know what it is until you do it. The University of Michigan has put together a great program that takes you from the basics of Python to the latest Machine Learning techniques.: https://www.reddit.com/r/Python/comments/87mkt7/applied_machine_learning_in_python_machine/
reddit
Applied Machine Learning in Python - Machine Learning... • r/Python
216 points and 16 comments so far on reddit
Looking for in-person training classes in the DC, MD, VA area: https://www.reddit.com/r/Python/comments/87n2xy/looking_for_inperson_training_classes_in_the_dc/
reddit
Looking for in-person training classes in the DC, MD,... • r/Python
I just started working on some projects at work that will require me to learn python. I’ve got a bit of programming background but nothing formal...
Books Videos for Perl Progrrammer: https://www.reddit.com/r/Python/comments/87o1s7/books_videos_for_perl_progrrammer/
reddit
Books Videos for Perl Progrrammer • r/Python
I read about python is similar to perl but I could not relate the similarities between them can someone recommend books youtube videos apart from...
My attempt at histogram_equalization (Digital Image Processing): https://www.reddit.com/r/Python/comments/87o21t/my_attempt_at_histogram_equalization_digital/
reddit
My attempt at histogram_equalization (Digital Image... • r/Python
Does this seem correct? Is there anything I can do to improve speeds? def histogram_equalization(image): try: assert...
How to evaluate E2E performance of spark streaming job, in particular, the duration, using Kafka as event producer?: https://stackoverflow.com/questions/49327187/how-to-evaluate-e2e-performance-of-spark-streaming-job-in-particular-the-durat
Stackoverflow
How to evaluate E2E performance of spark streaming job, in particular, the duration, using Kafka as event producer?
I'm trying to evaluate the performance Spark Streaming job against a particular infrastructure ( storage stack (HDFS), network, VMs ...etc )
I have Kafka producer which generates random sentences to
I have Kafka producer which generates random sentences to
Subreddits for last 90k r/all posts, with more than 10k upvotes [OC]: https://www.reddit.com/r/Python/comments/87ohn1/subreddits_for_last_90k_rall_posts_with_more_than/
reddit
Subreddits for last 90k r/all posts, with more than 10k... • r/Python
1 points and 0 comments so far on reddit
Getting pip to work behind a corporate proxy.pac on Windows,: https://www.reddit.com/r/Python/comments/87owl0/getting_pip_to_work_behind_a_corporate_proxypac/
Is there a fast way to look up classes and methods?: https://www.reddit.com/r/Python/comments/87oyj8/is_there_a_fast_way_to_look_up_classes_and_methods/
reddit
Is there a fast way to look up classes and methods? • r/Python
One of thing things I find very frustrating about learning and using python is trying to find classes and their methods. Does anyone know of a...