Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,977
» Latest member: hoki1881
» Forum threads: 38,732
» Forum posts: 175,563
Full Statistics
|
Online Users |
There are currently 51 online users. » 0 Member(s) | 40 Guest(s) Bing, Google, Facebook Dev, Applebot, AOL, AOL, Mojeek
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
11 hours ago
» Replies: 2
» Views: 231
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 862
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 909
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 602
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,950
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,365
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,944
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,371
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,283
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,612
|
|
|
maping issue |
Posted by: JsunRae - Mar-08-2020, 12:19 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi, I am trying to convert a time date string into a time serial of 0 to 1 designating the hour of the day. I could not find anything existing to use ..... More
|
|
|
sub command |
Posted by: Skaperen - Mar-07-2020, 07:26 PM - Forum: Code sharing
- Replies (7)
|
 |
sub.py is my "sub" command. it substitutes one string (arg 2) for another (arg 1) in one or more files or in th stdin/stdout stream for file name "-"..... More
|
|
|
multihistogram |
Posted by: aster - Mar-07-2020, 06:23 PM - Forum: Data Science
- No Replies
|
 |
Hello,
I am trying to make an histogram with 2 values (a,b) for each group
[python]import matplotlib.pyplot as plt
a = [1,4]
b = [2,10]
plt..... More
Attached Files
Thumbnail(s)
|
|
|
while loop with gui not working |
Posted by: pythonbegginer - Mar-07-2020, 02:48 PM - Forum: GUI
- Replies (2)
|
 |
hi, I am trying to make a program continuously print on off if a radio button is selected and if another radio button is selected, I want it to stop. ..... More
|
|
|
Base Interpreter |
Posted by: DangerousDZ - Mar-06-2020, 07:54 PM - Forum: General Coding Help
- Replies (1)
|
 |
I need help figuring out how to install my project interpreter. I downloaded Python 3.8 for windows 10 68 bit and the Pycharm IDE. When go to settings..... More
|
|
|
building class |
Posted by: zarize - Mar-06-2020, 04:06 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hey guys,
I wanted to develop my coding so i am about to learn OOP.
I want to build class which will:
1) read excel file in the folder
2)trans..... More
|
|
|
Bifid Genkey (Urgent) |
Posted by: Laura123 - Mar-06-2020, 03:34 PM - Forum: Homework
- Replies (2)
|
 |
Hi All,
I need help in Bifid Key Generation
I have Skeleton file:
[python]def uoc_bifid_genkey(keyword, period):
"""
EXERCISE 1: ..... More
|
|
|
|