Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 36 Guest(s) AOL, Bing, AOL, Google
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
2 hours ago
» Replies: 2
» Views: 721
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 6
» Views: 752
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
9 hours ago
» Replies: 0
» Views: 71
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 472
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,849
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,249
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,817
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,228
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,178
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,481
|
|
|
Compiling python |
Posted by: CommanderCody66 - Mar-05-2019, 05:51 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hi!
The thing is, I want to make exe files, but I don't know how to compile these. Can someone help me?
I was try a lot of things, but none of than..... More
|
|
|
The Empty List Blocks Recursion |
Posted by: leoahum - Mar-05-2019, 03:13 PM - Forum: General Coding Help
- Replies (6)
|
 |
[python]List = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
step = 4
def ResetCR (l, stp):
K = []
if stp != 0:
for i in range(1,..... More
|
|
|
Open source... I'm not convinced |
Posted by: bennylava - Mar-05-2019, 03:43 AM - Forum: Bar
- Replies (12)
|
 |
I guess this question is centered around Linux. I am wanting to switch to Linux as my main operating system from windows. And just leave windows on so..... More
|
|
|
parsing xml |
Posted by: josesalazmit - Mar-05-2019, 12:23 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello
I have try to create a code to parse a xml file and find a key word PCMU which has the value True, then I want to change the value for False
..... More
|
|
|
Inserting a python list into a dataframe column wise |
Posted by: mahmoud899 - Mar-04-2019, 11:44 PM - Forum: General Coding Help
- No Replies
|
 |
I have the following python list,
[python]
test_list =
[ ['CVM', 20010618, 332.5],
['CVM', 20010619, 332.5],
['CVM', 20010620, 330.0],
['CVM'..... More
|
|
|
Decision statement problems |
Posted by: erfanakbari1 - Mar-04-2019, 07:10 PM - Forum: Homework
- Replies (2)
|
 |
Hey guys , I'm trying to solve some exercises about digits and string and whole decision statement and I don't know actually how to check whether a in..... More
|
|
|
Invalid Syntax |
Posted by: HekticEz - Mar-04-2019, 04:13 PM - Forum: General Coding Help
- Replies (3)
|
 |
I am currently learning how to code on my own before I start classes on coding and for some reason when I want to label certain things I get an invali..... More
|
|
|
|