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,942
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 33 Guest(s)
Google, Bing, AOL, AOL, Facebook, Mojeek

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
30 minutes ago
» Replies: 8
» Views: 216
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
37 minutes ago
» Replies: 1
» Views: 1,704
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
2 hours ago
» Replies: 0
» Views: 46
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,427
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 839
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,677
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,190
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,704
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,516
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,616

 
  how to enter text in text box inside a program?
Posted by: Astronometria - Mar-10-2018, 11:54 PM - Forum: General Coding Help - No Replies

Hi everybody,
First of all, this is my first project in python so be kind with me if I say some weirds things or don't understand everything you say, ..... More

Print this item

  New mobile app project
Posted by: PyBeginner - Mar-10-2018, 11:31 PM - Forum: General Coding Help - No Replies

Hello,

I have decieded to learn how to code in python, since I want to develop my own app to a androidphone.
This is because I and a few friends..... More

Print this item

  how to compile a stand alone executable on linux?
Posted by: JackDinn - Mar-10-2018, 11:11 PM - Forum: General Coding Help - Replies (4)

Iv made a few little programs that i use on my comp (Linux/Manjaro) but they all show up in the running process list as just "Python" , on windows i w..... More

Print this item

  Understanding Method/Function
Posted by: robdhunter - Mar-10-2018, 09:04 PM - Forum: General Coding Help - Replies (2)

Am I understanding this correctly? A method is basically a function within a class, whereas a function is a separate entity able to be called g..... More

Print this item

  lambda v list comp
Posted by: mepyyeti - Mar-10-2018, 08:56 PM - Forum: News and Discussions - Replies (5)

So I've learned that lambda v list comp is almost on par with spaces v tabs (silicon valley lol).
I've sort of taken the side of list comp since it d..... More

Print this item

  list func in lambda
Posted by: mepyyeti - Mar-10-2018, 08:53 PM - Forum: General Coding Help - Replies (1)

is list() new in python3? I ask because my lambda functions will provide my lambda object name without list() only. But won't print without list(). ..... More

Print this item

  folder sync
Posted by: yawikflame - Mar-10-2018, 08:36 PM - Forum: General Coding Help - No Replies

Hi there,
i'm somewhat new to python, i have mostly coded in java(eclipse) and autohotkey(AHK Studio)
so i could use some help figuring out how to s..... More

Print this item

  Invalid Syntax Error
Posted by: davejefferies71 - Mar-10-2018, 07:38 PM - Forum: General Coding Help - Replies (3)

I am trying to monitor usage of Solstice Pods using the Python script. I was given an example python application that polls Solstice Pods for usage a..... More

Print this item

  angular servo motor can't keep up with angle inputs
Posted by: taher50 - Mar-10-2018, 07:17 PM - Forum: Data Science - Replies (1)

I am working on a piece of code that uses OpenCV in my python code. I am using python 2.7.4 with the OpenCV 3.4.0.

In my code, i have built a track..... More

Print this item

  Function not working as intended I think?
Posted by: TimeForged - Mar-10-2018, 06:47 PM - Forum: Homework - Replies (2)

I'm having some trouble with the last part I need to finish for my code, this darn function lol. disp_order is suppose to show like what you've ordere..... More

Print this item

  New to Python, don't know what is wrong with my code
Posted by: Turbotanten - Mar-10-2018, 06:06 PM - Forum: Data Science - No Replies

Hi, I'm new to Python so please be gentle

I don't know seriously what is wrong with my code

Here's my code

[python]
import numpy as np

de..... More

Print this item

  Help with free online book
Posted by: Ummusabbar - Mar-10-2018, 05:46 PM - Forum: General Coding Help - Replies (4)

Hello all, pls I need some help with names or link to a good python free online book that deals with NLP.

Print this item

  confusion on print function
Posted by: volcano - Mar-10-2018, 04:27 PM - Forum: General Coding Help - Replies (3)

print("Hello");
prints "Hello"

but

print("Hello",3);
prints ('Hello',3)

what happens when we use two arguments l..... More

Print this item

  Standalone interpreter?
Posted by: stf92 - Mar-10-2018, 04:17 PM - Forum: General Coding Help - Replies (2)

Hi: I use Windows 10 and have downloaded the Python IDLE from the official site. Is there a way I can use my own editor and give then the text (progr..... More

Print this item

  Help with image maker program
Posted by: SteampunkMaverick12 - Mar-10-2018, 03:35 PM - Forum: General Coding Help - Replies (2)

I need help making a flag image maker. It both allows you to open a picture and make your own on the program. You get a base flag with multiple patter..... More

Print this item

  No success with PyInstaller
Posted by: j.crater - Mar-10-2018, 02:09 PM - Forum: General Coding Help - Replies (2)

Hello, it is my first time using PyInstaller. Please let me know if I am missing relevant information required to help.

I copied a very simple Kivy..... More

Print this item

  Read a file
Posted by: afovio - Mar-10-2018, 01:56 PM - Forum: General Coding Help - Replies (1)

Hello, all. I'm having trouble noticing the explanation of the wiki, the link below show my problem.

..... More

Print this item

  Operator Precedence Direction in Docs
Posted by: blitz4 - Mar-10-2018, 12:41 PM - Forum: News and Discussions - Replies (3)

This seems silly, but I'm extremely new to Python and found it odd that [url=https://python-forum.io/thread-8855.html]..... More

Print this item

  Why is basic Twitter Connectivity So Difficult? Not sure what I'm doing wrong.
Posted by: Oliver - Mar-10-2018, 12:38 PM - Forum: General Coding Help - No Replies

Hi all,

I created a twitter app. I have created the consumer key, consumer secret key, the token and token secret keys.

The app is set up for ma..... More

Print this item

  unusual help compiling python 2 code
Posted by: Bannon - Mar-10-2018, 11:34 AM - Forum: General Coding Help - Replies (3)

Hi,

I have the source code for a small utility program made for an old MMO called Dark Age of Camelot. it was made using python 2.x I had to edit ..... More

Print this item

  name a thread defined from a class
Posted by: ricardons - Mar-10-2018, 11:05 AM - Forum: General Coding Help - Replies (1)

hi

i have a class using a thread as object

how can i give him a name. it will help the debugging in pycharm

temp.py
[python]class WTemp(thre..... More

Print this item

  Updating a filesets contents
Posted by: jehoshua - Mar-10-2018, 11:00 AM - Forum: General Coding Help - Replies (3)

I have a number of files that are to be used for transcription purposes and they all need modifying. The code is nearly working, but it is duplicating..... More

Print this item

  With Notepad how to have lines numbered
Posted by: sylas - Mar-10-2018, 07:06 AM - Forum: General Coding Help - Replies (3)

Hi all. When I deal with many files I use Atom. When I deal with one file I use Notepad, but unfortunately I do not succeed to have numbered lines. If..... More

Print this item

  Class Objects...
Posted by: zowhair - Mar-10-2018, 06:15 AM - Forum: General Coding Help - Replies (2)

But x.f is not the same thing as MyClass.f — it is a method object, not a function object.
What is the difference between method and function here, a..... More

Print this item

  Someone please help a begginer
Posted by: leonr - Mar-10-2018, 05:47 AM - Forum: General Coding Help - Replies (3)

I have just downloaded my IDLE in my Chromebook running LXDE. But the python version is 3.4.3, I know this is an old version, of 2015 I guess, and I d..... More

Print this item

  my stack language - designing it
Posted by: Skaperen - Mar-10-2018, 02:45 AM - Forum: Bar - No Replies

i've started to write up some thoughts about my stack language that i will implement in Python3 and am seeking some input. doing such a thing in Pyth..... More

Print this item

  More List Stuff
Posted by: Zman350x - Mar-10-2018, 02:29 AM - Forum: General Coding Help - Replies (3)

How would I do this?
[python]data = [1,3,6,7,10]
value = 5

Lower = ["""List of Numbers in data list lower than value(5)"""]
Higher = ["""List of..... More

Print this item

  cryptography help
Posted by: jorrdn - Mar-10-2018, 01:09 AM - Forum: General Coding Help - Replies (3)

(encode/decode sections) Hello, I am having troubles actually taking the letter i found in the key or the alpha and making it the new plain for the ma..... More

Print this item

  difference between range in py3 and xrange in py2
Posted by: Skaperen - Mar-10-2018, 01:03 AM - Forum: General Coding Help - Replies (10)

[output]lt1/forums /home/forums 1> py3
Python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "cred..... More

Print this item

  list not working
Posted by: Zman350x - Mar-10-2018, 12:06 AM - Forum: General Coding Help - Replies (2)

[python]
from __future__ import division
import time, math

List = [3,4,6]

MADlist = List
for i in range(len(MADlist)):
..... More

Print this item

  Really confused by Selenium Grid2, please help
Posted by: malone1024 - Mar-09-2018, 11:45 PM - Forum: Web Scraping & Web Development - No Replies

Hello,

I am trying to run a lot (10+) of headless Selenium instances all at once (in parallel). For example, I would like to visit a website and cl..... More

Print this item

  How to print a global dictionary class properly
Posted by: 3dimensions - Mar-09-2018, 08:56 PM - Forum: General Coding Help - Replies (2)

Let's say I have the following class and we know that the code is working properly:

[python]
class Test:
global_dictionary = {}

def __..... More

Print this item

  Add parameter to math.floor() to round to specific decimal point
Posted by: gabrield - Mar-09-2018, 07:20 PM - Forum: General Coding Help - Replies (2)

It would be fantastic if there could be an easier way to round down to a specific decimal point using math.floor(). Then users wouldn't have to code ..... More

Print this item

  sql select data in row number
Posted by: eml - Mar-09-2018, 07:05 PM - Forum: General Coding Help - Replies (4)

Hi,

Is there any way to code sql to select a single row by index number WITHOUT looping through every record.

E.g: if I have a database of 1000..... More

Print this item

  Asyncio within a thread
Posted by: hollymcr - Mar-09-2018, 04:02 PM - Forum: General Coding Help - Replies (2)

I'm new to asyncio and I'm trying to understand how to incorporate it into a thread.

What I need to do is add a web server with websockets into an ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 30 minutes ago Anunderling deanhystad General Codin...
  Another app idea - intera... 37 minutes ago decuser Lenowell News and Disc...
  A coding beginner needs h... 2 hours ago Littlefish Littlefish General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
Most views
  The best Prog... 576530
  Tutorial Requ... 498471
  Web Scraping ... 440413
  Newbie with P... 384315
  New Users Int... 367478
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 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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