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,970
» Latest member: Seu12Jorge
» Forum threads: 38,731
» Forum posts: 175,552

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
44 minutes ago
» Replies: 6
» Views: 320
LOST BITCOIN OR USDT?WE H...
Forum: Networking
Last Post: leewang
51 minutes ago
» Replies: 0
» Views: 6
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
4 hours ago
» Replies: 7
» Views: 2,780
looking for help
Forum: Bar
Last Post: PhamMaria
5 hours ago
» Replies: 1
» Views: 1,904
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 647
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,178
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,744
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 635
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,131
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,108

 
  Change Label Every 5 Seconds
Posted by: gw1500se - May-26-2020, 04:06 PM - Forum: GUI - Replies (4)

I have written a loop that changes a Label. However, I don't know how to wait until the changed label is displayed to start my time delay. If I change..... More

Print this item

  Python web app implementation
Posted by: Shruthi - May-26-2020, 02:29 PM - Forum: Web Scraping & Web Development - Replies (2)

I am doing a POC to create a webpage to upload an image file and save the file in RDBMS using python code.
Can I do this without any framework ?
I d..... More

Print this item

  Hashing Passwords (HELP)
Posted by: MianDoesCoding - May-26-2020, 02:15 PM - Forum: Homework - Replies (4)

Hey guys so what i'm new to python and my brother challenged me with this.
Make a thing where it asks you 'sign up or login?'
if you pick sign up it..... More

Print this item

  pd.concat Problem
Posted by: WiPi - May-26-2020, 01:34 PM - Forum: General Coding Help - Replies (1)

Hi guys,

I am struggling to get the pd.concat function to merge (or append) two csv files. Each file has 4 x columns with the same type of data. My..... More

Print this item

  Making An app (Need people urgently!)
Posted by: MianDoesCoding - May-26-2020, 01:24 PM - Forum: Bar - Replies (5)

Hey everyone!
My third post :)
So i have decided to make an app, idk what about or whats in it, but i was wondering if anyone wanted to help me and ..... More

Print this item

  Parse JSON multiple objects
Posted by: larkin_L - May-26-2020, 12:52 PM - Forum: General Coding Help - Replies (8)

I'm having trouble parsing multiple objects within a JSON array. I can get my code to work, but I have to manipulate the JSON file which I shouldn't h..... More

Print this item

  Need help really bad ;(
Posted by: MianDoesCoding - May-26-2020, 12:04 PM - Forum: General Coding Help - Replies (7)

Hey guys!,
so im making a little thing like with imput, else if-else and more to ask somthing.
but i was wondering, could i make like somthing that ..... More

Print this item

  Scipy kolmogorov smirnov test for evaluating the fitting of a non-normal distribution
Posted by: mcva - May-26-2020, 12:01 PM - Forum: General Coding Help - No Replies

Hi thank you in advance for reading this

Can Scipy kolmogorov smirnov (KS) test be used for evaluating the fitting of a non-normal distribution lik..... More

Print this item

  boost_python3 problem
Posted by: jcezanna56 - May-26-2020, 11:47 AM - Forum: News and Discussions - Replies (3)

I'm not sure to be in the correct thread, just move my message if needed

On mac OS, every thing being updated, after installing the python-3.8.3-ma..... More

Print this item

  The code to decrypt Caeser Cipher.
Posted by: lazerwolf101 - May-26-2020, 11:00 AM - Forum: General Coding Help - Replies (2)

This is what I have done so far. I really need help on decryption. When I choose the decryption option I do not want it ask for a key from me. I want ..... More

Print this item

  How to make data coming from a database clickable giving more details
Posted by: newbie1 - May-26-2020, 10:52 AM - Forum: Web Scraping & Web Development - Replies (8)

There is no results in the dashboard.html and even if the result was given how can I make the name clickable so that I can see the details?
[python]..... More

Print this item

  How to properly catch this exception
Posted by: Emekadavid - May-26-2020, 08:07 AM - Forum: Homework - Replies (10)

I wanted to write a little code that takes in a number. If the number is within a specified range, 0.0 to 1.0, no exception is thrown. But if it is ou..... More

Print this item

  Excel: Apply formating of a sheet(file1) to another sheet(file2)
Posted by: lowermoon - May-26-2020, 07:00 AM - Forum: General Coding Help - Replies (1)

Hello!

Does python offers the possibility of applying the formatting style from a sheet (from file1) to another sheet(from file2). I would like to th..... More

Print this item

  pillow reversing the order of pixels after every row
Posted by: johnEmScott - May-26-2020, 02:27 AM - Forum: General Coding Help - Replies (4)

I need help reversing the order of pixels in an image after every row. If anyone has a solution it would be appreciated.
[python]def main():
f..... More

Print this item

  How do I translate this into python code? (excel vlookup)
Posted by: eeps24 - May-26-2020, 01:39 AM - Forum: Data Science - Replies (6)

I have two dataframes and trying to do a excel vlookup type function.

excel's vlookup parameters: vlookup(lookup_value,table_array,col_index_num,ra..... More

Print this item

  Solaris 10 building Python 3.8.3 problems.
Posted by: munocat - May-26-2020, 01:05 AM - Forum: General Coding Help - No Replies

I am trying to build Python 3.8.3 for my Solaris 10 ultra Sparc. It builds most modules accept a few. It is with these few I am struggling.


Modu..... More

Print this item

  Regarding question on coding
Posted by: asmfloyd - May-26-2020, 01:04 AM - Forum: General Coding Help - Replies (2)

Hi,
I am learning python. I just saw this coding which is generating 2 datasets.I have a question. Can someone explain the part in "dataset1"? I be..... More

Print this item

  Jinja2 and Excel
Posted by: zinho - May-26-2020, 12:55 AM - Forum: General Coding Help - Replies (1)

I trying use Excel file to receive via Python3 and Jinja2 as a template.

My sheet will be used to show my report.

I don't now how start, someon..... More

Print this item

  str.startswith(tuple) ... which start?
Posted by: Skaperen - May-26-2020, 12:42 AM - Forum: News and Discussions - Replies (2)

str.startswith() supports a tuple (i guess that means not to use a list) to return True if str starts with any str in the tuple. is the..... More

Print this item

  local / global lists
Posted by: RedWuff - May-26-2020, 12:31 AM - Forum: General Coding Help - Replies (1)

So I coded a Program in python whith PyGameZero and the mu editor
[python]
def animate_nodes():
for current_node in node_list:
x = cu..... More

Print this item

  add.at() method
Posted by: Truman - May-25-2020, 10:14 PM - Forum: Data Science - Replies (4)

import numpy as np 
x = np.zeros(10)
np.add.at(x, i, 1)
print(x)
output
Output:
[0. 1. 1. 0. 1. 0. 0. 0. 1. 0.]
..... More

Print this item

  How can i parse a log file to JSON.
Posted by: menarcarlos - May-25-2020, 08:55 PM - Forum: General Coding Help - Replies (2)

Hi, I'm noob in python.

How can i parse a log file to JSON.

From this:


[quote] -----------------------------------
Uncollected acc..... More

Print this item

  Border detection
Posted by: Guzle03 - May-25-2020, 08:02 PM - Forum: General Coding Help - Replies (2)

[python]import pygame
# basis definities

# kleuren
zwart = (0,0,0)
wit = (255,255,255)
licht_groen = (128,255,0)
donker_groen = (0,130,0)
roo..... More

Print this item

  loop with timer help
Posted by: Gina92 - May-25-2020, 06:35 PM - Forum: General Coding Help - Replies (3)

Hi all I'm extremely new to python and have just completed the online code academy course and I'm trying to create a code that will generate a random ..... More

Print this item

  Numpy module
Posted by: onurkolgu - May-25-2020, 06:34 PM - Forum: General Coding Help - Replies (1)

Hi everyone,

I am amateur on Python 3 and Pycharm. For learning python properly, I am developing python on pycharm.When I studied Numpy module,I fa..... More

Print this item

  New to Tkinker And need help URGENTLY!
Posted by: MianDoesCoding - May-25-2020, 05:12 PM - Forum: GUI - Replies (7)

Hey Everyone! Smile
I'm new to tkinter and i really need some help. I want to create an app with tkinter but im confused on 3 things.
1. how wo..... More

Print this item

  How can i list opposite attributes from maximal_matching
Posted by: John_64 - May-25-2020, 04:57 PM - Forum: Data Science - Replies (1)

Hi everyone. I'm amateur on Python3 and Jupyter Notebook. For learning Python properly, I'm developing Python on the Jupyter Notebook. When i develop ..... More

Print this item

  Reading serial data and saving to a file
Posted by: Mohan - May-25-2020, 04:12 PM - Forum: General Coding Help - Replies (1)

Hi ,
I am trying to read a serial data and save that in a file. I could not print any data to the file.

[python]from __future__ import print_func..... More

Print this item

  pySerial why do i need \r
Posted by: Mad_Max - May-25-2020, 04:01 PM - Forum: General Coding Help - Replies (1)

Hi there!
I'm pretty new to python. I'm a chemist by training. Right now i'm sitting in the lab and try to understand how a certain serial connection ..... More

Print this item

  Python 3 Elementtree and Comment First
Posted by: gw1500se - May-25-2020, 02:48 PM - Forum: General Coding Help - Replies (3)

I am building an xml file using ElemetTree but I need to insert the encoding comment first.

Quote:<!--version="1.0" encoding="UTF-8"-->
..... More

Print this item

  local variable 'marks' referenced before assignment
Posted by: Calli - May-25-2020, 02:14 PM - Forum: General Coding Help - Replies (3)

The error i am getting is

UnboundLocalError: local variable 'marks' referenced before assignment

[python]
def main():
totalMarks =..... More

Print this item

  f2py: no Fortran compiler found
Posted by: FMJS - May-25-2020, 02:06 PM - Forum: General Coding Help - Replies (2)

I'm new here as well as using python. Currently I'm using Anaconda and python 3.7 and need to use some Fortran code. Found that f2py creates a shared ..... More

Print this item

  How to create multiple widget in GUI?
Posted by: luthfidali - May-25-2020, 01:55 PM - Forum: Homework - Replies (1)

Halo,

My name is luthfidali, currently Im learning about python GUI. I would like to create multiple widgets with numpy library but I do not know h..... More

Print this item

  Python call/running another python file
Posted by: windows11 - May-25-2020, 11:46 AM - Forum: General Coding Help - Replies (7)

Hello World!

I have two files python, ex: file1.py and file2.py

Now I'm working in file2.py and I need to run all the python code from file1.py ..... More

Print this item

  can I use 2 child.expect at the same time?
Posted by: korenron - May-25-2020, 10:41 AM - Forum: General Coding Help - No Replies

Hello
I'm running a code that scan bluetooth
I have notice that some time the reaply is wil rssi and sometime he print the name of the devcie
th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 44 minutes ago tester_V snippsat General Codin...
  LOST BITCOIN OR USDT?WE H... 51 minutes ago leewang leewang Networking
  Select Python comment (#)... 4 hours ago SpongeB0B tester_V General Codin...
  looking for help 5 hours ago Azdaghost PhamMaria Bar
  My goal to be hired worki... Yesterday, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [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...
Most views
  The best Prog... 577279
  Tutorial Requ... 500356
  Web Scraping ... 440959
  Newbie with P... 384982
  New Users Int... 369326
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+ 12089
buran 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Today
leewang Today
seomelbourneaustralia Today
Jacobjoift Today
PhamMaria Today

User Panel Messages

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