Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,959
» Latest member: randydurham
» Forum threads: 38,729
» Forum posts: 175,531

Full Statistics

Online Users
There are currently 52 online users.
» 2 Member(s) | 45 Guest(s)
Bing, AOL, Google, Apple, adamsmith12, randydurham

Latest Threads
THE MOST TRUSTWORTHY CRYP...
Forum: General Coding Help
Last Post: randydurham
1 minute ago
» Replies: 0
» Views: 1
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
1 hour ago
» Replies: 1
» Views: 1,420
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
7 hours ago
» Replies: 1
» Views: 2,477
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
10 hours ago
» Replies: 0
» Views: 153
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 326
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 389
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 497
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,679
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,581
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 441

 
  cx_Oracle module not found error
Posted by: PRADEEP - Sep-12-2018, 04:44 AM - Forum: General Coding Help - Replies (1)

Hello Friends,

I have setup Apache2.4 Server in my Windows 10 for hosting python flask application.

I am able to run my flask app through comman..... More

Print this item

  Sequentially timed events using Python/Tkinter
Posted by: eabs86 - Sep-12-2018, 04:08 AM - Forum: News and Discussions - Replies (2)

I need to develop a simple interface for Stroop test using Python, but I don't know how to start it.

The interface would be like:

10 seconds in ..... More

Print this item

  Fighting a virus I picked up somewhere
Posted by: Larz60+ - Sep-12-2018, 02:34 AM - Forum: Bar - Replies (4)

I haven't been on at all since lats night.
Somehow picked up a virus from some site. It attacked my chrome cache first, starting a forked process tha..... More

Print this item

  pow function
Posted by: luoheng - Sep-12-2018, 02:27 AM - Forum: General Coding Help - Replies (1)

hi,
I met a problem when using the built-in function pow().
here is the code:
[python]
In [1]: pow(-2, 1/3)
Out [1]: (0.6299605249474367+1.091123..... More

Print this item

  a range in command line arguments
Posted by: Skaperen - Sep-11-2018, 11:33 PM - Forum: Bar - Replies (3)

i have written a script that gets one or more numeric values on a command line (ultimately from sys.argv). i would like to include an ability to let ..... More

Print this item

  BeautifulSoup 'NoneType' object has no attribute 'text'
Posted by: bmccollum - Sep-11-2018, 10:49 PM - Forum: Web Scraping & Web Development - Replies (9)

I have some Python scripts running on 2-3 Amazon Web Services instances that scrape records from a few websites. The code has been running fine on th..... More

Print this item

  Issues with Inserting Values into an Empty List with a While Loop
Posted by: TommyMer - Sep-11-2018, 08:46 PM - Forum: Homework - Replies (2)

Hi, I am new here and this is my first post,

I am working on a homework assignment in which I am supposed to print the Catalan Numbers up to 1 bill..... More

Print this item

  Need help with simple calculator.
Posted by: ghost0fkarma - Sep-11-2018, 07:06 PM - Forum: General Coding Help - Replies (3)

[python]def main():
choice = input("Add or Sub? ")
if choice == "Add":
Add1()
else:
Sub1()

def Add1():
addcho..... More

Print this item

  For-else loop misbehavior?
Posted by: Johne1 - Sep-11-2018, 06:24 PM - Forum: General Coding Help - Replies (8)

REF: The Python Tutorial, 4.4. break and continue Statements, and else Clauses on Loops, 1st example code.

The example looks straight forward (no p..... More

Print this item

  Cannot print range function
Posted by: AndyArsalan - Sep-11-2018, 05:50 PM - Forum: General Coding Help - Replies (2)

I am using instructions for an older version of Python, so probably some change.
I'm looking for the equivalent of:

Typing a basic range
[b]>>> ..... More

Print this item

  Writing into csv
Posted by: prasadhegde - Sep-11-2018, 05:34 PM - Forum: General Coding Help - Replies (1)

Hi,

I would like to write the below text present in a list

[u'header_1,header_2,header_3,header_4\r\n/value_10,value_11,value_12,value_1..... More

Print this item

  Doubt with int and str
Posted by: SB_J - Sep-11-2018, 04:43 PM - Forum: Homework - Replies (1)

x = 4
print ('x =' , x)

and
x= 4
print ('x =', str(x))

give me the same output. Why do I have to convert int to str?

Print this item

  Homework Problem
Posted by: Travisbulls34 - Sep-11-2018, 03:38 PM - Forum: Homework - Replies (1)

Hello guys,

I have another problem I can't seem to figure out. Any help would be greatly appreciated!

Here is the problem:

(Turtle: draw a re..... More

Print this item

  Traceback error
Posted by: tjnichols - Sep-11-2018, 02:50 PM - Forum: Web Scraping & Web Development - Replies (3)

I've tried to run several of my .py files. I keep coming up with this error. I haven't seen this before and I have no idea what's causing it or what c..... More

Print this item

  Basic Programming Help
Posted by: Travisbulls34 - Sep-11-2018, 02:30 PM - Forum: Homework - Replies (3)

Hi everyone,

I'm new to the site and just started taking a beginners Python course. I was hoping to see if I could receive some assistance with an a..... More

Print this item

  Adding text to plot
Posted by: Pythcoronas - Sep-11-2018, 01:27 PM - Forum: Homework - Replies (1)

I am asked to plot a circle with user's input of radius, and display the area of the circle next to it on the plot. I know how to set up the whole thi..... More

Print this item

  Convert C code to Python code
Posted by: lostMarbles - Sep-11-2018, 11:45 AM - Forum: General Coding Help - Replies (6)

Hi I'm new to this forum.
I'm trying to convert an existing c program to python.
If someone can help me that'd be awesome!!!!
As of right now I'm g..... More

Print this item

  Why is my for loop failing?
Posted by: microphone_head - Sep-11-2018, 10:24 AM - Forum: General Coding Help - Replies (4)

Can you tell me why my for loop isn't working?

I'm working on managing my input from my game-pad controller device.

I store most of the details ..... More

Print this item

  Basic program
Posted by: balajee - Sep-11-2018, 09:36 AM - Forum: Homework - Replies (2)

Hi,
I was asked to write the below program. Please let me know what is the best solution.

Input: [124678,1134546,9091102]
Output: [246817, 446..... More

Print this item

  Def and variable help please
Posted by: Mrocks22 - Sep-11-2018, 07:58 AM - Forum: General Coding Help - Replies (3)

I want to be able to use the variables in test1, test2 and test3 in testall all like this

def test1():
x = 1

def test2():
y = 2

def test3()..... More

Print this item

  help to execute a py code and good configuration
Posted by: andrebo - Sep-11-2018, 07:57 AM - Forum: General Coding Help - Replies (2)

Hello,

sorry, I'm total newby in Python.
I have programming skills in other languages, but not time to gain enough in Python for the current purp..... More

Print this item

  impossible to exit from the file
Posted by: sylas - Sep-11-2018, 07:13 AM - Forum: General Coding Help - Replies (8)

Hi all ! This file works well, unless I try to exit. Look please at lines 17,18, 19. I am on Linux. Python 3.7.
[python]
import tty, sys, termios
..... More

Print this item

  [split] f1(), f2() lambda functions addition
Posted by: baby_quant - Sep-11-2018, 06:40 AM - Forum: Homework - Replies (8)

Hi Guys,

I am trying to solve f=x^2-2*x using Newton Raphson method, but somehow code is not providing the correct results. Can you please help me?..... More

Print this item

  Pygame Class Sprite Placement Confusion
Posted by: TheHumbleIdiot - Sep-11-2018, 06:22 AM - Forum: Game Development - Replies (2)

I'm feeling so angry right now over something that I assume is trivial. First I hope that whoever has the misfortune of reading my question to bear wi..... More

Print this item

  [split] Python tutorial for beginner's
Posted by: swati10 - Sep-11-2018, 06:10 AM - Forum: Tutorial Requests and Submissions - Replies (1)

Hello
I would like to suggest you all the python tutorial of i2 tutorial.
They are really am..... More

Print this item

  making technical drawings
Posted by: Skaperen - Sep-11-2018, 05:19 AM - Forum: Bar - No Replies

/me wonders what he should learn to use to make a wide range of technical drawings

/me also wants to make comic drawings in xkcd style.

Print this item

  Stop execution of a module
Posted by: catosp - Sep-11-2018, 05:18 AM - Forum: General Coding Help - Replies (4)

Hello everybody,

I have the following problem:
I have two scripts:
The main script:
[python]
import multiprocessing
import time
import module..... More

Print this item

  maybe a generator?
Posted by: Skaperen - Sep-11-2018, 04:53 AM - Forum: News and Discussions - Replies (2)

i have written some code that converts Unicode to UTF-8 and code that converts UTF-8 to Unicode. i have also written code..... More

Print this item

  Multi-processing - problem with running multiple *.py files at the same time
Posted by: Antonio - Sep-11-2018, 04:16 AM - Forum: General Coding Help - Replies (5)

Hi there,

I have multiple *.py files that I need to run concurrently. Each file looks like this:

[python]def my_function(file):

# my code..... More

Print this item

  popen and close
Posted by: jupiter - Sep-11-2018, 03:38 AM - Forum: General Coding Help - Replies (2)

Hi,

In a statement obj = os.popen("ls").read()
Should a close statement like obj.close() be called or it is not necessary?

Also for subp = subp..... More

Print this item

  Help with this code please
Posted by: Lolman4214 - Sep-11-2018, 01:54 AM - Forum: Homework - Replies (1)

[Image: dWDy1cu]

had a couple goes but cannot seem to get it to work.

Print this item

  Print Not Printing Correctly
Posted by: kittylexi - Sep-10-2018, 08:04 PM - Forum: General Coding Help - Replies (3)

I'm in a Python Programming course right now, and I know there is a classroom forum, but this isn't about an assignment, rather about the format not w..... More

Print this item

  operand evaluation order?
Posted by: insearchofanswers87 - Sep-10-2018, 07:08 PM - Forum: General Coding Help - Replies (2)

Does Python specify the order of evaluation of the operands for a given operator? For instance in

f() + g()

in Java, we know f() will execute first..... More

Print this item

  python resources for HW
Posted by: Torun_Smok - Sep-10-2018, 06:46 PM - Forum: News and Discussions - Replies (1)

I am a student in a basic programming and game design course, and have to gather 5 resources about python for the programming class and write a paragr..... More

Print this item

  Dropdown menu- Store variable
Posted by: aking76 - Sep-10-2018, 05:11 PM - Forum: GUI - Replies (1)

I have a program I'm trying to create that will ask for an IP address, run a check to ensure it's an IP address, then afterwards it pops up a box and ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  THE MOST TRUSTWORTHY CRYP... 1 minute ago randydurham randydurham General Codin...
  Regarding pdf for PCEP an... 1 hour ago P212 Biks News and Disc...
  Using Python to SSH and R... 7 hours ago justaguy SprunkiRetake Networking
  My goal to be hired worki... 10 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
Most views
  The best Prog... 576962
  Tutorial Requ... 499636
  Web Scraping ... 440724
  Newbie with P... 384702
  New Users Int... 368722
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
randydurham Today
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday
Jamirul Yesterday

User Panel Messages

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