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

Full Statistics

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

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
3 hours ago
» Replies: 2
» Views: 99
How to retrieve money los...
Forum: General Coding Help
Last Post: samuel223
3 hours ago
» Replies: 1
» Views: 15
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 160
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 350
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,393
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: 287
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 738
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 941
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,195

 
  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

  Why isn’t there any good hacking books written in Python 3
Posted by: Takeshio - Aug-13-2018, 04:48 PM - Forum: News and Discussions - Replies (8)

Hi Guys,

I am currently learning Python 3 recently using the Crash Course for Beginners Book and so far so good. My intention of learning Python i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 3 hours ago Perry DeaD_EyE General Codin...
  How to retrieve money los... 3 hours ago samuel223 samuel223 General Codin...
  [Tkinter] how to export a... Today, 03:45 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... 576853
  Tutorial Requ... 499392
  Web Scraping ... 440629
  Newbie with P... 384603
  New Users Int... 368566
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
Jamirul Today
samuel223 Today
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday

User Panel Messages

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