Interview with Dan Bader on Castalio Podcast Youtube Live: https://www.reddit.com/r/Python/comments/6iu6h3/interview_with_dan_bader_on_castalio_podcast/
reddit
Interview with Dan Bader on Castalio Podcast Youtube Live • r/Python
1 points and 0 comments so far on reddit
Screen scraping data from site: https://www.reddit.com/r/Python/comments/6ix2wj/screen_scraping_data_from_site/
reddit
Screen scraping data from site • r/Python
I'm trying to screen scrape some data from a website. The website is a supplier and they offer a minimal amount of information via a broken API,...
How to use a Python script someone gave me: https://www.reddit.com/r/Python/comments/6ix49c/how_to_use_a_python_script_someone_gave_me/
reddit
How to use a Python script someone gave me • r/Python
Hello, somebody gave me a Python script and I am not a programmer. I cannot figure out for the life of me how to run it. Can someone give me...
Can someone please help with py homework question??: https://www.reddit.com/r/Python/comments/6iqzot/can_someone_please_help_with_py_homework_question/
reddit
Can someone please help with py homework question?? • r/Python
Hello! I'm really stuck on this Python problem, can anyone help with the answer? Thanks!: Clunker Motors Inc. is recalling all vehicles from...
"The average programmer has the aesthetic sense of a hyperactive weasel on LSD and wouldn't know a cleanly designed language if it fell from the sky and hit them on the head. Hence the popularity of PHP, Perl and C .": https://www.reddit.com/r/Python/comments/6ixd3y/the_average_programmer_has_the_aesthetic_sense_of/
Reddit
From the Python community on Reddit: "The average programmer has the aesthetic sense of a hyperactive weasel on LSD and wouldn't…
Posted by jalanb - 465 votes and 233 comments
stopping automatic dependency downloads by setuptools ?: https://www.reddit.com/r/Python/comments/6iy60e/stopping_automatic_dependency_downloads_by/
reddit
stopping automatic dependency downloads by setuptools ? • r/Python
The package cryptography-1.8.1 appears to be using setuptools to download dependencies if these are not already installed. I would prefer to know...
Does the Raspberry Pi have Python and Pygame already installed on it?: https://www.reddit.com/r/Python/comments/6iydsm/does_the_raspberry_pi_have_python_and_pygame/
reddit
Does the Raspberry Pi have Python and Pygame already... • r/Python
I am curious because I am interested in both and wondering about his.
After looking extensively for a package to help with an I2C-connected LCD screen for a Raspberry Pi, and only finding some gists, I tried to make my first Python package, looking for some feedback/contributors.: https://www.reddit.com/r/Python/comments/6iyiu7/after_looking_extensively_for_a_package_to_help/
reddit
After looking extensively for a package to help with an... • r/Python
1 points and 0 comments so far on reddit
ninjadog: an unholy union of pug and jinja2 to make writing html suck less: https://www.reddit.com/r/Python/comments/6iyn3h/ninjadog_an_unholy_union_of_pug_and_jinja2_to/
reddit
ninjadog: an unholy union of pug and jinja2 to make... • r/Python
I love writing Python, but sort of hate writing html. [Pug](https://pugjs.org/api/getting-started.html) makes it easy. Pug and Python both feel...
Why Django Continues to be Top Choice of Most Python Developers: https://www.reddit.com/r/Python/comments/6iyxk0/why_django_continues_to_be_top_choice_of_most/
reddit
Why Django Continues to be Top Choice of Most Python... • r/Python
1 points and 0 comments so far on reddit
What are the advantages of using flask-sqlalchemy (against using just the sqlalchemy library separately in the app)?: https://www.reddit.com/r/Python/comments/6izf95/what_are_the_advantages_of_using_flasksqlalchemy/
reddit
What are the advantages of using flask-sqlalchemy... • r/Python
I've been using both flask and sqlalchemy separately, but I do know that a combo `flask-sqlalchemy` package exists. What are the benefits of using...
Wicked! Brython as Javascript alternative? Lovely!!!: https://www.reddit.com/r/Python/comments/6j05a9/wicked_brython_as_javascript_alternative_lovely/
reddit
Wicked! Brython as Javascript alternative? Lovely!!! • r/Python
2 points and 0 comments so far on reddit
Why is the Tkinter render quality much worse on windows?: https://stackoverflow.com/questions/42887362/why-is-the-tkinter-render-quality-much-worse-on-windows
Stack Overflow
Why is the Tkinter render quality much worse on windows?
I have developed a python app with Tkinter on a Mac. It involves forms, and canvas drawings. On the Mac, it looks great. However on my Dell laptop (4K display, and more powerful than my Mac), the T...
Top 5 Useful Python Libraries Web Developers Can't Live Without: https://www.reddit.com/r/Python/comments/6j0dr7/top_5_useful_python_libraries_web_developers_cant/
reddit
Top 5 Useful Python Libraries Web Developers Can't Live... • r/Python
1 points and 0 comments so far on reddit
What does this code do? I tried it to run on my IDLE but It's showing error. Also I come acroos this import library i.e 'urllib.request' for first time: https://www.reddit.com/r/Python/comments/6j0fit/what_does_this_code_do_i_tried_it_to_run_on_my/
reddit
What does this code do? I tried it to run on my IDLE... • r/Python
import urllib.request url = "http://xml.resource.org/public/rfc/txt/rfc793.txt" destination_filename = "rfc793.txt" ...