| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,838
Full Statistics
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 28 Guest(s) Bing, Google, AOL, Apple
|
|
|
| Physics Simulation |
|
Posted by: HokagePikachu - Mar-16-2021, 10:58 PM - Forum: GUI
- Replies (1)
|
 |
Hello! I am trying to simulate a 3D car that drive off road. Especially, I want to see the movement of car suspensions. What technologies, libraries, ..... More
|
|
|
| User Subclasses |
|
Posted by: holyghost - Mar-16-2021, 08:10 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
My current project implementation provides a base class and a child class which provides variables for the base class to use in its methods. F..... More
|
|
|
| Type help |
|
Posted by: aliwien - Mar-16-2021, 04:36 PM - Forum: Homework
- Replies (1)
|
 |
[python]def sayısal(Vs, Vi):
return Vs - Vi
def artış(x, r):
y = x*((r/100)+1)
return y
h = 1
a = float(input('Number of cases: ..... More
|
|
|
| Word count |
|
Posted by: vanjoe198 - Mar-15-2021, 09:48 PM - Forum: Homework
- Replies (1)
|
 |
Hello everyone,
I am having trouble with my homework for school and would like someone to guide me in the right direction to get this assignment do..... More
|
|
|
| Help me about loops |
|
Posted by: aliwien - Mar-15-2021, 01:57 PM - Forum: Homework
- Replies (3)
|
 |
Hello everybody, I want the project about loops and I need your help. My desire is:
(a) (b)
1) 150
2) 300
3) 450
4) 600
My purpose increment col..... More
|
|
|
| Task-Throw a dice 10 Times |
|
Posted by: tjm - Mar-14-2021, 10:11 PM - Forum: Homework
- Replies (3)
|
 |
Write python to output the list of results from calculating the mean score from 10 throws of a 6 sided dice run 5 times.
So throw a dice 10 times a..... More
|
|
|
| Zlib tutorials |
|
Posted by: Vwjap - Mar-13-2021, 06:57 PM - Forum: General Coding Help
- Replies (2)
|
 |
So just started playing with python, and hit a wall with zlib, just running through tutorials and came across this
[python]
import zlib
MESSAGE..... More
|
|
|
| How display matrix on canvas |
|
Posted by: eedenj - Mar-13-2021, 11:53 AM - Forum: GUI
- Replies (9)
|
 |
Hi All,
I am having troubles with Tkinter and tables.
Tkinter has limited possibilities for creating tables, so I create one with this ' program'...... More
|
|
|
|