| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,247
» Latest member: Kacper
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 55 online users. » 0 Member(s) | 49 Guest(s) Google, Bing, AOL, AOL
|
|
|
| Pandas (Python) in powerBI loop |
|
Posted by: abderrazak_rouchad77 - Nov-08-2021, 12:54 AM - Forum: General Coding Help
- No Replies
|
 |
Good evening please i need your help I wrote this code to calculate the final stock; the problem is that I want to apply a loop on 'code article' and ..... More
Attached Files
Thumbnail(s)
|
|
|
| Remove an item from a list contained in another item in python |
|
Posted by: CompleteNewb - Nov-06-2021, 08:17 PM - Forum: General Coding Help
- Replies (19)
|
 |
I have this randomly generated list in python:
l = [[2,3,4,5],[2,3],[7,8],[2],[4,5,6]]
and i want to remove the items [2,3] and [2] because they..... More
|
|
|
| PyQt5 or tk |
|
Posted by: Tek - Nov-06-2021, 03:55 PM - Forum: GUI
- Replies (2)
|
 |
Hello Py Community, I hope the weekend is seeing you all alive and well.
I have a quick question, recommendation request:
I've been working throug..... More
|
|
|
| Tkinter Window Has no Title Bar |
|
Posted by: gw1500se - Nov-05-2021, 07:19 PM - Forum: GUI
- Replies (4)
|
 |
I am unable to get started with tkinter. I wrote this simple python3 script:
[python]
import tkinter as tk
top=tk.Tk()
top.title("Title")
top.m..... More
Attached Files
Thumbnail(s)
|
|
|
| Encoding Error |
|
Posted by: Racer_x - Nov-05-2021, 04:13 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hi Good People,
How many times do I get to say I'm new to Python, man much to learn: I consistently am getting the following error:
[error]'lat..... More
|
|
|
| kivy binding issue |
|
Posted by: hammer - Nov-05-2021, 03:07 PM - Forum: GUI
- Replies (8)
|
 |
Can you pass arguments in the kivy bind operation? See below where i am experimenting with calling a function to build a input screen and add it to a ..... More
|
|
|
| GTK3.0 Color Selection Widget |
|
Posted by: Robib - Nov-03-2021, 08:54 PM - Forum: GUI
- Replies (3)
|
 |
Hello.
I hope this is the right place to ask and someone can help me with GTK+ 3.0 Color Selection Widget,
It works fine and i can get color and alp..... More
|
|
|
| Dict and Isin |
|
Posted by: JonahPython - Nov-03-2021, 02:51 AM - Forum: General Coding Help
- Replies (1)
|
 |
I need help on data dict and isin codes. Can anybody assist what is the python codes to achieve the results. Thanks.
I have two dataframes.
Data..... More
|
|
|
|