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,994
» Latest member: Jacobjoift
» Forum threads: 38,737
» Forum posts: 175,583

Full Statistics

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

Latest Threads
Посты о цветах
Forum: General Coding Help
Last Post: Jacobjoift
59 minutes ago
» Replies: 0
» Views: 11
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
2 hours ago
» Replies: 4
» Views: 121
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
9 hours ago
» Replies: 1
» Views: 75
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,543
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 103
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 228
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,054
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 467
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,098
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,174

 
  Writing my first Django app
Posted by: sunny_awesome - Aug-21-2019, 03:13 AM - Forum: Web Scraping & Web Development - Replies (4)

Hey Guys,

I am following along Django official documentation for learning Django. I am now in Part 2 (Writing your first Django app)

I have made..... More

Print this item

  weird result trying to remove numbers from a list
Posted by: Exsul - Aug-21-2019, 01:53 AM - Forum: General Coding Help - Replies (6)

I'm trying to remove all the numbers from a list, but when I run the code, I get a strange result:

[python]nums = [1, 2, 3, 4, 5]
words = ["I", "s..... More

Print this item

  macron on top of uppercase letters
Posted by: newbieAuggie2019 - Aug-20-2019, 11:24 PM - Forum: General Coding Help - Replies (3)

I'm having problems displaying a macron on top of uppercase (or if you prefer, capital or mayuscule) letters (for Roman numerals) in Python 3.7.4

H..... More

Print this item

  features for asynchronous command execution class
Posted by: Skaperen - Aug-20-2019, 09:59 PM - Forum: News and Discussions - No Replies

i'm writing a class to execute commands in a pool that limits the number of processes that can be started concurrently. single commands and command p..... More

Print this item

  [PyQt5] FileManager
Posted by: Axel_Erfurt - Aug-20-2019, 09:58 PM - Forum: Code sharing - Replies (2)

QFilemanager

made in Linux

Features:

  • drag and drop Files to copy (SHIFT to move)
  • open Files with default app
  • create zip from..... More

Print this item

  Help on drawing a shape and slider
Posted by: mnh001 - Aug-20-2019, 09:19 PM - Forum: GUI - Replies (12)

I'm running Python 3.7.4 on a Windows 7 32-bit laptop.

What I'd like to do is write a program where, after taking a numerical input from
the user,..... More

Print this item

  TypeError: 'Series' object cannot be interpreted as an integer
Posted by: evelynow - Aug-20-2019, 08:38 PM - Forum: Data Science - Replies (2)

TypeError: 'Series' object cannot be interpreted as an integer

how do i solve this issue?
i am trying to apply my user defined function to a panda..... More

Print this item

  how to apply user defined function to Pandas DataFrame
Posted by: evelynow - Aug-20-2019, 02:54 PM - Forum: Data Science - Replies (3)

i made a user defined function with 4 arguements. these 4 arguements are the 4 columns of the panda dataframe. how do i apply it? i wish to make a new..... More

Print this item

  Python code to copy data from multiple workbooks into master sheet
Posted by: Fatman003 - Aug-20-2019, 02:26 PM - Forum: General Coding Help - Replies (2)

I have to copy data from 6 workbooks and paste it into a master workbook. All the workbooks are located in a folder on my desktop: C:\Users\f6565\Desk..... More

Print this item

  How to play against the computer
Posted by: Help_me_Please - Aug-20-2019, 01:48 PM - Forum: General Coding Help - Replies (4)

I have a fully functioning 4 in a row game, but the code I have written only allows for human player vs human player game, how would I go about progra..... More

Print this item

  paramiko exit code
Posted by: Nabi - Aug-20-2019, 12:42 PM - Forum: Networking - No Replies

Hello,

I would like to ask please what is the correct way to check for exit code in paramiko. For some devices when the "show version" works fine i..... More

Print this item

  Convert a mongo db scrip to python equivalent
Posted by: Herath - Aug-20-2019, 11:59 AM - Forum: General Coding Help - Replies (1)

Hi ,

I'm using below script in Robot mongo to update key value to and ObjectId type.
This is working perfectly

db.getCollection('tags').find({o..... More

Print this item

  Help appreciated
Posted by: elperex - Aug-20-2019, 11:52 AM - Forum: Homework - Replies (8)

Hello! If anyone can help me with this please, I'm new to python and I know this is probably super easy for you guys but I just c..... More
			

Print this item

  Send email with different buttons how
Posted by: chano - Aug-20-2019, 10:56 AM - Forum: Homework - Replies (1)

This is my email, i have two buttons, one for cool water and one for hot water, i want like push cool water 10 times it send email, like push hot wat..... More

Print this item

  Loading a image
Posted by: Help_me_Please - Aug-20-2019, 10:26 AM - Forum: Game Development - Replies (2)

I know this should be a simple one but when I run my code I get a blank screen before my game starts, the blank screen should load a loading screen I ..... More

Print this item

  Need to Verify URLs; getting SSLError
Posted by: rahul_goswami - Aug-20-2019, 10:17 AM - Forum: Web Scraping & Web Development - No Replies

Hi Team,

I am trying to verify URLs using urllib3 library.
For secure URLs, using 'https://'. I am getting a ststus code of 403.

when the URL ..... More

Print this item

  Pandas Dataframe to Google Big Query
Posted by: Ecniv - Aug-20-2019, 09:12 AM - Forum: Data Science - Replies (2)

Hiya,

Just when I almost get it, it slips away.

I have a dataframe that I would like to put into a google big query table.
However (aha) as per..... More

Print this item

  save content of table into file
Posted by: atlass218 - Aug-20-2019, 09:09 AM - Forum: General Coding Help - Replies (10)

hi;
I want to save the content of the table of my sqlite database into file (text, or pdf , or csv)
for text file I proceed like that but it was not w..... More

Print this item

  Functions
Posted by: metro17 - Aug-20-2019, 09:07 AM - Forum: General Coding Help - Replies (1)

FUCNTION:
[python]def CheckInput(ID):
while True:
ID = input("Please enter your ID: ")
if len(ID) == 8:
print("Thanks ..... More

Print this item

  Python Beginner Question
Posted by: everafter - Aug-20-2019, 04:38 AM - Forum: News and Discussions - Replies (1)

Hi all,

I have little knowledge in programming, I know how to do some basic command in python like calculate, Variables, Int, Str, For loop, Arrays..... More

Print this item

  What condition caused this True?
Posted by: majorjohnusa - Aug-20-2019, 02:27 AM - Forum: General Coding Help - Replies (14)

Hi all, I have a rookie question about True and False.

This code will have a result of 1.
[python]
if True:
print("1")
elif True:
print ..... More

Print this item

  Python 3+ kybd and mouse control keycodes
Posted by: ineuw - Aug-20-2019, 12:39 AM - Forum: General Coding Help - Replies (5)

Where can I find a list of Python keyboard and mouse keycodes and some basic code examples?

Print this item

  Create application that will take information from database and insert into PDF
Posted by: sorrelsj - Aug-19-2019, 07:17 PM - Forum: General Coding Help - Replies (1)

I am looking to create an application or script that will pull information such as a FEMA FIRM panel number or community ID from a database and use it..... More

Print this item

  Using classes for room movement (text game)
Posted by: Lawr3y - Aug-19-2019, 06:36 PM - Forum: Game Development - Replies (3)

Hello again. This time, I'm using a class to define different rooms, but am having trouble moving between them whenever I run the program:
[python]cl..... More

Print this item

  another alternative to np.interp
Posted by: evelynow - Aug-19-2019, 05:18 PM - Forum: General Coding Help - Replies (1)

I am doing finance programming and i need another solution instead of using numpy's np.interp. I have a yield curve table which shows interest rates f..... More

Print this item

  Super easy for you, not so much for me...just simple install all users etc
Posted by: steelio - Aug-19-2019, 04:38 PM - Forum: General Coding Help - Replies (1)

Here I am trying to learn Python for a small project I have for work. I am wanting to learn more about Python, but am in a bit of a crunch now and nee..... More

Print this item

  Child Class, Loop list
Posted by: bjornnotborg - Aug-19-2019, 04:05 PM - Forum: Homework - Replies (2)

Greetings!
I've been struggling with printing my list elements, called from a method.
Have been trying to approach this from all kinds of angles, bu..... More

Print this item

  How to remove multiples in a list
Posted by: jasper100125 - Aug-19-2019, 02:17 PM - Forum: General Coding Help - Replies (6)

How can remove something in a list if it appears more than once?
examples:

list1 = [1, 2, 3, 4, 1]
>>>>>
list1 = [1, 2, 3, 4]


or


list2..... More

Print this item

  Repr() function
Posted by: Valentina - Aug-19-2019, 01:28 PM - Forum: General Coding Help - Replies (3)

Hello! I am a Junior in Python. I am doing my first steps.
Please help with repr(function).
I read in Python book that repr() must return "real" mea..... More

Print this item

  Two Dimensional Arrays
Posted by: Coder34 - Aug-19-2019, 10:37 AM - Forum: Homework - Replies (1)

Hello, I am new to this forum. Basically, my task is to create a two-dimensional list with an external file that contains characters, not numbers. I w..... More

Print this item

  Pass Dictionary to Method is not possible
Posted by: Frank123456 - Aug-19-2019, 09:29 AM - Forum: General Coding Help - Replies (1)

Hi, i have an example project where i try to pass a dictionary as "**kwargs" to a method. Unfortunately this does not work and i dont know why.
Here ..... More

Print this item

  Reset a variable
Posted by: mln4python - Aug-19-2019, 07:27 AM - Forum: General Coding Help - Replies (4)

Hi all,

Is there any way to reset a variable value without using classes ?

For example, I initialize a variable to -999 and then do some calcula..... More

Print this item

  recursion function (python beginner)
Posted by: everafter - Aug-19-2019, 06:58 AM - Forum: General Coding Help - Replies (3)

hi all,

need help for the code below

[python]def tri_recursion(k):
if(k>0):
result = k+tri_recursion(k-1)
print(result)
else:
..... More

Print this item

  scheduled job only runs once
Posted by: Stan2292 - Aug-19-2019, 02:09 AM - Forum: General Coding Help - Replies (4)

[python]
import time
import schedule

def job():
import asdf_1 # "asdf_1" is a .py file that runs fine on its own

schedule.every().day.at(..... More

Print this item

  Breaking subprocess loop from parent process
Posted by: kapibara - Aug-19-2019, 01:46 AM - Forum: General Coding Help - Replies (3)

What is missing here to read the sent value into my_input and break the loop in tok2.py? Now it runs forever.

Using Debian 10 Buster with Python 3.7...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Посты о цветах 59 minutes ago Jacobjoift Jacobjoift General Codin...
  print does not open conso... 2 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Weird failure in Selenium 9 hours ago glestwid Larz60+ General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
Most views
  The best Prog... 577485
  Tutorial Requ... 501394
  Web Scraping ... 441110
  Newbie with P... 385164
  New Users Int... 369946
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Jacobjoift Today
lauren557 Today
maribita Today
AnalystRobert Today
Safariscampoea Today

User Panel Messages

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