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,251
» Latest member: ftk456
» Forum threads: 38,780
» Forum posts: 175,822

Full Statistics

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

Latest Threads
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
7 hours ago
» Replies: 2
» Views: 59
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 12:09 PM
» Replies: 4
» Views: 119
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 210
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 334
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Nov-11-2025, 05:07 AM
» Replies: 5
» Views: 293
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 130
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,627
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 223
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 213
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,556

 
  a module to import modules
Posted by: Skaperen - Aug-04-2017, 03:59 AM - Forum: General Coding Help - Replies (4)

i am working on a large program that is made of many files the get run as separate processes.  there is a big set of modules that every file needs to ..... More

Print this item

  getting nanoseconds in linux
Posted by: Skaperen - Aug-04-2017, 03:25 AM - Forum: Bar - Replies (3)

last night i was trying to quickly recall what syscall i used in C on Linux to get the time with nanoseconds.  i thought it was [b]"clock"-some..... More

Print this item

  Capstone Project - Room for Python?
Posted by: QueenBee - Aug-04-2017, 02:02 AM - Forum: Web Scraping & Web Development - Replies (17)

Hello All, very newbie general Python question here.

I am a grad student in BI/BA and starting my capstone in the Fall. Quick summary, its just an ..... More

Print this item

  Can't see my UPnP Opened Ports
Posted by: BaiYouLing4 - Aug-04-2017, 01:33 AM - Forum: Networking - No Replies

Interesting situation - apologies for the long Preface:
After setting Port Forwards via UPnP on a Google Fiber modem, the modem decided to ignore the..... More

Print this item

  Exploring Python by Writing my First Text RPG
Posted by: Prrz - Aug-04-2017, 01:19 AM - Forum: Code sharing - Replies (6)

Hello, Python Forum I am Prrz and this is my first post here in the interesting land of Python developers.
I've decided recently to start teaching mys..... More

Print this item

  Get the correct value when comparing with the list
Posted by: chris0147 - Aug-04-2017, 12:36 AM - Forum: General Coding Help - Replies (8)

Hi all,

I am working on my code as I am calculating with the button width size and the pixel in the area of the X in the screen to add it together to..... More

Print this item

  Interpreter does not consider PYTHONPATH environment variable
Posted by: VegetaSSJ5 - Aug-03-2017, 02:54 PM - Forum: General Coding Help - Replies (2)

Hello,

I have a problem executing scripts because the environment variable PYTHONPATH is not recognized.
I have downloaded the minimal python x64 ..... More

Print this item

  Linux, Python 2 to 3
Posted by: Jtaxel - Aug-03-2017, 01:52 PM - Forum: General Coding Help - Replies (3)

OS: Linux Mint 18.2

Im using Ninja IDE and also PyCharm

Python 2.7 is the default, So when i code in either Pycharm, or Ninja, it defaults to 2...... More

Print this item

  Multithreading in a loop
Posted by: valtih - Aug-03-2017, 01:00 PM - Forum: General Coding Help - Replies (3)

I tried the following to create two worker processes

[python] import threading
for i in range(0, 2):
def spawnAWorker():
printf("%s", i)
#os..... More

Print this item

  python classes
Posted by: prsdll6 - Aug-03-2017, 12:56 PM - Forum: General Coding Help - Replies (14)

I want to start writing scripts so that I can interact using APIs with some vendor websites.
Are there any online resources that can explain how to s..... More

Print this item

  Tabpy Usage with Tableau (Security Considerations)
Posted by: usman - Aug-03-2017, 09:21 AM - Forum: General Coding Help - Replies (2)

Is usage of tabpy for tableau is harmful for Servers?


I want to know is there any security for servers if we use Tabpy API for Tableau ?
I want ..... More

Print this item

  wxGrid::InsertRows
Posted by: ian - Aug-03-2017, 01:59 AM - Forum: GUI - Replies (2)

(python 3.6) when using wxGrid::InsertRows function to insert rows, all labels of the rows are reset. Is there a way to keep labels unchanged? Thanks.

Print this item

  Excel Help
Posted by: Gbry71 - Aug-03-2017, 01:30 AM - Forum: General Coding Help - Replies (5)

I am REALLY new to python. I have used it to open some web pages and used eventghost to take it from there. I have an Excel workbook that has sheets i..... More

Print this item

  more thread question
Posted by: tony1812 - Aug-03-2017, 01:28 AM - Forum: General Coding Help - Replies (3)

Hello, I downloaded this code from SO. I tried it and it works in terminal. But I am puzzled that at the very end it has two statements a.join() and b..... More

Print this item

  variable referenced before assignment
Posted by: Niko047 - Aug-02-2017, 09:43 PM - Forum: Homework - Replies (4)

Hey guys, I was trying to write a function that takes as an argument a number, and according to Newton's formula that states we can estimate the squar..... More

Print this item

  Code is not running on Windows
Posted by: ertank - Aug-02-2017, 07:09 PM - Forum: Data Science - Replies (7)

Hello,

First of all, I am a total newbie by all means to python. I do know pascal (Delphi, Lazarus) but no experience of python at all.

I am usi..... More

Print this item

  [split] We are Hiring Python Devs
Posted by: lyndaawilliams - Aug-02-2017, 12:33 PM - Forum: Jobs - Replies (11)

We are also currently looking for Developers for our Python Development Company with ..... More

Print this item

  help with showing wifi symbol when connected
Posted by: bowen73 - Aug-02-2017, 11:25 AM - Forum: General Coding Help - Replies (8)

Ive got a pi zero w and a ssd1306 128x64 screen and have managed to eventually get something showing up on the screen for examples (yey)

ive got a ..... More

Print this item

  Simple syntax error help
Posted by: paulmj7 - Aug-02-2017, 08:08 AM - Forum: General Coding Help - Replies (4)

Im new to programming in general and am playing with the water. I seem to have hit a syntax error that I just cannot figure out why.

[python]person..... More

Print this item

  Cannot extract wranings/errors from ant script
Posted by: wikedkid - Aug-02-2017, 05:58 AM - Forum: General Coding Help - Replies (1)

Hi,

I have been learning python for about 4 months now and i'm stuck trying to extract errors/warnings after running an ant script.
I am running p..... More

Print this item

  For Gamers -- Super deal
Posted by: Larz60+ - Aug-01-2017, 08:14 PM - Forum: Bar - Replies (5)

From Larz60+ ... Looks like spam, I guess it is, but such a deal can't be ignored
Many of these games are probably not so good, but if you get them a..... More

Print this item

  Learn PyCharm and Python 3.6 Aug 2 15:00-16:00 GMT
Posted by: Larz60+ - Aug-01-2017, 07:51 PM - Forum: News and Discussions - No Replies

jetbrains.com is holding a webinar tomorrow Here
Subject: Teaching Python 3.6 w..... More

Print this item

  Help Requested
Posted by: Contraversia - Aug-01-2017, 07:00 PM - Forum: General Coding Help - Replies (4)

So I'm building a miniature code just to simulate a terminal like the command line, how ever it has a log on a phase which requires a password, which ..... More

Print this item

  Need desperate help
Posted by: needHelpp - Aug-01-2017, 03:56 PM - Forum: Data Science - Replies (2)

I really need to use scipy, numpy, sympy, mathplot and all the maths/science packages. I have spent countless hours trying now and have had no help fr..... More

Print this item

  Newbie here - how do i compare\check 2 attributes of an instance
Posted by: BenSalem - Aug-01-2017, 12:46 PM - Forum: General Coding Help - Replies (2)

hey there :) got stuck in exercise

made a class of CrazyPlane
now i need to make a infinite loop to get random coordinates for the planes
but if one ..... More

Print this item

  Projected Surface in 2D [Difficult topic]
Posted by: Hans_K - Aug-01-2017, 12:14 PM - Forum: General Coding Help - Replies (6)

Hello Phyton colleagues ,

The difficulties I face:

When I import a part in Freecad I want to know the projected surface of the part [u]automati..... More

Print this item

  tkinter project
Posted by: simon149 - Aug-01-2017, 12:06 PM - Forum: GUI - Replies (2)

First Post!
I am new to python but have some experience in VB and a little C!
Building a machine monitoring project that collects data from a machin..... More

Print this item

  Python 3 MySQL database insert error
Posted by: georgian2all - Aug-01-2017, 10:32 AM - Forum: General Coding Help - Replies (7)

Hello all and a good day.
I have a little problem with this Python script and any help will be appreciated. Thank you in advance for your support.
I..... More

Print this item

  Beautiful soup opens python command line and nothing happens
Posted by: Prince_Bhatia - Aug-01-2017, 09:29 AM - Forum: Web Scraping & Web Development - Replies (4)

i am new to programming , i have created a webscraper in python using beautiful soup but when i run this program it opens python command line and and ..... More

Print this item

  Recursive function need help
Posted by: Neural_oD - Aug-01-2017, 07:42 AM - Forum: Homework - Replies (4)

Hi All
New to coding/python, and still battling with a couple of concepts. Need some help with regards to a function that I'm meant to write.
So bas..... More

Print this item

  TypeError: 'int' object is not iterable
Posted by: santoshpalpunuri - Aug-01-2017, 05:27 AM - Forum: General Coding Help - Replies (1)

my question here

I was trying to execute the below code and it is throwing the error 'int object is not iterable'

Code:
[python]
def populatel..... More

Print this item

  Additional slashes being added to string
Posted by: burvil - Aug-01-2017, 05:21 AM - Forum: General Coding Help - Replies (8)

I have the following code, where I have the variable domain_with_escapes the way I want it. When I add it as part of a value in a dictionary, there a..... More

Print this item

  Get DataFrame from GoogleFinance Client
Posted by: ian - Aug-01-2017, 04:05 AM - Forum: Data Science - Replies (4)

How to use python 3.6 to get dataframes by using Google Finance Client (import googlefinance.client as gf) ?
I would like to get data from this URL: ..... More

Print this item

  tkinter button commands
Posted by: Lux - Aug-01-2017, 02:36 AM - Forum: GUI - Replies (1)

[font=Arial,Helvetica,sans-serif]I am writing code in tkinter (on a mac, in Python 3.6)
Right now, I am writing some code that basically waits until ..... More

Print this item

  Whats wrong with my thread?
Posted by: tony1812 - Aug-01-2017, 01:03 AM - Forum: General Coding Help - Replies (7)

Hello. I just started learning Python
I wrote this code. The idea is to let the main thread to hadle the UI tasks and leave the relay control to a ne..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  why is the image not show... 7 hours ago sarbogast deanhystad General Codin...
  New to python and coding Yesterday, 12:09 lary_p jefsummers Homework
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... 11-11, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
Most views
  The best Prog... 578884
  Tutorial Requ... 510035
  Web Scraping ... 441929
  Newbie with P... 385941
  New Users Int... 376556
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday
kai_cow2710 Yesterday
Kacper 11-11

User Panel Messages

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