Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 36 Guest(s) Bing, AOL, Google, AOL
|
Latest Threads |
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
2 hours ago
» Replies: 1
» Views: 2,447
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
5 hours ago
» Replies: 0
» Views: 117
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 287
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 343
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 469
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,621
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,546
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 413
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 887
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 1,128
|
|
|
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
|
|
|
|