Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,467
» Latest member: Aymen
» Forum threads: 38,569
» Forum posts: 174,770
Full Statistics
|
Online Users |
There are currently 768 online users. » 1 Member(s) | 761 Guest(s) Google, Bing, Applebot, Yandex, Mojeek, Skaperen
|
|
|
Grades Code": |
Posted by: Anthony - Nov-22-2023, 03:58 AM - Forum: Homework
- Replies (14)
|
 |
I'm new to Python and can't figure out what is wrong with this code?
[python]print("please enter your 5 marks below")
#read 5 inputs
mark1 = in..... More
|
|
|
Energy optimization with pulp |
Posted by: MartinRK80 - Nov-21-2023, 03:40 PM - Forum: Data Science
- No Replies
|
 |
I'm trying to create my first LP simulation but I have some problem with it.
This is my code:
[python]import pulp
# Define the optimization problem ..... More
|
|
|
timer strange ? |
Posted by: trix - Nov-20-2023, 07:24 PM - Forum: General Coding Help
- Replies (4)
|
 |
hello,
i,am busy to adjust the code from a libary (micropython-stepper 1.0.3),
to do the things witch i want it to do (acc & decc).
no i see that the ..... More
|
|
|
Goal Seek |
Posted by: tdutcher05 - Nov-17-2023, 10:26 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello every body , I am trying to replicate the goal seek function in excel . I have 5 formulas that have the same 4 variables that we need to solve ..... More
|
|
|
Arithematic average |
Posted by: deferender - Nov-17-2023, 10:58 AM - Forum: Homework
- Replies (7)
|
 |
I try it:
I create a variable average whose value is the arithmetic mean of num_a and num_b.
What is wrong my code? Is not work.
[python]
..... More
|
|
|
Build apk with pyqtdeploy |
Posted by: Unkovic - Nov-15-2023, 11:38 PM - Forum: GUI
- No Replies
|
 |
Hello, I've seen somewhere it's possible to create apk with pyqtdeploy. I'm wondering how to make pyqtdeploy-sysroot for android. Is there any detaile..... More
|
|
|
|