| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 39 online users. » 0 Member(s) | 35 Guest(s) Bing, Google, Applebot
|
|
|
| python ** |
|
Posted by: Maryan - Oct-19-2020, 09:56 PM - Forum: General Coding Help
- Replies (4)
|
 |
May I ask why Python is calculating the height**2 differently. The height should be 3.2?
def bmi(name, height, mass):
h = (height ** height..... More
|
|
|
| Basic python login system |
|
Posted by: Asasiene23 - Oct-19-2020, 05:08 PM - Forum: GUI
- Replies (1)
|
 |
So I tried creating a basic login system in python since im just trying it to get a grasp of the language. Im using a txt file to save multiple userna..... More
|
|
|
| lists |
|
Posted by: Nickd12 - Oct-19-2020, 12:53 AM - Forum: General Coding Help
- Replies (1)
|
 |
Trying to see if a name thats in a list is in the text and if possible to get the name with out a defined position of the name in list
example:
nam..... More
|
|
|
| gtts |
|
Posted by: Nickd12 - Oct-18-2020, 11:06 PM - Forum: General Coding Help
- Replies (1)
|
 |
gtts is only speaking last few words of text, is this a know issue? if so is there a fix?
for example lets say i want it to speak "this is a test" ..... More
|
|
|
| Button click problem using OOP |
|
Posted by: JohnB - Oct-18-2020, 07:41 PM - Forum: GUI
- Replies (5)
|
 |
Can anyone help me with a problem illustrated in the code below. I am instantiating three tkinter buttons and saving the objects in a list which is I ..... More
|
|
|
| Broken choices |
|
Posted by: Scooze - Oct-18-2020, 01:40 AM - Forum: Game Development
- Replies (3)
|
 |
I'm doing a code along by Joseph Delgadillo, and this is a first exposure level course.
The recorded code along used Python ver. 3.6.x
I am using Py..... More
|
|
|
| tcp python |
|
Posted by: Michele83 - Oct-17-2020, 09:46 PM - Forum: Networking
- No Replies
|
 |
hello
i want with python send message to server
I want to send messages to the server even if the server is not sending anything to the clients
or ..... More
|
|
|
|