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,979
» Latest member: silversimon2
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

Online Users
There are currently 44 online users.
» 0 Member(s) | 36 Guest(s)
Bing, Twitter, AOL, Google, Mojeek

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Today, 07:43 AM
» Replies: 2
» Views: 326
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 957
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 1,010
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 696
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,014
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,446
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,023
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,468
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,363
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,694

 
  How to concatenate multiple dataframes
Posted by: rajeshE - Feb-27-2020, 03:12 PM - Forum: General Coding Help - Replies (1)

Hi,
I have three data frames, I want to connate them horizontally. However. third df is Date column. when I concatenate, its values showing nana.

..... More

Print this item

  multiplying elements in a list
Posted by: Olavv - Feb-27-2020, 12:50 PM - Forum: General Coding Help - Replies (3)

How do I multiply elements in a list with each other?

ex:
If I have to lists
[4, 0.8, 23]
[0.3, 2, 3]
How do I make these lists become a new li..... More

Print this item

  Help with Recursive solution,list items
Posted by: gianniskampanakis - Feb-27-2020, 09:26 AM - Forum: Homework - Replies (8)

Hi. This exercise was at the first exam of my university but I cant solve it. It needs to make a function using recursion. We have for example a list ..... More

Print this item

  How to print the docstring(documentation string) of the input function ?
Posted by: Kishore_Bill - Feb-27-2020, 09:17 AM - Forum: Homework - Replies (1)

Write a python script to print the docstring(documentation string) of the input function in Python 3? I’m new to Python and unable to find the answers..... More

Print this item

  Help on Time Series problem
Posted by: Kishore_Bill - Feb-27-2020, 08:58 AM - Forum: Homework - Replies (1)

I need guidance on the time series problem below. I tried to do on my own as mentioned below but it is not working. I want to know how can I update th..... More

Print this item

  convert 'A B C' to numpy float matrix
Posted by: rezabma - Feb-27-2020, 08:41 AM - Forum: Data Science - Replies (4)

Hi,
I want to use numpy command to read a matrix which is string format of positions of some atoms, for example, as follows:

['2.8320639688889e+00..... More

Print this item

  Create an isolated section in bash?
Posted by: yxk - Feb-27-2020, 08:08 AM - Forum: General Coding Help - Replies (1)

Like in gdb, typing fs will create an independent section at the top of commandline shell which produce a psudo gui to debug.

pdb does not have it ..... More

Print this item

  Music starts too early in state machine
Posted by: michael1789 - Feb-27-2020, 03:57 AM - Forum: Game Development - Replies (2)

Hello,

Been working on a game using the template in the state machine tutorial, but I've run into a little problem with loading and running music...... More

Print this item

  How to do the same as python -m requests.certs inside script?
Posted by: geekgeek - Feb-27-2020, 03:48 AM - Forum: General Coding Help - Replies (2)

This might be a dumb question -

in the command line, python -m requests.cert gives result:
/etc/pki/tls/certs/ca-bundle.crt

How is the righ..... More

Print this item

  Problem with tkinter when creating .exe file
Posted by: Jan_97 - Feb-26-2020, 07:24 PM - Forum: GUI - Replies (2)

I'm currently attempting to take one of my projects and turn it into a .exe file with cxfreeze. Unfortunately I've run into a problem I just cant seem..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... Today, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577403
  Tutorial Requ... 500827
  Web Scraping ... 441051
  Newbie with P... 385105
  New Users Int... 369636
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
silversimon2 Today
alissapena8 Today
hoki1881 Today
stephaniehendrix Today
Schirag Today

User Panel Messages

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