| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 48 online users. » 2 Member(s) | 40 Guest(s) Bing, Google, Mojeek, AOL, Apple, BelleroDev, buran
|
| Latest Threads |
I’m building a Python Dat...
Forum: GUI
Last Post: buran
2 minutes ago
» Replies: 4
» Views: 125
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
11 hours ago
» Replies: 1
» Views: 54
|
Data Science
Forum: Data Science
Last Post: mamta25
11 hours ago
» Replies: 3
» Views: 2,579
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 155
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 139
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 137
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,418
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,385
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,584
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 218
|
|
|
| port scanner |
|
Posted by: Than999 - Feb-01-2022, 12:24 PM - Forum: General Coding Help
- No Replies
|
 |
Hi, I am learning about cybersecurity and networking by following this Youtube video. For this project I am making a simple port scanner. However, whe..... More
|
|
|
| Clearing listboxes |
|
Posted by: klatlap - Feb-01-2022, 09:36 AM - Forum: GUI
- Replies (3)
|
 |
I currently use this function to clear multiple listboxes, but i feel is not a good way to do it and am sure can be done with a for loop but can't wor..... More
|
|
|
| Pandas dataframe comparing |
|
Posted by: anto5 - Jan-30-2022, 10:21 AM - Forum: Data Science
- No Replies
|
 |
Hello,
I am reading a csv file using pandas.
my dataframe consist of 3.7 million records and has two column: Date, Subscribers_ID
my datafram..... More
|
|
|
| Issue with with list |
|
Posted by: Abdirahman - Jan-30-2022, 09:42 AM - Forum: Homework
- Replies (4)
|
 |
I was solving a challenge on Microsoft course on python, you are given output and asked to reproduce it.
here is the given output:
[output]There..... More
|
|
|
| Frames layout adding widgets |
|
Posted by: klatlap - Jan-29-2022, 12:51 AM - Forum: GUI
- Replies (7)
|
 |
Hi, i have been struggling with this for days looking at tutorial but just can't get it, i am creating an applications, my thought is to create app, t..... More
|
|
|
| [] vs *[] |
|
Posted by: hshivaraj - Jan-28-2022, 11:34 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hey guys
what the different between sending a send as [] and *[]? For instance
[python]def main():
x = [1] * 10
print(list(chain(*x)))..... More
|
|
|
|