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,949
» Latest member: andydt
» Forum threads: 38,726
» Forum posts: 175,524

Full Statistics

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

Latest Threads
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 5
» Views: 9,197
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 106
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 502
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 137
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 658
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,888
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,176
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,532
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,109
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,845

 
  Case sensitive checks
Posted by: kam_uk - Nov-29-2020, 05:55 PM - Forum: General Coding Help - Replies (2)

I have a list of current users in list.
I have a list of new users in a list.

I want to loop through the new users and make sure the username has ..... More

Print this item

  If / loops help
Posted by: kam_uk - Nov-29-2020, 05:49 PM - Forum: Homework - Replies (4)

Hi

I am going through the Python Crash Course book, and answering the questions in each chapter.

I'm stuck at one.

The question is:

1. Cre..... More

Print this item

  Thread control
Posted by: dkinsler - Nov-29-2020, 04:50 PM - Forum: General Coding Help - No Replies

Hello. New to threading and appear to be loosing control of the threads and cant seem to figure out how to do this correctly.

I have an app (main)..... More

Print this item

  scan drives in windows from Cygwin
Posted by: RRR - Nov-29-2020, 03:41 PM - Forum: General Coding Help - Replies (1)

Is it possible to get the windows drive names from Cygwin?

I have a requirement to get the windows drive names from Cygwin using a python program a..... More

Print this item

  Python "thinking" help
Posted by: DrManhattan71 - Nov-29-2020, 01:50 PM - Forum: General Coding Help - No Replies

I’m learning python and probably wading in too quickly without really having the basics as second nature (I mean I've done a couple of courses that qu..... More

Print this item

  QuestHandler: pTreshold & StartValSd
Posted by: MaudBeeckmans - Nov-29-2020, 01:17 PM - Forum: General Coding Help - No Replies

Hi,

I am trying to construct my first experiment using the QuestHandler and ran into some problems. A simple description of the experiment is as fo..... More

Print this item

  Please help to me to find my mistake in code
Posted by: leonardin - Nov-29-2020, 12:17 PM - Forum: General Coding Help - Replies (2)

I am just start to learn phyton and need your help, please

[python]
absmin (13, -5, 0.5)* 3/2.8
5% (2*2) //(min(3,0,-50) -10))
abs((71 - (2 * 2)..... More

Print this item

  Reading a text until matched string and print it as a single line
Posted by: cananb - Nov-29-2020, 11:50 AM - Forum: Homework - Replies (1)

Hi everyone, I am trying to write a program as a python beginner.
This function scans the given text. Whenever I come across the symbols “@, &, % or ..... More

Print this item

  I'm new please help
Posted by: Nan0Scho1ar - Nov-29-2020, 11:29 AM - Forum: General Coding Help - Replies (1)

Hello I don't know much about this cool python thing but I did like a thing that I've stolen from the internet somewhere, this is what I've stolen fro..... More

Print this item

  All possible combinations
Posted by: CODEP - Nov-29-2020, 10:02 AM - Forum: General Coding Help - Replies (2)

Hi,
I'm making a program that that takes a bunch of numbers from the user (for example: 2,8,9,21,67,9,2,4) and puts them into a list.
After that, th..... More

Print this item

  What happens to a <itertools.permutations object at 0x7fe3cc66af68> after it is read?
Posted by: Pedroski55 - Nov-29-2020, 08:14 AM - Forum: General Coding Help - Replies (3)

I want to get all permutations of 2 vowels

[python]from itertools import permutations

doubles = permutations (['a', 'e', 'i', 'o', 'u'],2)
for..... More

Print this item

  Problem 6.b
Posted by: nman52 - Nov-29-2020, 04:35 AM - Forum: Homework - Replies (4)

Hi everyone,

I feel like I'm close to an answer for this one.. but not quite. Would groupby be the way to go here?


Source: https://cour..... More

Print this item

Question CSS Styling for a QLabel inside a QListWidget
Posted by: Alfalfa - Nov-28-2020, 11:45 PM - Forum: GUI - Replies (2)

Long story short, I use a QListWidget as a checklist. I would like to set a custom style for some items which are not checkable and rather act as text..... More

Print this item

  Correct Language for creating a calculation tool
Posted by: bradkernohan - Nov-28-2020, 09:17 PM - Forum: General Coding Help - Replies (2)

I am looking to create a small piece of software that will allow numerical data entry and then perform some calculations from that data.

Is Python ..... More

Print this item

  FileNotFoundError when I try putting sprite in Pygame
Posted by: zionkozisek - Nov-28-2020, 09:09 PM - Forum: Game Development - Replies (9)

I started following a Space Invaders tutorial for pygame, and I made sprites in Piskel and put them into the folder with my game, but I got an error s..... More

Print this item

  Undo interation to make a single list?
Posted by: DustinKlent - Nov-28-2020, 07:56 PM - Forum: General Coding Help - Replies (2)

I am using "praw" to pull reddit topic posts in a specific subreddit and here's my code:

[python]for submission in reddit.subreddit('finance').hot(..... More

Print this item

  need help one time pad encryption implementation !
Posted by: nad556 - Nov-28-2020, 06:01 PM - Forum: General Coding Help - Replies (1)

Hello guys ! i want to implemante a onetimepad encryption to my socket chat program..but i dont know how !
this is the onetimepad library : https://p..... More

Print this item

  where to look for documentation for pypi packages
Posted by: underdog261 - Nov-28-2020, 05:49 PM - Forum: General Coding Help - Replies (1)

if you want to try out a project - say QuickDiscord.py 0.0.3 - how do u find the commands/documentation so you know how to use it. my apologies for su..... More

Print this item

  pyspark dataframe to json without header
Posted by: vijz - Nov-28-2020, 05:36 PM - Forum: General Coding Help - No Replies

My apologies for the similar question asked previously. This question is in Python. But I can't find correct solution I have the following dataframe d..... More

Print this item

  'list' object not callable
Posted by: sidra - Nov-28-2020, 03:06 PM - Forum: General Coding Help - Replies (5)

hi
i am new to python. iam working on lstm model. i want to plot graph of loss and accuracy. i know that model history is saved. i have used below c..... More

Print this item

  got an error while calculating a pct_change on a multiple tickers yfinace df
Posted by: Tradigdde - Nov-28-2020, 02:41 PM - Forum: Data Science - Replies (1)

I am a newbie and will appreciate your help!

[python]
import pandas as pd
import yfinance as yf

list=['AAPL','MSFT','AMZN']

start="2020..... More

Print this item

  Code help
Posted by: BigBoiOsama - Nov-28-2020, 01:50 PM - Forum: General Coding Help - Replies (2)

Hello,
I am making a piece of code to describe a job description for my school and I am having a bit of difficulty downloading and opening a PDF file..... More

Print this item

  Defining x and y axes in Spectrogram Function
Posted by: amy5678 - Nov-28-2020, 01:11 PM - Forum: Homework - Replies (3)

As part of my Astronomy Homework, I've to produce a Time vs Frequency Spectrogram of some data. The data I have is 2 columns - the first of which is t..... More

Print this item

Video Python Bulk Email Verification Script With API
Posted by: Aj1128 - Nov-28-2020, 11:38 AM - Forum: General Coding Help - No Replies

I have an email verification API and I want to use it through Python.
I wanna make a Python script identical to the one in this video:
https://www.y..... More

Print this item

  How do I use shortcut to import class in VS code?
Posted by: cheers100 - Nov-28-2020, 08:11 AM - Forum: Web Scraping & Web Development - No Replies

Hello,

I use VS code, operation system is windows 7.

In a tutorial, an instructor uses a shortcut to quickly import the class with pycharm.

..... More

Print this item

Bug Error while importing numpy
Posted by: Erfan - Nov-28-2020, 07:27 AM - Forum: General Coding Help - Replies (3)

Hello,
I have installed Python 3.9 on windows 10(I also installed Anaconda). after that I installed pip because I wanna install numpy. but when I imp..... More

Print this item

  Redistributing column data
Posted by: metro17 - Nov-28-2020, 05:09 AM - Forum: Data Science - Replies (2)

Hello All,

Sample data from one column in my SQLServer database:
ColumnA
,Take one tablet first of every month
,Take one tablet every 30 days
,..... More

Print this item

Question Matching variable to a list index
Posted by: Gilush - Nov-28-2020, 01:28 AM - Forum: General Coding Help - Replies (17)

Hi! :)

I'm exercising with lists and dictionary by creating a test maker.
The point of the program is to be as dynamic as possible, meaning, the u..... More

Print this item

  getting my head arounnd __enter__() for my new class
Posted by: Skaperen - Nov-28-2020, 01:09 AM - Forum: News and Discussions - Replies (5)

i am creating a class to open a file via one of a few other methods/function based on the name to be opened. if the name of the file ends with '.bz2'..... More

Print this item

  How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10
Posted by: Fanman001 - Nov-27-2020, 10:22 PM - Forum: General Coding Help - Replies (2)

Am trying to use Sublime Text 3 (Build3211) with Python 3.9.0 on Windows 10.

Have downloaded both successfully and

Gone to Sublime Text to: Tool..... More

Print this item

  Mouvement Snake (The game)
Posted by: Catif - Nov-27-2020, 08:28 PM - Forum: General Coding Help - No Replies

Hi !
(sorry for my bad English I'm French)

I'm beginning in python, and I want to create my own game of Snake.
BUT I have a little problem, I don..... More

Print this item

  Array lists vs Linked Lists
Posted by: sabe - Nov-27-2020, 06:56 PM - Forum: Data Science - Replies (2)

in Phyton what are all the differences between array list vs linkedlist? Thank you Shy

Print this item

  set python default 3.0
Posted by: tdwinfre - Nov-27-2020, 05:41 PM - Forum: General Coding Help - Replies (4)

I have python 3.0 the latest version but when I type python in my shell it says 2.7. How do I set python 3.0 in my shell as my default version

Print this item

  Digits of a number
Posted by: 1234 - Nov-27-2020, 04:50 PM - Forum: General Coding Help - Replies (2)

Hello,
Does anyone know a way of taking digits of a number, putting into a list, and adding them together quicker than this?
[python]
while x>0:
..... More

Print this item

  Progressbar with start and stop
Posted by: jelo34 - Nov-27-2020, 04:29 PM - Forum: GUI - Replies (3)

Hello,I a Python beginner and am unable to code a scrpit coding for for a window with a start button and a stop button able to start an stop a progres..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Creating a Mindmap progra... Yesterday, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... Yesterday, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... Yesterday, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Yesterday, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad 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...
  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...
Most views
  The best Prog... 576740
  Tutorial Requ... 499024
  Web Scraping ... 440545
  Newbie with P... 384513
  New Users Int... 368319
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 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
andydt Today
victorcrown Yesterday
Markbel386 Yesterday
trntgl Yesterday
susan Yesterday

User Panel Messages

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