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,639
» Latest member: marcustessy
» Forum threads: 38,641
» Forum posts: 175,090

Full Statistics

Online Users
There are currently 462 online users.
» 0 Member(s) | 455 Guest(s)
Bing, Google, Baidu, Yandex, Apple, Google Image

Latest Threads
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
5 hours ago
» Replies: 13
» Views: 398
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
5 hours ago
» Replies: 2
» Views: 87
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
8 hours ago
» Replies: 4
» Views: 127
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Yesterday, 06:19 AM
» Replies: 1
» Views: 89
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,116
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,898
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Jun-28-2025, 03:54 AM
» Replies: 3
» Views: 2,129
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Jun-27-2025, 01:32 PM
» Replies: 3
» Views: 389
Web scraping confusion
Forum: Web Scraping & Web Development
Last Post: AlluminumFoil
Jun-27-2025, 11:05 AM
» Replies: 4
» Views: 1,906
Problem Converting Tradin...
Forum: General Coding Help
Last Post: wallneradam
Jun-27-2025, 07:29 AM
» Replies: 2
» Views: 2,833

 
  How to use a pmml model in Python
Posted by: FlamingGuava - Aug-04-2017, 02:11 PM - Forum: Data Science - Replies (3)

Hey, I have a small neural network model, 25 neurons, that I trained recently, that I want to use to scan executable files with, to determine if they'..... More

Print this item

  Michael Driscoll's Python 101 book, as a website
Posted by: buran - Aug-04-2017, 11:13 AM - Forum: News and Discussions - Replies (4)

http://python101.pythonlibrary.org/

from the e-mail:
[quote]Python 101 as a Website
Hi,
I decided to put my first book, Python 101, on th..... More

Print this item

  utm package error - need your help
Posted by: Tyagi_j - Aug-04-2017, 08:06 AM - Forum: Data Science - Replies (2)

Hi ,

i have started working on python - pandas since from a month, especially on geo-location/Geo spatial analysis.

i'm using the package : utm ..... More

Print this item

  program that search string in text file and do something
Posted by: alon30 - Aug-04-2017, 08:03 AM - Forum: Homework - Replies (1)

[font=Tahoma, Geneva, sans-serif][font=Tahoma,Geneva,sans-serif]Hi, I'm new to thing forum and to this programming in python!

can someone help me a..... More

Print this item

  Pandas df.read_html dropping duplicate tables in html : Urgent Guidance
Posted by: radioactive9 - Aug-04-2017, 06:01 AM - Forum: Data Science - Replies (1)

my question here

import pandas as pd
tables = pd.read_html('D:\\myhtml.html', header=0)
print (tables)
I have a html fi..... More

Print this item

  how to bind entry to a function in another file
Posted by: Rishav - Aug-04-2017, 05:15 AM - Forum: GUI - Replies (1)

so i have an entry box when i enter something into it and press enter it will print the value. when the function which i am binding into is in same py..... More

Print this item

  Converting excel file to txt file
Posted by: muhsin - Aug-04-2017, 05:06 AM - Forum: Data Science - Replies (3)

Hello all,
I am a new user. I would like to convert an excel file to txt file by also doing some modifications in it. Can anyone please tell me how I..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  replace or remove text fr... 5 hours ago Curbie Curbie General Codin...
  [PyQt] locating a pushbut... 5 hours ago arbiel deanhystad GUI
  Difference and meaning in... 8 hours ago Udbytossen Gribouillis General Codin...
  While loop is terminating... Yesterday, 06:19 jumpsworthnow Gribouillis Homework
  How to put my game loop i... 06-28, 08:36 temlotresid6 Thatedge Game Developm...
  2D-Cube-Tic-Tac-Toe 06-28, 08:35 freethrownucleus Thatedge Game Developm...
  Unable to install pygame ... 06-28, 03:54 garthE Plyth Game Developm...
  List[] in Python needs so... 06-27, 13:32 Codingdesigner12 DeaD_EyE Game Developm...
  Web scraping confusion 06-27, 11:05 keifin AlluminumFoil Web Scraping ...
  Problem Converting Tradin... 06-27, 07:29 kralxs wallneradam General Codin...
  [PyQt] PyQT5 Thread crash... 06-26, 20:17 Suresh Axel_Erfurt GUI
Most views
  The best Prog... 572365
  Tutorial Requ... 485100
  Web Scraping ... 436895
  Newbie with P... 379733
  Thread remain... 351242
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12068
buran 8173
snippsat 7341
deanhystad 6844
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
marcustessy Yesterday
dmac6809 Yesterday
racheldavis66 Yesterday
ankaoutdoor Yesterday
humphrey88 Yesterday

User Panel Messages

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