Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,921

Full Statistics

Online Users
There are currently 41 online users.
» 1 Member(s) | 37 Guest(s)
Bing, Google, AOL

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
56 minutes ago
» Replies: 10
» Views: 272
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
Yesterday, 08:01 PM
» Replies: 0
» Views: 51
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 87
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 41
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,115
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 200
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 728
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,836
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 198
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 163

 
  Add reference into Python in Visual Studio
Posted by: python_bim - Aug-12-2018, 05:02 AM - Forum: General Coding Help - No Replies

Hi all,
How i can add reference file (*dll) into python in visual studio. with c# I can add reference but in python I can not browse to the library f..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 56 minutes ago Lou snippsat General Codin...
  Python compiler Yesterday, 20:01 NeoQuant NeoQuant General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579500
  Tutorial Requ... 512892
  Web Scraping ... 442372
  Newbie with P... 386398
  New Users Int... 381747
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12113
buran 8196
snippsat 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
QABOB Today
adityaN Today
NeoQuant Yesterday
Hosthubac Yesterday
ifdainstitute7 Yesterday

User Panel Messages

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