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 46 online users.
» 1 Member(s) | 42 Guest(s)
Google, AOL, Bing, snippsat

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
3 minutes ago
» Replies: 10
» Views: 265
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
Yesterday, 08:01 PM
» Replies: 0
» Views: 43
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: 39
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,114
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: 725
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: 196
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 163

 
  Help with tic-tac-toe project
Posted by: MAZambelli4353 - Aug-15-2018, 01:22 AM - Forum: General Coding Help - Replies (3)

Hello Ive been teaching myself python for almost a month now and Im trying to implement classes into this project which is something Im new to. Its n..... More

Print this item

  Python Developer Miami, FL
Posted by: nickn0it - Aug-15-2018, 01:14 AM - Forum: Jobs - Replies (2)

Hi all,

I have a 6 month contract to hire opportunity that will rollover to a permanent Python Developer position within the banking industry. No b..... More

Print this item

  TypeError: get_names() takes 0 positional arguments but 1 was given
Posted by: Truman - Aug-15-2018, 12:22 AM - Forum: Web Scraping & Web Development - Replies (2)

module...:
[python]#! python 3
# I wonder who the five most popular mathematicians are?

from requests import get
from requests.exceptions impor..... More

Print this item

  PyCharm virtual environment (venv) issues?
Posted by: j.crater - Aug-14-2018, 09:59 PM - Forum: News and Discussions - Replies (1)

I have noticed multiple mentions of issues regarding virtual environments in PyCharm.
My use of PyCharm didn't stretch much beyond a couple of relativ..... More

Print this item

  output to programs
Posted by: prasunawasthi - Aug-14-2018, 07:30 PM - Forum: Homework - Replies (3)

What is the value of h(231,8) for the function below?
[python] def h(m,n):
ans = 0
while (m >= n):
(ans,m) = (ans+1,m-n)
retu..... More

Print this item

  TkInter toggle Label on/off
Posted by: MTom5 - Aug-14-2018, 07:27 PM - Forum: GUI - Replies (2)

How can i get a TkInter Label to toggle on off? the toggle on works the label isnt visable upon start and then appears when the checkbutton is pressed..... More

Print this item

  bind label and entry text with return key
Posted by: metulburr - Aug-14-2018, 07:00 PM - Forum: GUI - Replies (1)

Im going through a tutorial comparing tkinter with wxpython, and this is the code. My problem is line 14 where it binds the label and entry text when ..... More

Print this item

  Intro to WebScraping
Posted by: d1rjr03 - Aug-14-2018, 06:56 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello,

I am starting to create a webscraper for work, I am very inexperienced with Python and I am running into a strange issue. I am starting with v..... More

Print this item

  List and Dictionaries with Pandas
Posted by: Balinor - Aug-14-2018, 06:10 PM - Forum: Data Science - Replies (3)

Hi...

I'm trying to use pandas to read data from an excel file:

df = pd.read_excel('C:testfile.xls', sheet)
My excel file has a li..... More

Print this item

  Need help !!! Loop is not moving
Posted by: aankrose - Aug-14-2018, 04:49 PM - Forum: General Coding Help - Replies (4)

[python]
print("Help! My computer doesn't work!")
done = False
while not done:
print("Does the computer make any sounds (fans, etc.) ")
c..... More

Print this item

  TkInter Setting Out Project
Posted by: MTom5 - Aug-14-2018, 03:42 PM - Forum: GUI - Replies (1)

Teaching myself Python i struggled to keep engaged with the apples pears oranges 1 2 3 excercises/examples and decided i would try an make a practical..... More

Print this item

  can you tell me what editor other than geany is the best for linux mint
Posted by: HakolYahol - Aug-14-2018, 03:29 PM - Forum: Bar - Replies (11)

should be free and very easy to install

thank you

Print this item

  Dictionary multi dimension support
Posted by: sripylearn - Aug-14-2018, 03:14 PM - Forum: General Coding Help - Replies (3)

Need Help on below error

When i write a code like below

dic1 = {}
dic1['key1']['key2']  = 'Value1'

print(dic1)
Below error i..... More

Print this item

  Encode string split problem
Posted by: sripylearn - Aug-14-2018, 02:16 PM - Forum: General Coding Help - Replies (3)

Traceback (most recent call last):
File "C:/-Prsnl/learning/python/VzPyinP/vzPylib/vzPyfunc.py", line 141, in <module>
print(" The Return of Get..... More

Print this item

  Append string to StaticText
Posted by: giu88 - Aug-14-2018, 01:58 PM - Forum: GUI - Replies (1)

Hello,

I have a StaticText where i can set the label with

mystaticText.setLabel("Hello")
However, when i use SetLabel, the s..... More

Print this item

  Pass 2x Variables from Function to another Function
Posted by: MTom5 - Aug-14-2018, 01:44 PM - Forum: General Coding Help - Replies (3)

I am trying to avoid using Global variables to solve the problem i am having of passing 2 variables from one function to another function.

Function..... More

Print this item

  Python cloud computing projects
Posted by: giteepag - Aug-14-2018, 01:34 PM - Forum: News and Discussions - Replies (2)

Hello Experts,

Does anyone has a good resources information where I can find cloud computing projects using python. This is for my learning to see ..... More

Print this item

  os.listdir(path) and non-string as input
Posted by: metalray - Aug-14-2018, 12:44 PM - Forum: General Coding Help - Replies (4)

Dear Python Experts,

I am trying to interate through folders in my root directory.
With the start of the first interation (folder) a new folder sh..... More

Print this item

  Accessing first list element when at end of loop!
Posted by: JY450 - Aug-14-2018, 12:37 PM - Forum: General Coding Help - Replies (1)

HI,
I'm new to this so sorry if my formatting is a bit off!
Essentially I wish to have a list, say [1,2,3,4] and to loop through it, and sum the pre..... More

Print this item

  openpyxl workbook module not callable
Posted by: docwat - Aug-14-2018, 11:55 AM - Forum: General Coding Help - Replies (3)

Hi,
I have pip installed openpyxl under Python 3.7 and cannot run this:

>>>from openpyxl import workbook
>>>
>>>wb = workbook()
Traceback : Fil..... More

Print this item

  Need Suggestion for a Good Python IDE
Posted by: Aprogrammer - Aug-14-2018, 11:55 AM - Forum: News and Discussions - Replies (6)

After programming in C++ for over 3 years now I finally decided to move for Python programming. However, after searching and going through many lists ..... More

Print this item

  Getting error str object is not callable in find by xpath
Posted by: sumandas89 - Aug-14-2018, 10:48 AM - Forum: General Coding Help - Replies (3)

Here is my code segment -

[python]for clk in range(1, int(lim)):
for i in range(1, 101):
tab_str = '//*[@id="tbody_other_search"]/tr[..... More

Print this item

  Editing Dictionaries
Posted by: Astrikor - Aug-14-2018, 10:02 AM - Forum: General Coding Help - Replies (7)

I have 3 dictionaries in which I am trying to update the values of the keys.
The keys of each dictionary are identical, so I thought I could simply c..... More

Print this item

  How to create a static white box text
Posted by: giu88 - Aug-14-2018, 09:43 AM - Forum: GUI - Replies (2)

Hello,

I need to create a very simple box to show the path of a file. The application will show, at start up, in the same row (i will use boxSizer(..... More

Print this item

  Python Variable manipulation
Posted by: KirkmanJ - Aug-14-2018, 09:30 AM - Forum: General Coding Help - Replies (8)

I am going to assume this is simple and the issue is that I am missing the obvious.

I have variables defined like so:
[python]
# First I define all..... More

Print this item

  How do I get rid of certain text
Posted by: keegan_010 - Aug-14-2018, 09:15 AM - Forum: General Coding Help - Replies (2)

Hello, I am pretty new to python and wanted to make a simple program that tells you how long you have been alive for. All I have so far is:
[python]..... More

Print this item

  Learning functional programming
Posted by: vndywarhol - Aug-14-2018, 08:05 AM - Forum: General Coding Help - Replies (2)

Hi! I decided to apply the functional programming in Python and apply it to the Collatz Conjecture. At first I wrote code for myself in the usual styl..... More

Print this item

  setting two buttons next to each other
Posted by: metulburr - Aug-14-2018, 02:23 AM - Forum: GUI - Replies (9)

I am fluent in tkinter, but i wanted to dip a little into wxpython.

I am trying common layout tasks and struggling. This one is just simply setting 2..... More

Print this item

  module ipaddress
Posted by: Skaperen - Aug-14-2018, 02:10 AM - Forum: News and Discussions - Replies (2)

today, i was reading through the doc for module ipaddress. i have already used this module, but i am going through everything again, more slowly this..... More

Print this item

  Login to Corporate Website
Posted by: tkj80 - Aug-14-2018, 02:04 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm trying to write a script to login to a corporate website to download reports. I already have the code in PowerShell but I would like to wri..... More

Print this item

  Text Based Game
Posted by: DuaneJack - Aug-14-2018, 01:35 AM - Forum: Game Development - Replies (3)

I am a complete noob and old to boot, I have created some code that will give the user 2 chances to get the correct answer, if they are wrong 2 times,..... More

Print this item

  Python Interpreter: trouble with memory mapped .nfs0000x files
Posted by: tpk3 - Aug-14-2018, 01:12 AM - Forum: Networking - No Replies

Hi everybody!
I have been stuck troubleshooting this situation all day and was hoping that somebody here could help me.

I am writing an extension mod..... More

Print this item

  making graphical image files
Posted by: Skaperen - Aug-13-2018, 11:18 PM - Forum: News and Discussions - Replies (2)

are there modules for making graphical image files in formats like BMP. GIF, JPEG, and PNG? i would be surprised if there are none. but the question..... More

Print this item

  tool/program/script to translate bash to python
Posted by: Skaperen - Aug-13-2018, 10:39 PM - Forum: News and Discussions - Replies (4)

does anyone know of a tool/program/script to translate bash to python? i have large (1751 lines) bash script that i would like to translate to python..... More

Print this item

  What's the angle?
Posted by: microphone_head - Aug-13-2018, 08:38 PM - Forum: Game Development - No Replies

I'm looking for a way to solve my problem.

I'm working on a game Rocks In Space. Its similar to the old Asteriods game. The craft can turn on a s..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 3 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... 579499
  Tutorial Requ... 512885
  Web Scraping ... 442371
  Newbie with P... 386398
  New Users Int... 381746
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