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,947
» Latest member: Markbel386
» Forum threads: 38,726
» Forum posts: 175,523

Full Statistics

Online Users
There are currently 84 online users.
» 1 Member(s) | 76 Guest(s)
Bing, Applebot, Google, AOL, AOL, Mojeek, Markbel386

Latest Threads
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 5
» Views: 9,102
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
5 hours ago
» Replies: 0
» Views: 35
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
11 hours ago
» Replies: 2
» Views: 424
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 73
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 561
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,789
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,107
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,465
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,028
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,778

 
  Hiring python dev
Posted by: sizzle - Dec-29-2020, 06:28 PM - Forum: Jobs - Replies (4)

Hiring someone to make me an email bomber that bypasses spam filter.
Will pay well,
If serious contact my telegram - Sizzle
Discord - Sizzle#5184..... More

Print this item

  Iterating over a dictionary in a for loop - checking code has worked
Posted by: sallyjc81 - Dec-29-2020, 03:55 PM - Forum: General Coding Help - Replies (1)

Hello, Smile

I am using the rasterio library to perform some a pre-processing corrections (top of atmosphere reflectance(TOA) conversion) to a..... More

Print this item

  slicing question
Posted by: DPaul - Dec-29-2020, 03:52 PM - Forum: General Coding Help - Replies (5)

Hi,

I have a slicing question that boils down to this:

def printslice(fname,x):
    print(fname[x])

printslice('Jeremy',0)
The n..... More

Print this item

  Class Stack as Container Class
Posted by: NoobatProgramming - Dec-29-2020, 02:33 PM - Forum: Homework - Replies (5)

I am new to python and have a question regarding stacks as a container class. My class stack looks like this:

[python]class Stack:
def __init..... More

Print this item

  suitable libraries for project
Posted by: dogbural - Dec-29-2020, 12:38 PM - Forum: General Coding Help - No Replies

Hi,

If I would like to create a web page (thru Intranet) to enable staff to select the required labels for respective products. To do that, I will..... More

Print this item

  How to rearrange DataFrame ?
Posted by: plasticpie - Dec-29-2020, 11:59 AM - Forum: Data Science - Replies (1)

Hi everyone, I have following code for extracting DataFrame of countries, months and monthly cases from csv file.ap but I think before I hI need mont..... More

Print this item

  python2 python3 messed up : How to fix ?
Posted by: hary - Dec-29-2020, 09:29 AM - Forum: General Coding Help - Replies (15)

Hi

I'm running Mint20 and am presently trying to follow a specific procedure that, I think, uses python 2 or python3 but is detecting some error in..... More

Print this item

  Exit function in Python on Ubuntu
Posted by: aalish - Dec-29-2020, 06:15 AM - Forum: GUI - Replies (4)

Hey, I am using python3 in Ubuntu20.04 for making GUI of python programs. There are approax 5 functions in otherwords 5 .py files in a complete script..... More

Print this item

  Unable to verify Python files
Posted by: george - Dec-29-2020, 04:42 AM - Forum: News and Discussions - Replies (4)

Hello,

I'm trying to verify the downloaded Python 3.9.1 files before I install them...

I created a new folder and downloaded these two files to ..... More

Print this item

  Use of 'continue' instruction in a 'while' loop
Posted by: GJG - Dec-29-2020, 02:35 AM - Forum: Code Review - Replies (1)

Hi folks! I'm a beginner and at the moment I'm taking a course of loop control in python. One of examples of how to implement continue ..... More

Print this item

  Which Module
Posted by: noxlv - Dec-28-2020, 11:31 PM - Forum: General Coding Help - Replies (1)

I'm trying to extract bulk data from Teradata to a text file
I used teradata and csv module, but there seems to be a limitation for extracting millio..... More

Print this item

  How to use Logging with multiprocessing in Python3
Posted by: CR93 - Dec-28-2020, 10:52 PM - Forum: General Coding Help - Replies (1)

I am trying to use python built in logging with multiprocessing. Goal -- is to have errors logged to a file called "error.log" Issue -- The errors are..... More

Print this item

  tkinter touchscreen scrolling - button press makes unwanted scrolling
Posted by: nanok66 - Dec-28-2020, 08:57 PM - Forum: GUI - Replies (1)

Hi all,

I have a python tkinter GUI that I am using with a touchscreen. One page on my GUI has more buttons than can fit in one screen, so I found..... More

Print this item

  How to subtract columns with dates?
Posted by: jpy - Dec-28-2020, 08:35 PM - Forum: Data Science - Replies (3)

Hi everyone, I have the code below that first creates a column with today's date (works) then I subtract an existing column but I get a TypeError. I r..... More

Print this item

  Exam
Posted by: mah200111 - Dec-28-2020, 08:16 PM - Forum: Homework - Replies (1)

I have a exam tomorrow in python who can help me?! Sad Sad

Print this item

  Can I format decimal places by column with a dictionary?
Posted by: Mark17 - Dec-28-2020, 02:50 PM - Forum: General Coding Help - Replies (2)

Here's some code:
[Python]
markets = {'ES':2, 'GC':1, 'CL':2, 'EC':4, 'US':4}
merge_list = []
pd.options.display.float_format = '{:.2f}'.format
..... More

Print this item

  Am I done?
Posted by: eyadali05 - Dec-28-2020, 12:58 PM - Forum: Bar - Replies (1)

I have been programming python for 2 years by now, I have GCSE's this year, so I did'nt have time to program like before. So Yesterday I have tried to..... More

Print this item

  how to sort a list without .sort() function
Posted by: letmecode - Dec-28-2020, 12:47 PM - Forum: Homework - Replies (3)

Hey there.

I would like to understand how I can sort the strings in a list alphabetically, but without using the sort/sorted function.

For examp..... More

Print this item

  want to stream rtsp from my Pi camera
Posted by: korenron - Dec-28-2020, 08:23 AM - Forum: Networking - No Replies

Hello ,
I found a python code that create a webpage and stream my camera into it
I want to "upgrade" the code and be able to connect the camera us..... More

Print this item

  How to Copy Single Value From One Excel Sheet to Another
Posted by: SunWers - Dec-28-2020, 05:45 AM - Forum: General Coding Help - Replies (4)

Hi Everyone,

I'm trying to copy one value from a worksheet to another, but I'm doing something wrong. Can someone help me understand how to do this...... More

Print this item

  Interrupt for Adafruits Neotrellis button/led board
Posted by: Moris526 - Dec-28-2020, 05:40 AM - Forum: General Coding Help - No Replies

Hi all.

I have 32 Adafruits Neotrellis boards (8x8 led/button) making a big led/button board, controlled with Raspberrypi zero.

Adafruits page says ..... More

Print this item

  [split] How to calculate tax with a variable input and if else
Posted by: rokemas - Dec-28-2020, 05:29 AM - Forum: Homework - Replies (1)

Hey afefDXCTN

First of all Im very glad I'm not the only one who's struggling with (easy) labs in python.

Here is my code though its not complet..... More

Print this item

  using xmp toolkit
Posted by: gratefuldead - Dec-28-2020, 04:38 AM - Forum: General Coding Help - Replies (1)

I have downloaded and installed the xmp toolkit. But while using it, it gave the exempi error. I downloaded the exempi library too.

But the exempi ..... More

Print this item

  How do I reduce the time to Invoke Macro via Python?
Posted by: JaneTan - Dec-28-2020, 03:47 AM - Forum: General Coding Help - Replies (1)

I noted that when I invoke a macro (via Python) to do some stuff in my Excel workbook it takes longer than if I write the code in Python to do it dire..... More

Print this item

  pip and venv virtual environments
Posted by: soupworks - Dec-28-2020, 12:51 AM - Forum: General Coding Help - Replies (2)

I am looking for some direction for venv virtual environments.

I'm running Python 3.9

If I use virtual environments with venv, I believe by default ..... More

Print this item

  Problems Sorting Data in an External File (.txt)
Posted by: Superlegend21 - Dec-27-2020, 09:22 PM - Forum: General Coding Help - Replies (1)

I'm creating a Leaderboard for my Two-Player Dice Rolling Game, I want the Data inside the File to be Sorted in order and neatly presented.
[b]Object..... More

Print this item

Bug Qt app won't crash after sys.excepthook override
Posted by: Alfalfa - Dec-27-2020, 08:16 PM - Forum: GUI - Replies (3)

As detailed in the docs, all exceptions can be caught by monkey patching sys.exce..... More

Print this item

  How to discard list repeat values
Posted by: akanowhere - Dec-27-2020, 08:00 PM - Forum: General Coding Help - Replies (7)

Dears;

In the bellow list there repeats values in the last indice:

I need discard the the key and the value (all) if the value is repeated:
Exe..... More

Print this item

  Split Characters As Lines in File
Posted by: quest_ - Dec-27-2020, 07:16 PM - Forum: General Coding Help - Replies (3)

Hello,
I have this txt file. (The length is 15000)
1010100101010110000000000001111111111
And according to input, I want to separat..... More

Print this item

  How to read text in kivy textinput or Label
Posted by: jadel440 - Dec-27-2020, 02:48 PM - Forum: GUI - Replies (1)

[python]from kivy.app import App
from kivy.lang import Builder
from kivy.properties import StringProperty
from kivy.uix.textinput import TextInput..... More

Print this item

  strange behaviour- plotting
Posted by: nathan_Blanc_Haifa - Dec-27-2020, 01:37 PM - Forum: General Coding Help - No Replies

I am trying to plot to vectors against one another. when I don't touch the ticks, I get ticks with 16 digits that overlap. when I try to change the ti..... More

Print this item

  Improvements for first script?
Posted by: alloydog - Dec-27-2020, 01:32 PM - Forum: Code Review - Replies (9)

My way of learning is to think of something I need doing, then try a line, step by step, googling each error message and so on. I *don't* look for a ..... More

Print this item

  Python OOP
Posted by: Manolo029 - Dec-27-2020, 01:15 PM - Forum: General Coding Help - Replies (3)

I am working on a GUI app using Tkinter, with the following file/folder structure
PythonGUI
|-BIKEGUI
|--ADDSTOCK
|---add_stock.py
|--RENTBIKE
|..... More

Print this item

  Pandas default index remove
Posted by: nio74maz - Dec-27-2020, 09:26 AM - Forum: General Coding Help - Replies (2)

Hi everyone I'm trying to put a Put on woocommerce I extracted the product_id from a csv now I should pass it to the put method
documentation:
[url=..... More

Print this item

  creating an exe file for a python django project
Posted by: Sanjish - Dec-27-2020, 07:33 AM - Forum: Web Scraping & Web Development - No Replies

Hi,
I want to package my Python Django project as a standalone exe file or wheel file. Is it possible and if so how do i proceed ?

Thanks & reg..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Creating a Mindmap progra... 2 hours ago J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 5 hours ago compuman145 compuman145 General Codin...
  A coding beginner needs h... 11 hours ago Littlefish Littlefish General Codin...
  Is the interpreter that c... Today, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
Most views
  The best Prog... 576695
  Tutorial Requ... 498866
  Web Scraping ... 440511
  Newbie with P... 384470
  New Users Int... 368180
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+ 12087
buran 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Markbel386 Today
trntgl Today
susan Today
jatinkumar12 Today
angelhealu504 Today

User Panel Messages

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