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,935
» Latest member: marineoman
» Forum threads: 38,721
» Forum posts: 175,503

Full Statistics

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

Latest Threads
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:27 PM
» Replies: 2
» Views: 359
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,378
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,784
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 744
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 994
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,048
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,096
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 664
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,647
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,865

 
  how to manage crypto trading flooding data from exchange servers
Posted by: Mikeardy - Dec-26-2021, 08:31 PM - Forum: General Coding Help - Replies (2)

Hi,
I'm new in Python and even new in this great forum.
I love Python but it's for me a kind of new adventure and I'm learning.

I'm writing an ap..... More

Print this item

  remove all color but red, then replace it with black
Posted by: kucingkembar - Dec-26-2021, 05:06 PM - Forum: General Coding Help - Replies (14)

hi, sorry for my bad English,
I googling it for hours and still don't understand how this thing works,

I like to remove all non-red of an image, t..... More

Print this item

  cv2-python will n ot compile??
Posted by: barryjo - Dec-26-2021, 03:32 PM - Forum: General Coding Help - Replies (5)

I hate it when a posted python example will not compile and I have no idea how to fix the problem. I have captured an example posted below. It works n..... More

Print this item

Exclamation X123Y
Posted by: GuAdamian - Dec-26-2021, 03:31 PM - Forum: General Coding Help - Replies (2)

Hi.I'm 13 and I want to be a programmer.I am studying Python now.Please give tips and tasks.

Print this item

  For Loop and Use of Brackets to Modify Dictionary in Tic-Tac-Toe Game
Posted by: new_coder_231013 - Dec-26-2021, 12:39 PM - Forum: General Coding Help - Replies (7)

Hello,

I'm going through an introductory book on Python and there's a chapter in which the author presents code for a simple tic-tac-toe game (see ..... More

Print this item

  django - reset password template
Posted by: rwahdan - Dec-26-2021, 11:37 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

I have the following code but for some reason on the paths don't work from the urls file!

[python]
from django.urls import path
from . imp..... More


Attached Files

Thumbnail(s)
   
Print this item

Question How to print each possible permutation in a dictionary that has arrays as values?
Posted by: noahverner1995 - Dec-26-2021, 10:37 AM - Forum: General Coding Help - Replies (2)

Let's say I have the following arrays of strings:

[python]Background = ["Ocean"]
Body = ["Normal"]
Eyes = ["Big", "Small", "Monolid"]
Color = ["Yello..... More

Print this item

Heart how to solve complex equations in python
Posted by: HoangF - Dec-26-2021, 09:04 AM - Forum: General Coding Help - Replies (3)

I am trying to find the solution to the equation. Det(matrix A)=0, var:omega
###################################################################

[..... More

Print this item

  Open source RTS game Forward Only
Posted by: IlyaFaer - Dec-26-2021, 08:24 AM - Forum: Code sharing - Replies (11)

Hi, all!

Wanna share my pride and joy with you - an open source game I'm developing alone on Python and Panda3D. Trailer to get the first idea:

..... More

Print this item

  I am getting ValueError from running my code
Posted by: PythonMonkey - Dec-26-2021, 06:14 AM - Forum: General Coding Help - No Replies

I am doing a project on Twitter tweet sentiment analysis following a project on a blog (link at the bottom), and I am getting the following error when..... More

Print this item

  How to get UTC time
Posted by: SriRajesh - Dec-26-2021, 12:27 AM - Forum: General Coding Help - Replies (4)

Hi,
I use below code

from datetime import datetime
print(datetime.utcnow())
my output as below:
2021-12-26 00:25:14.083291

but I ..... More

Print this item

Question How to let the user add 'None' to an specific array in a dictionary?
Posted by: noahverner1995 - Dec-26-2021, 12:12 AM - Forum: General Coding Help - Replies (4)

Ok so, the question may sound confusing at first but I'm gonna do my best to explain what I would like to learn in order to improve my programming ski..... More

Print this item

  PYTHONSTARTUP not working
Posted by: Skaperen - Dec-25-2021, 09:16 PM - Forum: News and Discussions - Replies (8)

on Xubuntu 18.04.6 LTS when i run Python 3.6.9 interactively (no command line options or arguments) with environment variable PYTHONSTARTUP set to ".i..... More

Print this item

  How from sklearn.datasets import load_diabetes change to import to CSV file
Posted by: Anldra12 - Dec-25-2021, 07:08 PM - Forum: General Coding Help - No Replies

#I test and check some predictions on the Hospital data set on CSV file rather than loading data set like diabetes data set.
[color=#E74C3C]## ..... More

Print this item

  synthax question
Posted by: aka - Dec-25-2021, 05:57 PM - Forum: General Coding Help - Replies (4)

Hi,

I have a long experience in computing but not in python. I need to understand this :

combinableLayers=[l for l in combinableLayers if len(l)..... More

Print this item

  beautifulsoup
Posted by: izan - Dec-25-2021, 02:26 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi!
I've written a programme that use BeautifulSoup. It uses urllib to read the HTML from a file, parse the data, extract numbers from the label span..... More

Print this item

  Stock screening
Posted by: Keelo61 - Dec-25-2021, 10:09 AM - Forum: General Coding Help - Replies (3)

Hi all,

I´m pretty new to the programming at all but I want to programm my own stock screeners and let python create an excel with all the stocks ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Shapes dont respond to keyboard input
Posted by: Mechanicalpixelz - Dec-25-2021, 02:38 AM - Forum: Game Development - Replies (3)

i try to make a break block type of game but the button line doesnt move left or right, i ve been trying for 2 days this is what i made so far
[pytho..... More

Print this item

  unexpected decimal.InvalidOperation
Posted by: Skaperen - Dec-25-2021, 02:32 AM - Forum: News and Discussions - Replies (2)

when doing decimal.Decimal('-inf')+decimal.Decimal('+inf') i got decimal.InvalidOperation raised. i was expecting t..... More

Print this item

  Homework - List containing tuples containing dicti
Posted by: Men - Dec-25-2021, 12:31 AM - Forum: Homework - Replies (4)

Hi guys...I'm baaaaack!

I have a list that contains listed tuples and inside of each tuple there is a dictionary.

I have to access the dictionar..... More

Print this item

  how can I display only desired items?
Posted by: 3lnyn0 - Dec-24-2021, 09:32 PM - Forum: General Coding Help - Replies (5)

How can I write the code for the 'predator' name entered from the keyboard to be something like this (without the name appearing in the output, only t..... More

Print this item

  Q on formatting
Posted by: ebolisa - Dec-24-2021, 07:33 PM - Forum: General Coding Help - Replies (4)

Hi,

The variable ss retains a scanned list of local routers. I don't know why mine is shown twice but, that's a question for a dif..... More

Print this item

  register the user as staff member - django
Posted by: rwahdan - Dec-24-2021, 03:08 PM - Forum: Web Scraping & Web Development - No Replies

Hi,

I came across this code and it is registering the user but without having the user part of staff members. How to make that happened?

[python..... More

Print this item

  how to display name of a list?
Posted by: 3lnyn0 - Dec-24-2021, 12:27 PM - Forum: Homework - Replies (8)

Hi! I have a function and I give it as a parameter a list. How can I display the name of the list which I use not the element?

[python]
a = [name,..... More

Print this item

  tkinter auto press button
Posted by: kucingkembar - Dec-24-2021, 11:40 AM - Forum: General Coding Help - Replies (2)

hi, sorry for my bad english,
i have this case:

[python]
import tkinter

TheWindow = tkinter.Tk()

def AddOne():
value = int(int(TextBox..... More

Print this item

  Python Program "Topic" 150 lines of code.
Posted by: sean1 - Dec-24-2021, 08:16 AM - Forum: Homework - Replies (3)

Does anyone have any ideas for what I could write a program for? using loops, lists etc. Thanks in advance!

Print this item

Question How can I create a linked list that contains each folder with its files?
Posted by: noahverner1995 - Dec-24-2021, 05:37 AM - Forum: Homework - Replies (8)

Let's say that I have the following folders in a path called C:\Users\Test

[Image: iv4My.png]

Every..... More

Print this item

  I need help understanding a program structure using classes
Posted by: CompleteNewb - Dec-23-2021, 10:22 PM - Forum: General Coding Help - Replies (21)

Hello, I've introduced classes in one of my project for the first time and now i can't seem to understand what goes where anymore... I'm trying to bu..... More

Print this item

  python script error
Posted by: kendias - Dec-23-2021, 03:45 PM - Forum: News and Discussions - No Replies

This is from an online course - trying to lay out markers for a drone to navigate. I get an error "bad input" on the line:

//*mrks = self.get_marke..... More

Print this item

Star I made a Twitch Dashboard in Python.
Posted by: ybk1ml - Dec-23-2021, 03:33 PM - Forum: Code sharing - Replies (1)

!@#$%

Print this item

  time setup for realtime plotting of serial datas at high sampling rate
Posted by: alice93 - Dec-23-2021, 03:29 PM - Forum: General Coding Help - Replies (6)

Hello,

I connect to the computer an Arduino 33 Nano BLE Sense with a sensor.
I would like to plot the datas with a sampling frequency of 256 Hz (eg..... More

Print this item

  Registration Form Fields
Posted by: rwahdan - Dec-23-2021, 03:06 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi

In django there are 3 fields for registration form which are username, password1 and password2.

Here is what I need:

1. After registration..... More

Print this item

  number accuracy problem?
Posted by: roym - Dec-23-2021, 01:49 PM - Forum: General Coding Help - Replies (5)

Hi all,

I am trying to solve problem 78 from Project Euler (https://projecteuler.net/problem=78). The problem is related to integer partition. The..... More

Print this item

  Unable to upload file using FTP
Posted by: korenron - Dec-23-2021, 12:22 PM - Forum: General Coding Help - Replies (2)

Hello,
I have a stange problem
I'm using this simple code:
[python]
ftp = FTP('10.0.0.1', timeout=60)
try:
ftp.login(user='user', ..... More

Print this item

  running produced python code
Posted by: Skaperen - Dec-23-2021, 12:20 AM - Forum: News and Discussions - Replies (6)

is there a way to get the Python engine to exec some command or script via a pipe and read the python code from that pipe as the code it will interpre..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  C++ program embedding Pyt... Yesterday, 18:27 Alexandros Gribouillis General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  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...
Most views
  The best Prog... 576138
  Tutorial Requ... 497716
  Web Scraping ... 440084
  Newbie with P... 383897
  New Users Int... 366459
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+ 12089
buran 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
marineoman Today
marineservice Today
bennyanderson482 Yesterday
AstoundzSEO Yesterday
tobey12 Yesterday

User Panel Messages

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