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,283
» Latest member: alexferrina
» Forum threads: 38,793
» Forum posts: 175,876

Full Statistics

Online Users
There are currently 41 online users.
» 2 Member(s) | 35 Guest(s)
Bing, Google, AOL, Google Image, lovedeep, Gichardaxora

Latest Threads
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
Less than 1 minute ago
» Replies: 0
» Views: 1
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
9 hours ago
» Replies: 5
» Views: 109
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 47
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,482
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 139
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 61
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,065
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,298
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 364
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 204

 
  Step in option is gryed out
Posted by: jassi123 - Feb-26-2020, 03:32 PM - Forum: GUI - Replies (1)

Hi Team,

My step in option is gyred out in pycharm IDE of Python. Here is the screenshot:-

Can you please look into this issue.


Regards,
(..... More

Print this item

  delete
Posted by: wei321 - Feb-26-2020, 02:43 PM - Forum: GUI - Replies (1)

delete

Print this item

  Softwares to learn data science
Posted by: jk91 - Feb-26-2020, 10:42 AM - Forum: Data Science - Replies (2)

Hi,

To learn data science which software should be installed considering the system limitation is OS Windows 10 (Pro)version on 64 bit and 3 GB RAM..... More


Attached Files

Thumbnail(s)
               
Print this item

  wsgi server ports
Posted by: chrisdb - Feb-26-2020, 07:04 AM - Forum: Web Scraping & Web Development - Replies (3)

Hello,

I'm coming from a Java background and for most web projects I've used tomcat as a web server. The thing is that if I want to deploy an appli..... More

Print this item

  Is there a better data structure than classes for a set of employes?
Posted by: Schlangenversteher - Feb-26-2020, 06:45 AM - Forum: Data Science - Replies (5)

Hello,

i have around 100 uniform data sets of employes that i would like to read and process in my code. Most of the data, like name or nationality..... More

Print this item

  GUI Calculator
Posted by: bengypthon - Feb-26-2020, 02:28 AM - Forum: GUI - No Replies

This is a code that I've been working on for school. It's a calculator using tkinter. Can someone explain how I can fix this error? Also, what should ..... More

Print this item

  How to create matplotlib subplots from figures
Posted by: vitaly - Feb-25-2020, 10:05 PM - Forum: Data Science - Replies (3)

I want to create subplots from a number of figures I created in different parts of the code which may include linear regression plots, boxplots, etc. ..... More

Print this item

  cannot reset list in for loop
Posted by: bstanard - Feb-25-2020, 09:45 PM - Forum: General Coding Help - Replies (3)

I am trying to write a short program to solve a measurement puzzle with three jiggers of water. I want it to loop through a list of tuples, each one o..... More

Print this item

  Django Security Vulnerability CVE-2020-7471
Posted by: buran - Feb-25-2020, 07:57 PM - Forum: News and Discussions - No Replies

https://cve.mitre.org/cgi-bin/cvename.cg...-2020-7471

Django 1.11 before 1.11.28, 2.2 before 2.2.10, and 3.0 before 3.0.3 allows SQL Injecti..... More

Print this item

  Continuously iterating through a csv file
Posted by: ExplodingCoyote - Feb-25-2020, 07:19 PM - Forum: General Coding Help - Replies (2)

hi, I am writing python code that reads values from a csv file, I have the reading down but when the program reaches the end of the csv I need it to s..... More

Print this item

  compiled cpython output wrong version
Posted by: bigrockcrasher - Feb-25-2020, 06:31 PM - Forum: General Coding Help - No Replies

I recently compiled cpython 3.6.10 on centos 7. I do not have administrative access so I have another folder were I install things. I noticed that th..... More

Print this item

  A better way to limit loop execution?
Posted by: t4keheart - Feb-25-2020, 06:30 PM - Forum: General Coding Help - Replies (3)

Hi everyone,
I'm somewhat new to the language so I'm hoping there's a better way to do this. I have some loops in my program that execute, but I wan..... More

Print this item

  Logging tutorial!
Posted by: t4keheart - Feb-25-2020, 03:33 PM - Forum: Code sharing - Replies (2)

I just finished creating a logger class and thought it might be useful for some people as it's a module that can be re-used to add logging functionali..... More

Print this item

  QTableWidget stylesheet error
Posted by: mart79 - Feb-25-2020, 03:02 PM - Forum: GUI - Replies (3)

Hi,

I have a QTableWidget on my GUI and when I want to style the table headers, it does not style the top left section of the table.

The table i..... More

Print this item

  Replacing model in MV(C) application
Posted by: Oolongtea - Feb-25-2020, 02:03 PM - Forum: General Coding Help - No Replies

I am building a program using what is hopefully an MV architecture (see example below).

The main data structure in my program is bound to a number ..... More

Print this item

  Pre-populating WTForms form values for edit
Posted by: danfoster - Feb-25-2020, 01:37 PM - Forum: Web Scraping & Web Development - No Replies

I'm a newbie, trying to use Flask with WTForms. My objective is to create a form to edit a user record returned from a database. The following code, ..... More

Print this item

  MODBUS SERVER
Posted by: crash_overhead - Feb-25-2020, 01:35 PM - Forum: Networking - Replies (1)

Hi all,
i would like to develop a simple modbus Server, over RS485, with python. I have siemens PLC as master and i want write data in the holding r..... More

Print this item

  How to change the player image, when moving
Posted by: Piethon - Feb-25-2020, 10:55 AM - Forum: Game Development - Replies (2)

Hello.

I am working on a little game.
I want the player image to change, when you press w or a or s or d.
But somehow the image of the player is ..... More

Print this item

  Validate JSON file
Posted by: BellaMac - Feb-25-2020, 10:42 AM - Forum: General Coding Help - Replies (12)

Hi, I am new to the python language (well new to any programming language). From what I have been reding on-line, python has components to validate JS..... More

Print this item

  Read Data from Serial port
Posted by: PA3040 - Feb-25-2020, 03:36 AM - Forum: GUI - Replies (2)

Hi Team

Is Amy one who have code for read data from Serial port like Arduino and put the reading to the Entry Widgets or Text widget

I have a c..... More

Print this item

  Build unofficial API from an website
Posted by: Man_from_India - Feb-25-2020, 01:21 AM - Forum: Web Scraping & Web Development - No Replies

There is a pizza ordering API available, and we can use it using pip.

But as far as I know that API is not an official API. How that API was built?..... More

Print this item

  Nameparser - Traceback error
Posted by: tjnichols - Feb-24-2020, 11:28 PM - Forum: General Coding Help - Replies (2)

Greetings!

I'm getting the following error when I try to run a python file based on data in an Excel spreadsheet. I have installed the modules unde..... More

Print this item

  Can't get progressbar to update
Posted by: frednet - Feb-24-2020, 10:53 PM - Forum: GUI - No Replies

I'm trying to create a program that uses a progress bar to show the CPU temperature and it works, but only once![python]# importing tkinter module
f..... More

Print this item

  Hangman Troubleshooting
Posted by: Ewilliam51 - Feb-24-2020, 10:49 PM - Forum: Game Development - Replies (5)

Okay so, I created a hangman game, this is the code for the game

[python]import time
name = input("what is your name?: ")
print("Hello, " +name +..... More

Print this item

  'tuple' object has no attribute 'data'
Posted by: gregpederseng - Feb-24-2020, 10:47 PM - Forum: General Coding Help - Replies (2)

I am trying to determine time complexity of the MergeSort algorithm below:

[python]
def sortedMerge(self, a, b):
result = None
..... More

Print this item

  Deleting a line in a csv file
Posted by: julio2000 - Feb-24-2020, 09:29 PM - Forum: General Coding Help - Replies (6)

I just can't figure out how to do this :(

I've got a csv file with this content:
Main,Daan,Daanssen,jojo@dahf.nl,Tennon straat,39,4124KE,Buren,063..... More

Print this item

  plz help with this error
Posted by: taxenmaxen - Feb-24-2020, 07:45 PM - Forum: General Coding Help - Replies (1)

[error]
Traceback (most recent call last):
File "C:\Users\max\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_cod..... More

Print this item

  No such column id
Posted by: Linuxdesire - Feb-24-2020, 07:25 PM - Forum: General Coding Help - Replies (1)

I found a tutorial where you can input a movie in the terminal and it prints out on screen. It gets the information from IMDB. That part works fine. B..... More

Print this item

  get variable of yaml file
Posted by: lateublegende - Feb-24-2020, 07:20 PM - Forum: Homework - Replies (1)

Hello, I have some problem with my program. I have try to solve my problem by myself but I do something wrong. Here my yaml file.

[python]
role.on..... More

Print this item

  Reading a csv file
Posted by: julio2000 - Feb-24-2020, 01:34 PM - Forum: General Coding Help - Replies (1)

I know this is a stupid question but I just can't solve the error I get.

So I've got a file called: Profiles.txt, and I want to open it with pytho..... More

Print this item

  Face recognition
Posted by: white_bird - Feb-24-2020, 01:24 PM - Forum: Data Science - Replies (2)

Hi, I am a student and I want to ask for help if you have time.
I am working actually, on a face recognition project, using OpenCV and raspberry pi...... More

Print this item

  NameError: name ?
Posted by: JohnnyCoffee - Feb-24-2020, 11:20 AM - Forum: General Coding Help - Replies (4)

I need to get the value of the variable below that stores a dictionary, why do I get the answer (NameError: name 'variable' is not defined) ?

Exemp..... More

Print this item

  How to compare two columns and highlight the unique values of column two using pandas
Posted by: shubhamjainj - Feb-24-2020, 06:19 AM - Forum: General Coding Help - No Replies

I was using following conditional formatting code but it is not working :

[python]
#Data_analysis_std is excel file name
#pd is pandas object
wr..... More

Print this item

  How to write test cases for a init function by Unit test in python?
Posted by: binhduonggttn - Feb-24-2020, 04:46 AM - Forum: General Coding Help - Replies (2)

I'm new in Python. I have a __init__ function with information about data sink config and I have to write some test cases fot it. But init is a functi..... More

Print this item

  run command or do it in the script
Posted by: Skaperen - Feb-24-2020, 03:00 AM - Forum: News and Discussions - Replies (3)

i was considering the decision of how to copy the permissions of a file to another file, should a do the os functions or just run the "chmod" command..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LhanePulse Less than 1 minute ago Gichardaxora Gichardaxora General Codin...
  data fetching for indian ... 9 hours ago drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
Most views
  The best Prog... 579254
  Tutorial Requ... 512095
  Web Scraping ... 442184
  Newbie with P... 386294
  New Users Int... 379572
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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