Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,932
» Latest member: krish12
» Forum threads: 38,720
» Forum posts: 175,502

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 44 Guest(s)
Bing, Google, AOL

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: deanhystad
8 hours ago
» Replies: 3
» Views: 943
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 387
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,540
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,566
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 462
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 145
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 2,968
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,213
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 894
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,294

 
  Help with code to access USB port
Posted by: donmerch - Jun-27-2017, 02:48 AM - Forum: General Coding Help - Replies (2)

So I have 2 different Maxbotix USB sensors connected to a USB hub. They enumerate as /dev/ttyUSB0 and /dev/ttyUSB1. I'm trying to cycle through both s..... More

Print this item

  How to build this code ??
Posted by: aquila - Jun-26-2017, 11:38 PM - Forum: General Coding Help - Replies (11)

I would like some HELP!!

I want to make a simple noob function before put into my django project.

[b]I want a function that provides the lamp power ..... More

Print this item

  Python telnet script for IP list
Posted by: mangesh - Jun-26-2017, 09:08 PM - Forum: Networking - Replies (1)

Hi,

I am looking for a Python script that can telnet a list of IP address in a saved file say "iplist.txt" and run a set of commands say "commands...... More

Print this item

  Delete files inside Folder and subfolders
Posted by: zinho - Jun-26-2017, 07:32 PM - Forum: General Coding Help - Replies (5)

Hi.

I want delete only files inside MainFolder and subfolder, but not delete folders.
[Image: kJoqnk]

I try sominth like below..... More

Print this item

  Import error even though module is installed
Posted by: datafix - Jun-26-2017, 06:25 PM - Forum: Web Scraping & Web Development - Replies (8)

Cant post my code because I'm new and it has links?


[python]
from bs4 import BeautifulSoup
from urllib.request import urlopen

url = "http://..... More

Print this item

  These simple equations comes up as an error
Posted by: M3RCY - Jun-26-2017, 06:11 PM - Forum: General Coding Help - Replies (4)

I dont know what is going wrong and I would like to fix this.

[python]
DB = input()

x = "float(DB)/10"
y = "float(x)+11"
z = "float(y)/100"
..... More

Print this item

  FCC API: addressing unexpected error
Posted by: kiton - Jun-26-2017, 05:53 PM - Forum: Data Science - Replies (8)

Hello!

My goal is to convert a number of latitudes and longitudes to Federal Information Processing Standard (FIPS) codes. To do so, I am using the f..... More

Print this item

  dictionary construction help
Posted by: shaynehansen - Jun-26-2017, 04:15 PM - Forum: Data Science - Replies (1)

I'm trying to assign my values to my keys. The issue is the 2D array, it is only reading in by rows, and I need it to by columns. I want to be able to..... More

Print this item

  Syntax error for simple script
Posted by: pstein - Jun-26-2017, 03:05 PM - Forum: General Coding Help - Replies (2)

Sorry for this newbie question:

I installed Python v3.6.1 on win 7. Afterwards I tried to execute the following simple python script
from webpage ..... More

Print this item

  how to run a file in powershell with python
Posted by: RomanEmpire - Jun-26-2017, 02:53 PM - Forum: General Coding Help - Replies (6)

I'm trying to run my hello world in python and im using powershell as my terminal and notepad++ as my register and I keep seeing this error message
..... More

Print this item

  Properly share logger objects
Posted by: CardBoy - Jun-26-2017, 10:07 AM - Forum: General Coding Help - Replies (2)

Hi
In python file 1 I have

[python]
      def main():
       
           logger = logging.getLogger("pre-commit-logger")
           handler =..... More

Print this item

  python to install printer drivers automatic
Posted by: leoxucn - Jun-26-2017, 08:59 AM - Forum: General Coding Help - Replies (4)

Hello:

Is there anyone can give me some tips of how to install printer drivers in python automatic.

because in IT daily work, we are boring of t..... More

Print this item

  twitter automation
Posted by: beshmudi - Jun-25-2017, 05:47 PM - Forum: General Coding Help - No Replies

my question here

Hi guys, i have very little experience in python, only doing some at school a few years ago.
However i want to try make a small scri..... More

Print this item

  Ping Sweep help
Posted by: The501stOfNoobPy - Jun-25-2017, 02:33 PM - Forum: General Coding Help - Replies (5)

Hello all,

I'm currently learning Python while having while having to make use of it for a course. Would someone be able to help with explaining so..... More

Print this item

  Downloading data from Yahoo finance
Posted by: Alberto - Jun-25-2017, 02:26 PM - Forum: Data Science - Replies (2)

Dear Python Users,

I want to download a stock data from yahoo finance (or nasdaq.com) and use the following code. However, once I run it it gives ..... More

Print this item

  Response [200] little help
Posted by: Blue Dog - Jun-25-2017, 12:59 PM - Forum: Networking - Replies (10)

Hello,
Here is my code.
[code]
import requests

r = requests.get("http://www.noobmovies.com")
if r == 200:
   print("Website is up and running..... More

Print this item

  The Fun of Reinvention
Posted by: snippsat - Jun-25-2017, 09:22 AM - Forum: News and Discussions - Replies (2)

As always a good talk bye the best speaker in Python.
The Fun of Reinvention
His live coding ..... More

Print this item

  a program i have been thinking about
Posted by: Skaperen - Jun-25-2017, 04:44 AM - Forum: News and Discussions - No Replies

i have been thinking about writing a "scripted editor".  that is an editor that has a simple but flexible scripting language that controls how the edi..... More

Print this item

  utf-8
Posted by: Skaperen - Jun-25-2017, 04:23 AM - Forum: News and Discussions - Replies (8)

does someone want to make a very pythonic implementation for this: http://rosettacode.org/wiki/UTF-8_encode_and_decode

or any of these: http://ros..... More

Print this item

  Access xlsm file that has been open
Posted by: ian - Jun-25-2017, 02:47 AM - Forum: Data Science - Replies (6)

I use openpyxl in python 3.6.1 to read/write xlsm file of Excel 2010.
Is there a way to access the file, that has been opened manually, without open ..... More

Print this item

  looking 4 a py editor
Posted by: Skaperen - Jun-25-2017, 01:03 AM - Forum: News and Discussions - Replies (3)

i am looking for a new python editor.  i currently use emacs in text mode (it works in the same terminal window as the shell that i ran it from).  it ..... More

Print this item

  Exponential Smoothing
Posted by: ennykristal - Jun-24-2017, 03:09 PM - Forum: Homework - Replies (1)

write a program that will use the exponential smoothing to help you predict a value in the future


i equally need this assistance to write a pro..... More

Print this item

  Using selenium for web scrapping
Posted by: DoubleLucker - Jun-24-2017, 02:12 PM - Forum: Web Scraping & Web Development - No Replies

Hello everyone! I'm using python for web-scrapping and have walked, as I think, in a dead-end. I am not seeking for help here. I've asked previously s..... More

Print this item

  Print Console in Gui
Posted by: Whoamii - Jun-24-2017, 01:03 PM - Forum: GUI - Replies (2)

Hi everyone im new in tkinter and i want to make the gui program like to print the console in gui.
Is anyway how to print it? im talking about alots ..... More

Print this item

  Barcode scanner with raspberry pi 3
Posted by: rajanpandit - Jun-24-2017, 07:02 AM - Forum: General Coding Help - Replies (3)

Hai,
I am planning to build a BarCode Scanner with WebCam... I have
1) Raspberry Pi 3
2) USB Webcam
3) Adafruit 16x2 Character LCD + Keypad

Fun..... More

Print this item

  pip and installing modules
Posted by: deep_logic - Jun-23-2017, 09:37 PM - Forum: General Coding Help - Replies (2)

Hi all,
I'm sorry if this is the wrong location, but I couldn't find a good spot to post this.

I'm a relative noob with python. I'm trying to use ..... More

Print this item

  Unix Utilities: yes
Posted by: nilamo - Jun-23-2017, 06:01 PM - Forum: Code sharing - No Replies

http://man7.org/linux/man-pages/man1/yes.1.html

[quote="https://en.wikipedia.org/wiki/Yes_(Unix)[/url[url=https://python-forum.io/thread-3782.html]..... More

Print this item

  How to create synonyms of a word and export them to csv in different columns
Posted by: vijaymadhu - Jun-23-2017, 05:22 PM - Forum: General Coding Help - Replies (1)

This is the code which generates synonyms for each word in words_unique
[python]synonym = []
for i in words_unique:
   synonym.append(wordnet.synse..... More

Print this item

  Transferring large amounts of files
Posted by: gohanzdad - Jun-23-2017, 02:40 PM - Forum: Networking - Replies (4)

Hopefully someone can help me find some good resources for this. I want to write something in Python that can transfer large amounts of files (TB's o..... More

Print this item

  Using Connection pooling suds-jurkok with python 3.5
Posted by: pratiksingal13 - Jun-23-2017, 10:07 AM - Forum: General Coding Help - No Replies

Hello ,

Can any one help me on how i can use connection pooling using suds-jurko with python 3.x

[python]
import datetime
from suds.client im..... More

Print this item

  Feature Matching
Posted by: trabis03 - Jun-23-2017, 02:55 AM - Forum: Data Science - Replies (2)

hi I downloaded a program to test the feature matching but I always having this error

Traceback (most recent call last):
File "C:\Users\Documen..... More

Print this item

  Email Checker with IMAPlib
Posted by: ronaldrios - Jun-23-2017, 02:41 AM - Forum: General Coding Help - Replies (1)

My current projects are to make an email sender and email checker. My email sender works fine (using SMTPlib), but I can't find a way to make IMAPlib ..... More

Print this item

  Flowcharts
Posted by: Sebastian_Adil - Jun-22-2017, 11:19 PM - Forum: Tutorial Requests and Submissions - Replies (4)

My objective is to allow a better understanding of the flux of informations in a script.
  As a way I superimposed a diagram that represent my unders..... More


Attached Files

.pdf   Python: Control Loop.pdf (Size: 109.88 KB / Downloads: 771)
.pdf   Python: If Statement.pdf (Size: 115.7 KB / Downloads: 761)
.pdf   Python: While Loop.pdf (Size: 172.72 KB / Downloads: 715)
Print this item

  Dice Throwing Game in Python (I have a problem)
Posted by: yuseinali - Jun-22-2017, 10:07 PM - Forum: General Coding Help - Replies (1)

I tried to make a program which says: "Press the button to throw the dices" and when you press the button it shows 2 random dice images. But it does n..... More

Print this item

  Unknown output
Posted by: brzo - Jun-22-2017, 09:11 PM - Forum: General Coding Help - Replies (3)

So I recently acquired this book "Adventures in Python" by Craig Richardson and I instantly dived into the book as an introduction in the python codin..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 8 hours ago RonR deanhystad GUI
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
  Python Installation issue 09-14, 11:16 RFHill Dev News and Disc...
Most views
  The best Prog... 575845
  Tutorial Requ... 497182
  Web Scraping ... 439848
  Newbie with P... 383563
  New Users Int... 365585
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12087
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
krish12 Today
XenonBlack Yesterday
Lenowell Yesterday
luisshulez6883 09-15
KennedyRichadGuerra 09-15

User Panel Messages

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