Software to use when learning Python: https://www.reddit.com/r/Python/comments/7hsgo9/software_to_use_when_learning_python/
reddit
Software to use when learning Python • r/Python
Hey, I'm sure this question has probably been asked a million times already, however I would appreciate it if you could let me know what is the...
decode bytes to string with large lines: https://www.reddit.com/r/Python/comments/7htepu/decode_bytes_to_string_with_large_lines/
reddit
decode bytes to string with large lines • r/Python
Hello I am pulling data out of an HTML file and into a bytes. I then decode the bytes being given by the url.read() method into a string. However...
Help With Regular Expressions for Web Crawler: https://www.reddit.com/r/Python/comments/7htj0h/help_with_regular_expressions_for_web_crawler/
reddit
Help With Regular Expressions for Web Crawler • r/Python
Hi everyone :) I'm very new to python. I know the very basics of programming because I use VBA at work. I'm starting to learn python, but I have...
Python grep code much slower than command line's grep: https://stackoverflow.com/questions/38916645/python-grep-code-much-slower-than-command-lines-grep
Stack Overflow
Python grep code much slower than command line's grep
I'm just grepping some Xliff files for the pattern approved="no". I have a Shell script and a Python script, and the difference in performance is huge (for a set of 393 files, and a total of 3,686,...
How to load existing db file to memory in Python sqlite3?: https://stackoverflow.com/questions/3850022/how-to-load-existing-db-file-to-memory-in-python-sqlite3
Stack Overflow
How to load existing db file to memory in Python sqlite3?
I have an existing sqlite3 db file, on which I need to make some extensive calculations. Doing the calculations from the file is painfully slow, and as the file is not large (~10 MB), so there shou...
Vocal Range Detector in Python with Pygame and Music21: https://www.reddit.com/r/Python/comments/7hu5nd/vocal_range_detector_in_python_with_pygame_and/
reddit
Vocal Range Detector in Python with Pygame and Music21 • r/Python
1 points and 0 comments so far on reddit
How do I start this project? Screen scrape?: https://www.reddit.com/r/Python/comments/7hu75g/how_do_i_start_this_project_screen_scrape/
reddit
How do I start this project? Screen scrape? • r/Python
My parents have a small business and use a casio pcr-t2300 cash register. It only prints out end of day reports on receipt tape then they have to...
Is anyone using Palantir's Language Server implementation for Python on a regular basis? Thoughts?: https://www.reddit.com/r/Python/comments/7huu79/is_anyone_using_palantirs_language_server/
reddit
Is anyone using Palantir's Language Server... • r/Python
2 points and 0 comments so far on reddit
Python books to progress from hobbyist to advanced?: https://www.reddit.com/r/Python/comments/7hv229/python_books_to_progress_from_hobbyist_to_advanced/
reddit
Python books to progress from hobbyist to advanced? • r/Python
I've been playing with python for about 3 years having read learn python the hard way and then learning c somewhere inbetween. Is there a book for...
Python 3.6.4rc1 and 3.7.0a3 now available for testing: https://www.reddit.com/r/Python/comments/7hv6b5/python_364rc1_and_370a3_now_available_for_testing/
reddit
Python 3.6.4rc1 and 3.7.0a3 now available for testing • r/Python
1 points and 0 comments so far on reddit
What's the current consensus on the easiest way to play audio files from Python?: https://www.reddit.com/r/Python/comments/7hwhp6/whats_the_current_consensus_on_the_easiest_way_to/
reddit
What's the current consensus on the easiest way to play... • r/Python
I had a look around, some say pygame, some say other libraries (snack) and winsound (although this seems like it's windows only- I'm on a...
What is with people saying "Python is easy"?: https://www.reddit.com/r/Python/comments/7hwmqn/what_is_with_people_saying_python_is_easy/
reddit
What is with people saying "Python is easy"? • r/Python
I do find it easy, I also find C# easy. But sometimes, when it is brought up during a talk about "big 3" (C#, Java, Python), Python is always so...
Suddenly I can't load some newly upgraded modules in Python: https://stackoverflow.com/questions/47618091/suddenly-i-cant-load-some-newly-upgraded-modules-in-python
Stackoverflow
Suddenly I can't load some newly upgraded modules in Python
I suddenly can't load newly upgraded modules modules, e.g scikit-learn, zope, but I can find other packages. Even though the path links from the import points to the correct anaconda folder, which