importtime-waterfall: profiling/visualization tool for startup import cost: https://www.reddit.com/r/Python/comments/9oqgyy/importtimewaterfall_profilingvisualization_tool/
reddit
r/Python - importtime-waterfall: profiling/visualization tool for startup import cost
1 vote and 0 comments so far on Reddit
After 2 years programming python as a hobby still don't understand the function of self: https://www.reddit.com/r/Python/comments/9or0d5/after_2_years_programming_python_as_a_hobby_still/
reddit
After 2 years programming python as a hobby still don't... • r/Python
Isn't it just the same without it?
Iterable, Iterator and Generator in Python— three beasts of iteration: https://www.reddit.com/r/Python/comments/9or1ea/iterable_iterator_and_generator_in_python_three/
reddit
r/Python - Iterable, Iterator and Generator in Python— three beasts of iteration
1 vote and 0 comments so far on Reddit
Flat library for generative art now supports Python 3: https://www.reddit.com/r/Python/comments/9oh5gf/flat_library_for_generative_art_now_supports/
reddit
Flat library for generative art now supports Python 3 • r/Python
1 points and 0 comments so far on reddit
Python OAuth2 server with social networks for a RESTfull API: https://stackoverflow.com/questions/52806946/python-oauth2-server-with-social-networks-for-a-restfull-api
Stack Overflow
Python OAuth2 server with social networks for a RESTfull API
I'm trying to implement OAuth2 server for a RESTfull API with a login option through social platforms (Github, Facebook, Instagram) using Python and Falcon web framework.
But I've struggled to unde...
But I've struggled to unde...
The Simplest Deep Learning Program That Could Possibly Work: https://www.reddit.com/r/Python/comments/9or62m/the_simplest_deep_learning_program_that_could/
reddit
r/Python - The Simplest Deep Learning Program That Could Possibly Work
0 votes and 0 comments so far on Reddit
python returns to Windows prompt: https://www.reddit.com/r/Python/comments/9orkn6/python_returns_to_windows_prompt/
reddit
python returns to Windows prompt • r/Python
A coworker has python installed on a Windows server but says it's not running his scripts, and when he types 'python' at the command prompt it...
Any development on rumours of Microsoft replacing VBA with Python?: https://www.reddit.com/r/Python/comments/9oso3p/any_development_on_rumours_of_microsoft_replacing/
reddit
Any development on rumours of Microsoft replacing VBA... • r/Python
As an engineer who is always working in excel and hacks together some VBA code every now and then, i was thrilled when i heard this announcement....
Finding the Most Similar String Pairs from Two Lists: https://www.reddit.com/r/Python/comments/9osr7i/finding_the_most_similar_string_pairs_from_two/
reddit
r/Python - Finding the Most Similar String Pairs from Two Lists
1 vote and 0 comments so far on Reddit
Sqlite with real "Full Text Search" and spelling mistakes (FTS spellfix together): https://stackoverflow.com/questions/52803014/sqlite-with-real-full-text-search-and-spelling-mistakes-ftsspellfix-together
Stack Overflow
Sqlite with real "Full Text Search" and spelling mistakes (FTS+spellfix together)
Let's say we have 1 million of rows like this:
import sqlite3
db = sqlite3.connect(':memory:')
c = db.cursor()
c.execute('CREATE TABLE mytable (id integer, description text)')
c.execute('INSERT INTO
import sqlite3
db = sqlite3.connect(':memory:')
c = db.cursor()
c.execute('CREATE TABLE mytable (id integer, description text)')
c.execute('INSERT INTO
A new python HTTP service framework from the maker of requests and pipenv: http://python-responder.org
What was that breakthrough moment you knew you've mastered Python? Or at least that damn close: https://www.reddit.com/r/Python/comments/9ov9wi/what_was_that_breakthrough_moment_you_knew_youve/
reddit
r/Python - What was that breakthrough moment you knew you've mastered Python? Or at least that damn close
3 votes and 5 comments so far on Reddit
New to python, stuck doing this program. It would be great help if someone complete this program: https://www.reddit.com/r/Python/comments/9ovii5/new_to_python_stuck_doing_this_program_it_would/
reddit
r/Python - New to python, stuck doing this program. It would be great help if someone complete this program
0 votes and 1 comment so far on Reddit
How to use Google Maps and image processing to find images of parking lots?: https://www.reddit.com/r/Python/comments/9ovu9z/how_to_use_google_maps_and_image_processing_to/
reddit
r/Python - How to use Google Maps and image processing to find images of parking lots?
1 vote and 1 comment so far on Reddit