Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Change Windows Sound Output Device with Python
Post: Change Windows Sound Output Device with Python

Hey there, On my main PC I have several different sound output devices that I have to constantly switch between. This process is tedious, as I have to go into the windows 'Playback Devices' menu, and...
delfar General Coding Help 1 10,297 Sep-14-2017, 11:11 PM
    Thread: Serial Python and Arduino
Post: RE: Serial Python and Arduino

(Mar-22-2017, 07:50 PM)Larz60+ Wrote: Putty user manual: https://the.earth.li/~sgtatham/putty/0.63/htmldoc/ Another thing that I noticed you are trying to open com3. Usually the first com port is nu...
delfar General Coding Help 7 16,000 Mar-22-2017, 10:24 PM
    Thread: Serial Python and Arduino
Post: RE: Serial Python and Arduino

(Mar-22-2017, 12:58 PM)Larz60+ Wrote: Getting a serial port to work for you can take some time in the beginning. Once working you forget about it as the reliability factor is high. The handshaking...
delfar General Coding Help 7 16,000 Mar-22-2017, 07:41 PM
    Thread: Serial Python and Arduino
Post: Serial Python and Arduino

Hello, I am trying to write a base program that will connect to an Arduino, Via Serial, and will send and receive data.  For some reason though, I can't seem to get Python to connect with the Arduin...
delfar General Coding Help 7 16,000 Mar-21-2017, 11:26 PM
    Thread: News Gathering - String Manipulation Help
Post: RE: News Gathering - String Manipulation Help

This worked great! Thank you :)
delfar Web Scraping & Web Development 8 7,256 Mar-05-2017, 09:01 PM
    Thread: News Gathering - String Manipulation Help
Post: RE: News Gathering - String Manipulation Help

One further question... Is there a way to save the links in this format to a text file? Here is the code I have so far. import requests from bs4 import BeautifulSoup from pprint import pprint ny...
delfar Web Scraping & Web Development 8 7,256 Mar-05-2017, 08:27 PM
    Thread: News Gathering - String Manipulation Help
Post: RE: News Gathering - String Manipulation Help

(Mar-03-2017, 06:21 PM)snippsat Wrote: To give you a example what metulburr talks about. If look in tutorial section of forum,i have a two part tutorial. import requests from bs4 import BeautifulSou...
delfar Web Scraping & Web Development 8 7,256 Mar-05-2017, 06:39 PM
    Thread: News Gathering - String Manipulation Help
Post: RE: News Gathering - String Manipulation Help

Great thanks!
delfar Web Scraping & Web Development 8 7,256 Mar-03-2017, 05:59 PM
    Thread: News Gathering - String Manipulation Help
Post: News Gathering - String Manipulation Help

Hello, I am working on a program that will go to specified news sites, and read through the HTML, picking out all of the "href" links as it goes.  I am now trying to write each link on a separate lin...
delfar Web Scraping & Web Development 8 7,256 Mar-03-2017, 05:56 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020