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 42 online users. » 0 Member(s) | 36 Guest(s) Applebot, Bing, AOL, Google, Mojeek
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 4
» Views: 109
|
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,030
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,590
|
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: 954
|
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,891
|
|
|
new versions |
Posted by: starchief - Dec-10-2018, 05:08 AM - Forum: Bar
- Replies (2)
|
 |
I have version Python 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:57:36) [MSC v.1900 64 bit (AMD64)] on win32
why dont newer versions let me turn autocomp..... More
|
|
|
Recursion |
Posted by: koolinka - Dec-09-2018, 10:41 PM - Forum: Homework
- Replies (1)
|
 |
Hi, I'm working on a project for my class in which recursion MUST be use to display a corresponding amount of lines to a user's input. So far I have t..... More
|
|
|
Dictonary and list help |
Posted by: Btoulouse - Dec-09-2018, 08:44 PM - Forum: Homework
- Replies (3)
|
 |
Hey guys, I'm having tons of trouble getting this to work right. So for whatever reason, not all of the years are matching correctly and I cant figure..... More
|
|
|
for loop |
Posted by: nesrine - Dec-09-2018, 01:20 PM - Forum: Data Science
- Replies (2)
|
 |
Hello,
I have this code and I want obtained all the possible values of the matrix X:
[python]import numpy as np
for i in range (10):
..... More
|
|
|
SQL statements |
Posted by: jane_0001 - Dec-09-2018, 12:59 PM - Forum: Homework
- Replies (2)
|
 |
I couldn't write 4 SQL SELECT statements satisfying the following conditions:
At least one of the queries should incorporate a single or multip..... More
|
|
|
Python please help |
Posted by: jane_0001 - Dec-09-2018, 11:55 AM - Forum: Homework
- Replies (1)
|
 |
1. Binary Search Tree
There is a binary search tree and a number N. The task is to find the greatest number in the binary search tree that is less th..... More
|
|
|
How do I make my plot show up? |
Posted by: ThomasM4 - Dec-09-2018, 05:28 AM - Forum: Homework
- No Replies
|
 |
For this assignment, we are tasked with making a gui program that allows the user to enter many different values such as, x0, dx(0)/dt, t-final, dt, c..... More
|
|
|
Finding files |
Posted by: knollfinder - Dec-09-2018, 03:11 AM - Forum: General Coding Help
- Replies (2)
|
 |
I am using an iMac with OS 10.12.6. I downloaded 3.7.1, and, using IDLE in the shell, I tried to read an existing text file with
[python]f = open(..... More
|
|
|
create three digit numbers |
Posted by: Krszt - Dec-08-2018, 08:30 PM - Forum: Homework
- Replies (4)
|
 |
Hello!
I would like to get all the 3 digit numbers where, the digit on the right side is equal or bigger than the previos one (on its left). Like: ..... More
|
|
|
|