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,955
» Latest member: samuel223
» Forum threads: 38,728
» Forum posts: 175,529

Full Statistics

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

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
59 minutes ago
» Replies: 2
» Views: 96
How to retrieve money los...
Forum: General Coding Help
Last Post: samuel223
1 hour ago
» Replies: 1
» Views: 13
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
11 hours ago
» Replies: 3
» Views: 158
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 347
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,382
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,406
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 284
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 733
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 935
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,194

 
  python error
Posted by: Prashant93 - Aug-12-2018, 03:49 AM - Forum: General Coding Help - Replies (17)

Hello guys,

One small help

I have written a code

print('Temp={0:0.1f}*C Humidity={1:0.1f}%'.format(temperature, humidity))

and it..... More

Print this item

  Windows 10 Task Scheduler Error
Posted by: mypython - Aug-11-2018, 10:31 PM - Forum: General Coding Help - Replies (1)

Hello Team

I'm new to python - here is my problem , any suggestions are welcome ..

We are using pentaho as a ETL tool to load data from CSV to ..... More

Print this item

  How to add new registry key
Posted by: shlomi27 - Aug-11-2018, 07:52 PM - Forum: General Coding Help - Replies (3)

I need to add new registry
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1..... More

Print this item

  Decorators
Posted by: yksingh1097 - Aug-11-2018, 07:24 PM - Forum: General Coding Help - Replies (2)

I was going through a tutorial and encountered this code. Can anybody please make me understand the control flow of this code? Like which line is exec..... More

Print this item

  Help with Python technologies and structure code
Posted by: giu88 - Aug-11-2018, 06:40 PM - Forum: Data Science - Replies (13)

Hello everybody,

I am new to Pyhton and already appreciating its power. I am building a little desktop app and i need somesuggestions, i hope this..... More

Print this item

  '<=' not supported between instances of 'str' and 'int'
Posted by: Loom - Aug-11-2018, 05:40 PM - Forum: General Coding Help - Replies (1)

I've just started learning Python and I try to run a program that is written, more or less, in the book i'm using right now (Automate the boring stuff..... More

Print this item

  string error
Posted by: satyam - Aug-11-2018, 05:00 PM - Forum: General Coding Help - Replies (2)

hey guys, I am new to python programming. I was practising a program that prints first half of a string. But I cant run the code. please identify the ..... More

Print this item

  Header above a list in Panda
Posted by: sweet_swiss - Aug-11-2018, 04:34 PM - Forum: General Coding Help - Replies (3)

I had just started with notebooks and Python. When I print my list will I just the list and then number how often they occur.

I would like to if I ..... More

Print this item

  Show Name of Calling function - Debug aid
Posted by: Larz60+ - Aug-11-2018, 02:54 PM - Forum: Code sharing - No Replies

There is a method that I use to determine what function or method is calling another function or method, during initial testing of a program.
This is..... More

Print this item

  SQlite database portable?
Posted by: PythonWriter - Aug-11-2018, 02:34 PM - Forum: General Coding Help - Replies (1)

I want to use SQLite for my database, but how portable is it? Could I take my python script (or executable if I wrap it?) and my database to a new com..... More

Print this item

  copy content of folder to existing folder
Posted by: shlomi27 - Aug-11-2018, 01:44 PM - Forum: General Coding Help - No Replies

I am trying to copy content of folder to existing folder
using following code and got 'PermissionError: [error 13] permission denied : 'c:/WINDOWS/S..... More

Print this item

  How to find unique and common words per line from a txt file?
Posted by: sweet_swiss - Aug-11-2018, 09:19 AM - Forum: General Coding Help - Replies (6)

I had just started with Python and run into this task:

1.Find words that exists on both even and odd lines.
2.Words that only exists on even lines..... More

Print this item

  a GUI beginner guide
Posted by: Skaperen - Aug-11-2018, 06:50 AM - Forum: GUI - Replies (8)

i would like to find a GUI beginner guide aimed at someone who has programming experience, but none of it ever involving GUI. perhaps one of the earl..... More

Print this item

  lookup tables
Posted by: Skaperen - Aug-11-2018, 01:40 AM - Forum: General Coding Help - Replies (4)

i am using lookup tables to define the logic to convert a sequence of octets in UTF-8 form to a Unicode code point. there are actually two tables. t..... More

Print this item

  Tkinter Entry widget and KeyPad intrgration
Posted by: chiragarya1992 - Aug-11-2018, 01:09 AM - Forum: GUI - No Replies

I am developing Static IP configuration GUI on ubuntu Linux using Python tkinter.As shown in this IP Configuration GUI figure Where I have two Label a..... More

Print this item

  python script to get wildcard mask output in the following format
Posted by: techrichit - Aug-10-2018, 11:01 PM - Forum: General Coding Help - No Replies

I am trying to convert wildcard mask to subnet mask. my input text file will be like this 192.168.0.1 0.0.0.255 My expected output : 192.168.0.1 0.255..... More

Print this item

  Log in program
Posted by: Truman - Aug-10-2018, 10:16 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi,

I'm trying to make a program that will log me into my yahoo email. This is "homework" from the famous book Automate the Boring Stuff with Pytho..... More

Print this item

  Calling a function whch is inside a function
Posted by: yksingh1097 - Aug-10-2018, 07:47 PM - Forum: General Coding Help - Replies (4)

Here is the code for example:
[python]
def funcOuter():
print("funcOuter() called")

def funcInner():
print("funcInner() called"..... More

Print this item

  AudioConverter
Posted by: Axel_Erfurt - Aug-10-2018, 07:39 PM - Forum: Code sharing - Replies (3)

convert Audio Files (flac, wav, m4a, ogg) in a folder to mp3 or ogg.
used PyQt5 and pydub (requires ffmpeg)
remove entries with 'Delete' Key

[url..... More

Print this item

  Some help with some calculus and fish
Posted by: agritheory - Aug-10-2018, 05:31 PM - Forum: Data Science - Replies (4)

Full disclosure, I've never taken calculus but I understand what I'm up against here. I need to return a list of values that represent the estimated w..... More

Print this item

  Snake not changing directions in Snake Game
Posted by: Bjdamaster - Aug-10-2018, 05:28 PM - Forum: Game Development - Replies (4)

I tried making a version of the snake game in python using pygame. I am not receiving any errors, however when i press an arrow key, the snake does no..... More

Print this item

  Transactions between the list on python
Posted by: juniorcoder - Aug-10-2018, 04:34 PM - Forum: General Coding Help - Replies (5)

Hello everyone ,

I need a small help on python.
I have a list like a=[1 2 3 4 5 ]
I need to obtain abother list by summing second and third ind..... More

Print this item

  Pattern Split String
Posted by: sripylearn - Aug-10-2018, 04:03 PM - Forum: General Coding Help - Replies (6)

I have an interesting challenge have few patterned records and i need to split it intelligently into a dictionary

Eg of records in file are like b..... More

Print this item

Question IDLE icon
Posted by: artfuture2001 - Aug-10-2018, 11:38 AM - Forum: General Coding Help - Replies (2)

I am quite new to Python,and I am learning it now, I can't remember my previous version of Pyhton, but now I have downloaded 3.7 and something happene..... More

Print this item

  One Button music player
Posted by: Skjortan - Aug-10-2018, 08:13 AM - Forum: General Coding Help - Replies (2)

Hi guys!

I'm way in over my head with a litte project for work. We want a big red button that we can press when something good happens and one pert..... More

Print this item

  Python Teradata Connector - Column Names
Posted by: gracylayla - Aug-10-2018, 07:02 AM - Forum: General Coding Help - No Replies

Does anyone know how to retrive the column names using Python's Teradata libary..?

Here is a code sample:

[python]import teradata
udaExec = t..... More

Print this item

  brownouts on 220/230/240 volts
Posted by: Skaperen - Aug-10-2018, 06:59 AM - Forum: Bar - No Replies

how many people here, who power their computers with a mains voltage of 220/230/240 volts, ha experienced a brownout or other low voltage event?

th..... More

Print this item

  copy list into variable
Posted by: poroton - Aug-10-2018, 05:48 AM - Forum: General Coding Help - Replies (1)

Hi,

I want to fill the variable "__adress" with content:

[python]
class MyClass

def __init__(self,**args):
for key in argus:
..... More

Print this item

  remember me how to delete python2.7 in Linux
Posted by: sylas - Aug-10-2018, 05:37 AM - Forum: General Coding Help - Replies (19)

Hi all ! Instead of trying to make python3 the default language, it seems to me that deleting python2.7 is preferable. Thanks

Print this item

  Python got it right; ls got it wrong
Posted by: Skaperen - Aug-10-2018, 05:16 AM - Forum: Bar - Replies (2)

Python got it right. ls and sort both ..... More

Print this item

  Help in understanding scope of dictionaries and lists passed to recursive functions
Posted by: barles - Aug-10-2018, 03:54 AM - Forum: General Coding Help - Replies (2)

I'm going to try explaining what I understand here, and hopefully someone can help me understand this. I'm running python 3.6.1 on CentOS 7.

I'm look..... More

Print this item

  my un_utf8() function
Posted by: Skaperen - Aug-10-2018, 02:06 AM - Forum: Bar - No Replies

i am making a function named un_utf8() that converts UTF-8 back to Unicode. i already wrote to_utf8() that converts Unicode to UTF-8. i know Python3..... More

Print this item

  when I type either C B or A nothing appears
Posted by: Samp97 - Aug-10-2018, 12:23 AM - Forum: Homework - Replies (3)

I’ve typed this code and it won’t work any help?:

[python]grade = raw_input(“Enter your grade:”)
grade = [“F”, “E”, “D”, “C”, “B”, “A”]
If grade ..... More

Print this item

  sorting a list of tuples based on date
Posted by: bluefrog - Aug-09-2018, 09:09 PM - Forum: General Coding Help - Replies (2)

Hi

I am unsure whether the tuple is sorted or not.
There appears to be no difference to the list of tuples after being sorted.
[python]
#!/usr/b..... More

Print this item

  download python 3.7.0
Posted by: mainbane - Aug-09-2018, 06:37 PM - Forum: General Coding Help - Replies (1)

hy: just downloaded 3.7.0. cannot get past "modify Setup" screen. any ideas? thanks

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 59 minutes ago Perry DeaD_EyE General Codin...
  How to retrieve money los... 1 hour ago samuel223 samuel223 General Codin...
  [Tkinter] how to export a... 11 hours ago RonR Pedroski55 GUI
  Is the interpreter that c... Today, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish 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...
Most views
  The best Prog... 576851
  Tutorial Requ... 499377
  Web Scraping ... 440628
  Newbie with P... 384603
  New Users Int... 368558
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 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
samuel223 Today
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday
adamsmith12 Yesterday

User Panel Messages

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