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: Dibbley
» Forum threads: 38,721
» Forum posts: 175,507

Full Statistics

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

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
4 hours ago
» Replies: 4
» Views: 1,067
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
5 hours ago
» Replies: 3
» Views: 89
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 457
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,643
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,632
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 552
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 172
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,066
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,294
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 970

 
  I need help finding a Stock Screener Script
Posted by: Alphix - Jul-29-2017, 05:35 PM - Forum: General Coding Help - Replies (1)

Hi need help with finding a starter script which is a stock market screener for the NYSE and Nasdaq
Sad Sad
I have python 3.6 64bit versi..... More

Print this item

  How can I do it easier ?
Posted by: Mike Ru - Jul-29-2017, 04:51 PM - Forum: General Coding Help - Replies (7)

I have a list. I need to change my list so that the first ten elems is becoming with a capital letter. I'm doing it this way:
[python]
numbers = ['o..... More

Print this item

  Writing data from a DHT11 to LCD
Posted by: expplane - Jul-29-2017, 03:28 PM - Forum: General Coding Help - Replies (2)

I know how to write characters to the LCD. How do I take the temperature data from the DHT11 and write that to the LCD. Also I can't find information ..... More

Print this item

  font error
Posted by: Zman350x - Jul-29-2017, 01:27 PM - Forum: Game Development - Replies (2)

Here is my code:

[python]
import pygame, random, color, sys  #color is a module I made containing a list of variables with RGB values
pygame.init..... More

Print this item

  Beginner needing help!
Posted by: Franco - Jul-29-2017, 12:25 PM - Forum: General Coding Help - Replies (2)

I am trying to learn Python. For me the best way to learn is to try and apply the subject to an interest. In this case I am trying to make a small qui..... More

Print this item

  Vigenere and Caesar Cipher
Posted by: sammy2938 - Jul-29-2017, 11:38 AM - Forum: Homework - Replies (1)

I am trying to code in python using a caesar and a vigenere cipher so the user can pick which one they want to use and encrypt or decrypt. I have code..... More

Print this item

  module functions and data references
Posted by: Skaperen - Jul-29-2017, 03:15 AM - Forum: General Coding Help - Replies (6)

suppose you have a some functions in a module and two of these functions need to call the other functions. you need to call those two functions in a s..... More

Print this item

  Checking if date is holiday in a datetimeindex
Posted by: paulo663636 - Jul-29-2017, 02:50 AM - Forum: Data Science - Replies (1)

Hello Everybody!!

I have one column in a dataframe that has a set of dates as pandas.series, like these examples:

1458641 2016-04-22 06:57:41
1..... More

Print this item

  google rank #1?
Posted by: metulburr - Jul-29-2017, 12:24 AM - Forum: Board - Replies (9)

Did we finally pass by the old forum on google rank for searching

python forum
?


Attached Files

Thumbnail(s)
   
Print this item

  Pyfirmata and Teensy 3.6
Posted by: Kay - Jul-29-2017, 12:21 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

I am trying to use pyfirmata with the Teensy 3.6. I am struggling with the dictionary for this board, in particular for its two DAC..... More

Print this item

  How to recover from exception in pdb?
Posted by: swimbikerun - Jul-29-2017, 12:18 AM - Forum: General Coding Help - Replies (1)

When stepping through the code in pdb and a line is ran that triggers an error, is there a way to fix the error without exiting the execution of the s..... More

Print this item

  can't read my file!!!
Posted by: baronmontesqieu - Jul-28-2017, 07:55 PM - Forum: General Coding Help - Replies (4)

Hello. I'm trying to read a file after aligning and converting parts of the file, but python is not opening it.

Can someone help me?

thank you!..... More

Print this item

  Q: why do I get syntax error
Posted by: dondon - Jul-28-2017, 03:33 PM - Forum: General Coding Help - Replies (3)

Hello reader,

Recently I began a course in learning python basics. Can someone point me in the direction why I am using invalid syntax for python i..... More

Print this item

  Testing If a string has anything in it
Posted by: elliep - Jul-28-2017, 02:54 PM - Forum: General Coding Help - Replies (1)

Guys,

In the code below I am going into the registry to look for a certain item. In this case I am using (RtkAudioService). Once it finds it will g..... More

Print this item

  Writing on a File
Posted by: juniorcoder - Jul-28-2017, 01:32 PM - Forum: General Coding Help - Replies (5)

Hello everybody ,

My code is

for k in [1,2,3]:
    for l in [4,5,6]:
        print("k=" ,k, "l=",l)
As a result of this s..... More

Print this item

  printing a text file by python and thermal printer
Posted by: gray - Jul-28-2017, 12:39 PM - Forum: General Coding Help - Replies (6)

hello friends 
i want to print a text file by a thermal printer(epson TM-T20) and by using python code...
i am going to use python-escpos or python-..... More

Print this item

  How we can automate ALM by Python?
Posted by: Python_Hemant2488 - Jul-28-2017, 12:28 PM - Forum: General Coding Help - Replies (1)

I have been asked to automate the ALM ( Testing tool) where we need to carry out the activities of test case creation, test execution, defect logging ..... More

Print this item

  SSL: CERTIFICATE_VERIFY_FAILED error connecting to SignalR
Posted by: Aiswarya - Jul-28-2017, 09:25 AM - Forum: General Coding Help - Replies (3)

from requests import Session
from signalr import Connection

with Session() as session:
huburl = "url"

connection = Connection(huburl, sessi..... More

Print this item

  Writing values at a desired column in a line of text file
Posted by: Gupta - Jul-28-2017, 06:08 AM - Forum: General Coding Help - Replies (3)

I have a array which has 5 values and I want to write it in a text file with 1st value starting from 1st col and second value from 7th col and 3rd v..... More

Print this item

  tkiinter combobox selection problem
Posted by: Rishav - Jul-28-2017, 06:06 AM - Forum: GUI - Replies (2)

so i am working on converter app so there is two comboboxes so there is meter is default value in combbox1 and kilometer value in combobox 2 and i ha..... More

Print this item

  Python-Function object creation
Posted by: studnik2 - Jul-28-2017, 05:50 AM - Forum: General Coding Help - Replies (2)

As I understand from a book that function in Python is nothing but object of Function class. I have some doubts as below:

1.When this object gets c..... More

Print this item

  Web scrapping using BeautifulSoup
Posted by: Madhurich - Jul-28-2017, 03:37 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi All, I would like to get advice on the below.

I want to scrape the exchange rates for the different currency conversions from the websites like ..... More

Print this item

  'str' object does not support item assignment
Posted by: SolaVitae - Jul-28-2017, 03:27 AM - Forum: General Coding Help - Replies (1)

So currently i am experiencing an issue where i am trying to assign a value in a dictionary to an index value of a string


The code goes as follow..... More

Print this item

  String output displaying \n instead of new line...
Posted by: nicklesprout - Jul-27-2017, 10:40 PM - Forum: General Coding Help - Replies (4)

I have java class "Test" that returns 2 lines of string output like this:

18 0
1 1 0 0


when i call the java class with python and have python..... More

Print this item

  Built in Functions not working
Posted by: mhoneycutt83 - Jul-27-2017, 09:02 PM - Forum: General Coding Help - Replies (4)

Basic built in functions like len(),str(),int() and float() do not work in a text.py file but do in IDLE. Does anyone know why and how to fix this. I'..... More

Print this item

  web parsing multi-classnames with selenium
Posted by: metulburr - Jul-27-2017, 08:24 PM - Forum: Web Scraping & Web Development - Replies (1)

I had a program i wrote; maybe about a year ago. It uses selenium to login to Dollar General to auto clip digital coupons due to a lot of javascript o..... More


Attached Files

Thumbnail(s)
   
Print this item

  UPDATING PYTHON TO USE LATEST VERSION OF JAVA?
Posted by: nicklesprout - Jul-27-2017, 07:38 PM - Forum: General Coding Help - Replies (6)

my Java installation is 1.8 but when i run this, it displays version 1.7.. how do i update my python installation to use latest version of java (1.8)?..... More

Print this item

  SyntaxError: EOL while scanning string literal
Posted by: elliep - Jul-27-2017, 06:39 PM - Forum: General Coding Help - Replies (13)

Hey Guys,

Im trying in look in the registry for an item based off what the user inputs. For some reason the last back slash is causing issues. I ..... More

Print this item

  Setup failed 0x80070005
Posted by: Santo - Jul-27-2017, 06:22 PM - Forum: General Coding Help - Replies (10)

Hi, recently I have changed my computer and I wanted to install python 3.5.2 (64-bit). The problem is that when the installation starts, suddenly appe..... More

Print this item

  Couldn't Continue to Iterate The List in Python 3
Posted by: OliverBird - Jul-27-2017, 06:02 PM - Forum: Web Scraping & Web Development - Replies (3)

After several searching and modifies, I still couldn't figure it out. It stops at the 19th in the list.

This is the error. Please help me resolve i..... More

Print this item

  Altair 8800
Posted by: ichabod801 - Jul-27-2017, 05:54 PM - Forum: Bar - Replies (2)

While I was at the American History Museum on Tuesday, I got to see an Altair 8800[/u[url=https://python-forum.io/thread-4171.html]..... More

Print this item

  Machine Learning Antivirus [Urgent]
Posted by: Echoo0o - Jul-27-2017, 04:18 PM - Forum: Homework - Replies (4)

Bit of a long one, so apologies in advance. I'm at the last stage of my dissertation, and all that's left for me is to use a neural network I co-devel..... More

Print this item

  [URGENT] Trying to create a simple password manager in python
Posted by: equanox314 - Jul-27-2017, 12:32 PM - Forum: Homework - Replies (5)

Hi, all apologies if this is in the wrong spot or my program has some basic errors as I am relatively new to both python  and this forum. I continuesl..... More

Print this item

  PYQT py2app Compiling
Posted by: Tome - Jul-27-2017, 11:27 AM - Forum: GUI - No Replies

Hi, I'm trying to build a standalone app for a relatively big python application I've built. All else working I run into this error when trying to run..... More

Print this item

  Getting past a none type error
Posted by: CodyW129 - Jul-27-2017, 10:01 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi Everyone, I am in the early stages of creating a Python web-scrapping script that will allow me to retrieve suspected spam accounts on a forum I he..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 4 hours ago RonR RonR GUI
  datetime in SQL query. 5 hours ago Dibbley Dibbley General Codin...
  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...
Most views
  The best Prog... 575908
  Tutorial Requ... 497279
  Web Scraping ... 439894
  Newbie with P... 383623
  New Users Int... 365910
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+ 12088
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
Dibbley 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