| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,424
» Latest member: tomtyiu
» Forum threads: 38,831
» Forum posts: 176,079
Full Statistics
|
| Online Users |
There are currently 38 online users. » 1 Member(s) | 28 Guest(s) Bing, Google, Facebook, Applebot, AOL, tomtyiu
|
|
|
| adb commands |
|
Posted by: Nickd12 - Sep-09-2020, 02:51 AM - Forum: General Coding Help
- Replies (11)
|
 |
So I'm trying to run adb commands in python on Macbook I'm basically trying to run amazons fireTv commands. I can run the commands in my Mac terminal ..... More
|
|
|
| Simple game help |
|
Posted by: jarettday - Sep-07-2020, 09:43 PM - Forum: Game Development
- Replies (1)
|
 |
I'm trying to make a simple game in python.
[python]
import pygame
from pygame.locals import *
pygame.init()
width, height = 640, 480
screen=p..... More
|
|
|
| setupUi To QuiLoad convert |
|
Posted by: Harshil - Sep-07-2020, 01:39 PM - Forum: GUI
- No Replies
|
 |
Hey! Friends I Have Made A Code A That Looks Nice But Problem Is I Want to Make It setupUi To QuiLoad()
Note: I AM Using PYSIDE2
[python]impo..... More
|
|
|
| Three scripts to one |
|
Posted by: sa7bnb - Sep-07-2020, 11:03 AM - Forum: General Coding Help
- No Replies
|
 |
[font=Arial, Helvetica, sans-serif]Hello,
Would need help combining three python scripts into one.
The function I am looking for is the following,..... More
|
|
|
| Python Requests |
|
Posted by: Aussie - Sep-07-2020, 10:46 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
I have started looking at requests in Python.
It must be possible to add both an ssl and authentication right?
If correct, how.
Also, you ca..... More
|
|
|
| My first code |
|
Posted by: Dule74 - Sep-07-2020, 09:21 AM - Forum: Code sharing
- Replies (3)
|
 |
I recently started trying to learn Python and yesterday I wrote this.
[python]
name = input("What is your name? ")
print(name + " is such a beautif..... More
|
|
|
| My while loop won't loop |
|
Posted by: JHem - Sep-06-2020, 05:53 PM - Forum: Homework
- Replies (6)
|
 |
Hello! I'm new to python and I'm trying to solve a homework exercise that covers while-loops but the problem is that my while loop won't loop... **hu..... More
|
|
|
|