| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 28 online users. » 0 Member(s) | 23 Guest(s) Bing, Google, Apple, AOL
|
|
|
| dictionary question |
|
Posted by: stereokim123 - Apr-01-2021, 08:52 PM - Forum: Homework
- Replies (2)
|
 |
Hi I'm currently learning the basic python course, dictionary.
Item = {‘Apple’ : 10, ‘Banna’ : {‘Apple’ : 5, ‘Banna’ : 20}} here is the code that is ..... More
|
|
|
| wxPython |
|
Posted by: menator01 - Apr-01-2021, 06:51 PM - Forum: Code sharing
- Replies (1)
|
 |
Thought I would try my luck at doing a simple yahtzee in wxpython. Just wanted to share what I have gotten done so far. It is not complete. Only have ..... More
|
|
|
| Request Headers (scheme) |
|
Posted by: JohnnyCoffee - Mar-31-2021, 09:17 PM - Forum: General Coding Help
- No Replies
|
 |
I'm doing tests to structure an http server, initially I use a socket to plug it in (client.side X server.side) this I do without problems, see the co..... More
|
|
|
| A 3D game engine |
|
Posted by: markcopperman78 - Mar-31-2021, 10:16 AM - Forum: Game Development
- Replies (5)
|
 |
Hi, I believe you are all familiar with the 2D game engine gdevelop. I'm looking for a 3D game engine that has a code-free and easy to use scripting m..... More
|
|
|
| Excel File reading |
|
Posted by: vanjoe198 - Mar-30-2021, 06:02 PM - Forum: Homework
- Replies (1)
|
 |
Hello, I am doing an assignment and not sure what im doing wrong. My job is to search the columns and rows of an excel file using openpxyl. So far I h..... More
|
|
|
| Getting values from ButtonGroup |
|
Posted by: cnjosack - Mar-30-2021, 02:14 PM - Forum: GUI
- Replies (5)
|
 |
Hi,
I have just started using guizero on a Raspberry Pi4 and I have hit a wall. I followed the tutorial for theater tickets and it worked as stated. ..... More
|
|
|
| graphing inequalities |
|
Posted by: Dasiey12 - Mar-30-2021, 01:47 AM - Forum: General Coding Help
- No Replies
|
 |
[python]import matplotlib.pyplot as plt
import numpy as np
x = np.linspace(-10, 10, 100)
y = abs(x+2)
fig = plt.figure(figsize= (10,5))
plt.plo..... More
|
|
|
| Small command shell |
|
Posted by: Adrian_L - Mar-29-2021, 11:31 PM - Forum: Code sharing
- Replies (2)
|
 |
Hi there! Got code! Down here |
[python]
import os
print("mini command line v1.0.0")
print("type help for a list of commands.")
print("")
def ..... More
|
|
|
|