Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,547
Full Statistics
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 39 Guest(s) Bing, Google, AOL, Facebook
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 4
» Views: 117
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 491
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,034
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,592
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 490
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 958
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 972
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,243
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,853
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,894
|
|
|
File IO Help |
Posted by: jarrod0987 - Dec-13-2018, 09:14 AM - Forum: General Coding Help
- Replies (5)
|
 |
I have found that running a program in IDLE is slower then running it by right clicking and openwith Python. Also, that second way let's me run multip..... More
|
|
|
Ascii Tree Art |
Posted by: beepBoop123 - Dec-12-2018, 11:46 PM - Forum: Homework
- Replies (5)
|
 |
Hi, I'm trying to create a function that will make the correct sized ascii Christmas tree art based on the size passed in. This is what I have so far..... More
|
|
|
Break the Code |
Posted by: caitlinworwood - Dec-12-2018, 08:00 PM - Forum: Homework
- Replies (1)
|
 |
I am struggling with an assignment for my python class. He hasn't taught us how to do these things, so I am stuck on how create a function that would ..... More
|
|
|
Python Homework Help |
Posted by: beepBoop123 - Dec-12-2018, 03:04 AM - Forum: Homework
- Replies (2)
|
 |
Hi, I currently need some help getting the index to show with the words I split and and made uppercase. This may me an easy fix or more complicated, I..... More
|
|
|
Dictionary/List Homework |
Posted by: ImLearningPython - Dec-12-2018, 12:13 AM - Forum: Homework
- Replies (22)
|
 |
Hello all!!
I am currently working on a homework assignment where I need to get information from a dictionary based off of a list. Example:
dict..... More
|
|
|
Dictionary Homework |
Posted by: beepBoop123 - Dec-11-2018, 09:46 PM - Forum: Homework
- Replies (3)
|
 |
Hi, I keep getting an error that says "str' object has no attribute 'items" on line 3 and I don't understand why. Can someone help me fix the code? Th..... More
|
|
|
Neural network |
Posted by: nesrine - Dec-11-2018, 03:48 PM - Forum: Data Science
- No Replies
|
 |
Hello ,
I have this code of neural network:
[python] import numpy as np
#X = np.array(([1 , 0],),)
#yd = np.array(([1],), )
#xPredicted =..... More
|
|
|
Dictionaries homework |
Posted by: pythoncrazy1 - Dec-11-2018, 03:39 PM - Forum: Homework
- Replies (8)
|
 |
Hello everyone,
So basically i am trying to solve an homework about dictionaries:
"We will call two words “opposite” if one is equal to
the other r..... More
|
|
|
|