Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,942
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517
Full Statistics
|
Online Users |
There are currently 51 online users. » 0 Member(s) | 43 Guest(s) Google, Bing, AOL, AOL, Facebook
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 8
» Views: 225
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
1 hour ago
» Replies: 1
» Views: 1,704
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
4 hours ago
» Replies: 0
» Views: 50
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,428
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 840
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,677
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,190
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,705
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,516
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,616
|
|
|
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
|
|
|
|