Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 457 online users. » 0 Member(s) | 449 Guest(s) Bing, Google, Yandex, Baidu, Facebook
|
|
|
solve equation |
Posted by: haye - Oct-27-2017, 03:56 PM - Forum: Homework
- Replies (1)
|
 |
hi, i did a python program to solve a 2nd degree equation:
[python]from math import *
a = input('a = ')
b = input('b = ')
c = input('c = ')..... More
|
|
|
snakes & ladders |
Posted by: mzmingle - Oct-26-2017, 04:31 PM - Forum: Game Development
- Replies (4)
|
 |
Hi, I'm quite new to pygame & I've been messing around with a few little things on it, but the other day we were set homework to make snakes & ladders..... More
|
|
|
Table Data Model |
Posted by: kmcollins - Oct-26-2017, 03:38 PM - Forum: Code sharing
- Replies (1)
|
 |
[python]# Class: TableData
# Date Started: October 22, 2017
# Author: George Keith Watson, a.k.a. Keith Michael Collins
# ..... More
|
|
|
Read txt files in python |
Posted by: rii - Oct-26-2017, 03:18 PM - Forum: Homework
- Replies (4)
|
 |
Hi, my teacher just gave me this assignment and i already wrote smt, but it doesn't work... Can anyone help me,please?
-------------------------------..... More
|
|
|
2 logical problems |
Posted by: Peter_EU - Oct-26-2017, 11:37 AM - Forum: Homework
- Replies (1)
|
 |
Deleted. Sorry, confidential reasons.
I am not sure how to delete whole thread so pl, admins, feel free to do so.
Peter the Noob Noob
|
|
|
Linear Equations Homework |
Posted by: ngr33n - Oct-26-2017, 02:25 AM - Forum: Homework
- Replies (3)
|
 |
I'm a little bit confused with what this method is supposed to do. Here's the full description:
"Write a class for linear equations. A generic line..... More
|
|
|
Password Generator |
Posted by: pdelnegro - Oct-25-2017, 06:12 PM - Forum: Code sharing
- Replies (1)
|
 |
So, I'm still studying the basics of Python 3, but I decided to put some of it in practice and make my own password generator.
It's Python 3 + PyQt5,..... More
|
|
|
Smoothing Fourier |
Posted by: muhsin - Oct-25-2017, 05:21 PM - Forum: General Coding Help
- No Replies
|
 |
Hello;
I am a new user. I would like to smooth the fourier spectrum. Can anyone help me please? The Frequency-Fourier Amp file is attached. Thank y..... More
Attached Files
Spectrum.txt (Size: 198.12 KB / Downloads: 722)
|
|
|
|