Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Process execution using Popen
Post: RE: Process execution using Popen

Understood. Many thanks for the explanation. P.S. A little web search provide me PyAutoGUI library.
Shaswat General Coding Help 2 2,125 Dec-03-2019, 05:22 AM
    Thread: Process execution using Popen
Post: Process execution using Popen

Hi Everyone, Good Day! I learn few things about how to create new process using Subprocess module in Python. Indeed, I am more curious to know if I can open new process and select more functionality...
Shaswat General Coding Help 2 2,125 Dec-02-2019, 01:15 PM
    Thread: save data in .txt after certain interval
Post: save data in .txt after certain interval

Hi Everyone, Here is just snippet of my code to tell exact my requirement and not my actual code. import time, datetime ctr=100 opn = open("log.txt","a+") while(ctr): opn.writelines(str(ctr))...
Shaswat General Coding Help 1 2,115 Oct-13-2019, 06:42 AM
    Thread: Minimizing the CMD window during code execution
Post: RE: Minimizing the CMD window during code executio...

I have got to know about the subprocess and its return value. Probably this StackoverFlow link will help:
Shaswat General Coding Help 1 4,611 Oct-03-2019, 07:44 AM
    Thread: Minimizing the CMD window during code execution
Post: Minimizing the CMD window during code execution

Hi, Attaching the snippet of my code. Objective: I am trying to ping a website for certain interval of time (User defined). If the URL works, it will open the webpage in the default browser. If not i...
Shaswat General Coding Help 1 4,611 Oct-02-2019, 06:35 PM
    Thread: .py to no setup output
Post: .py to no setup output

Hi, I have been using python to automated few things from last couple of months. Personally, I prefer py2exe to convert my .py file to executable. (While answering, I got to know also about "cx_Freez...
Shaswat General Coding Help 1 1,562 Oct-01-2019, 08:58 AM
    Thread: Query in list.clear (beginner)
Post: Query in list.clear (beginner)

Hello Everyone, I am new in Python programming and trying to transpose the matrix. So if the matrix is matrix = [[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12],] the output will be # Transpose outpu...
Shaswat Homework 1 1,918 Apr-30-2019, 01:17 PM
    Thread: Beginner:Python
Post: Beginner:Python

Hello, I am new in Python programming and started reading Python documentation. Few queries I would like to ask: def fib2(n): # return Fibonacci series up to n """Return a list containing the Fi...
Shaswat Homework 1 1,819 Apr-01-2019, 01:04 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020