A pointless web crawler in python 3: https://www.reddit.com/r/Python/comments/7hr9zh/a_pointless_web_crawler_in_python_3/
reddit
A pointless web crawler in python 3 • r/Python
I wanted to challenge my self to see how fast I could implement a web crawler in python. This took 13 mins. #-*-coding:utf8;-*- #qpy:3 ...
A MoviePy example for generating video flashcards: https://www.reddit.com/r/Python/comments/7hr6ns/a_moviepy_example_for_generating_video_flashcards/
reddit
A MoviePy example for generating video flashcards • r/Python
0 points and 1 comments so far on reddit
Python Lambda function for data validation: https://www.reddit.com/r/Python/comments/7hr8s2/python_lambda_function_for_data_validation/
reddit
Python Lambda function for data validation • r/Python
I am relatively new to more advanced concepts within Python, I have been looking into a lambda filter function to sort through data input in-order...
Weird issue with Canopy (program is adding carriage return on its own): https://www.reddit.com/r/Python/comments/7hroe0/weird_issue_with_canopy_program_is_adding/
reddit
Weird issue with Canopy (program is adding carriage... • r/Python
So, the title pretty much describes what is going on. It only happens within Canopy, and only in the editor portion. Every 10 seconds or so it...
[shameful self promtion] I've made a prototype of some sort of inspection tool - begging for feedback: https://www.reddit.com/r/Python/comments/7hscd7/shameful_self_promtion_ive_made_a_prototype_of/
reddit
[shameful self promtion] I've made a prototype of some... • r/Python
I've reached a milestone (which is proof-of-concept) in one of my crapware project: https://github.com/xliiv/callspect I'm wondering what is your...
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...