| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,903
Full Statistics
|
| Online Users |
There are currently 39 online users. » 0 Member(s) | 36 Guest(s) Bing, AOL, Google
|
|
|
| Making a dozen houses |
|
Posted by: Rapinhood - Mar-06-2019, 06:22 PM - Forum: Homework
- Replies (5)
|
 |
Hello, I'm new to here and to python. I've till midnight tonight to finish this assignment to make a dozen houses of different shapes and sizes, but I..... More
|
|
|
| RPi 3 |
|
Posted by: bescf - Mar-06-2019, 01:53 PM - Forum: News and Discussions
- Replies (10)
|
 |
[b]
Hi, could you help me at a point which is I'm confused.
I'll do a new project. Before I give information about it, I'll write materials what I n..... More
|
|
|
| Fortran vs C |
|
Posted by: mistert - Mar-06-2019, 09:04 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi everybody and thanks for reading!
My problem is the following.
I have a Python program that, starting from a state machine (specified in a graphica..... More
|
|
|
| i want to create a fractal client |
|
Posted by: Skaperen - Mar-05-2019, 08:54 PM - Forum: GUI
- No Replies
|
 |
i want to create a fractal client program in Python. i am using Xfce on Linux but i would like for this program to be reasonably portable. what i wa..... More
|
|
|
| Compiling python |
|
Posted by: CommanderCody66 - Mar-05-2019, 05:51 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hi!
The thing is, I want to make exe files, but I don't know how to compile these. Can someone help me?
I was try a lot of things, but none of than..... More
|
|
|
| The Empty List Blocks Recursion |
|
Posted by: leoahum - Mar-05-2019, 03:13 PM - Forum: General Coding Help
- Replies (6)
|
 |
[python]List = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
step = 4
def ResetCR (l, stp):
K = []
if stp != 0:
for i in range(1,..... More
|
|
|
|