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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,923

Full Statistics

Online Users
There are currently 29 online users.
» 1 Member(s) | 24 Guest(s)
Bing, Google, AOL, Mojeek, snippsat

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 11
» Views: 318
Python compiler
Forum: General Coding Help
Last Post: noisefloor
9 hours ago
» Replies: 1
» Views: 75
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 93
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 53
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,131
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 206
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 734
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,840
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 215
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 170

 
  Problems with Turtle
Posted by: KaleBosRatjes - Jun-24-2018, 07:29 PM - Forum: General Coding Help - Replies (2)

Hello guys, im trying to make something where i give 4 imputs that eventually has to read a excel file.
So the problem that im having is that the beg..... More

Print this item

  Melt or Slice
Posted by: Grin - Jun-24-2018, 06:02 PM - Forum: Data Science - No Replies

Using the following dataset : https://www.kaggle.com/jessevent/all-crypto-currencies

I'm trying to isolate two crypto (Bitcoin and Ethereum) currenci..... More

Print this item

  Ho to create a bar chart with two specific columns?
Posted by: Jack_Sparrow - Jun-24-2018, 12:34 PM - Forum: General Coding Help - Replies (1)

Hello there
this is my data set

Vote_count vote_average
2000 4,5
500 5
3500 4
3000 3,5
2700 4,5
1500 3,5

I want to count how many people..... More

Print this item

  Code question
Posted by: robgar2001 - Jun-24-2018, 11:19 AM - Forum: GUI - Replies (2)

Hello I am a c# coder and I am learning Python so be kind please.
I just can't figure out why this code isn't working.
My intensions are to let a sc..... More

Print this item

  [split] [split] regular expression
Posted by: kerzol81 - Jun-24-2018, 08:24 AM - Forum: Homework - Replies (1)

Hi,

Could you help me out a bit? I'd like to remove those colored characters out of a bunch of files like these:

a = 'Python Tutorial for Beginn..... More

Print this item

  RPi with IR Sensor
Posted by: pimlicosnail - Jun-24-2018, 08:01 AM - Forum: General Coding Help - Replies (1)

Hello, I'm building a IRSensing robot (obstacle avoiding) using information I got from a beginner's website. I can't tell whether the problem I'm havi..... More

Print this item

  programs 1 and 2 i am working on
Posted by: Skaperen - Jun-24-2018, 06:28 AM - Forum: Bar - No Replies

program 1 starts the named tunnel:
if self is already running for this tunnel, quit
finds the module describing the named vpn tunnel
im..... More

Print this item

  Google Cloud Vision: Extracting Location of Text
Posted by: pablo_castano - Jun-24-2018, 02:47 AM - Forum: General Coding Help - No Replies

Hi,
I want to get to vertices of the bounding box for the texts Google Cloud Vision outputs.
Specifically

[python]
#import libraries
from goog..... More

Print this item

  what is the name?
Posted by: Skaperen - Jun-24-2018, 02:07 AM - Forum: Bar - Replies (9)

for ages, i have been writing dabs and blobs of code in a couple unnamed languages of length 6 and 1, to encode and decode between byte sized octets a..... More

Print this item

  Python Hangman Replacing "_" with letters.
Posted by: 2skywalkers - Jun-24-2018, 12:36 AM - Forum: General Coding Help - Replies (6)

I have been working my way through projects on Python and now I want to start on hangman. I have not started the code yet because of an issue I am hav..... More

Print this item

  TPOT output
Posted by: Scott - Jun-23-2018, 09:55 PM - Forum: General Coding Help - No Replies

Hi everyone,

I am trying to use TPOT to get an optimal model but Spider is saying the TPOT output is invalid syntax

TPOT output:

Best pipelin..... More

Print this item

  [SOLVED] Changing a string to an int
Posted by: Panda - Jun-23-2018, 06:59 PM - Forum: General Coding Help - Replies (3)

I'm making a simple calculator, but when you input 1 + 1, the program returns "11". I don't get any errors, but is there a way to change the string th..... More

Print this item

  Django + Vue or React
Posted by: dimgs - Jun-23-2018, 05:54 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello everybody,

I am a new member here to Python forum and I would like to ask something about the frameworks.

I have some experience with Djan..... More

Print this item

  Wrap from end to beginning. 27 to 1, 28 to 2 etc
Posted by: DreamingInsanity - Jun-23-2018, 05:08 PM - Forum: General Coding Help - Replies (5)

As a simple project I wanted to make a Caeser cipher encoder and decoder using my own knowledge. I got the encoding done but am stuck on the wrap arou..... More

Print this item

  Text base adventure game
Posted by: ForbNovak - Jun-23-2018, 04:20 PM - Forum: Code sharing - Replies (12)

Hey, over the last few days I've been designing a text based adventure game. I know its not the best but I'm just wondering if anyone likes it. If you..... More

Print this item

  OpenCV problem
Posted by: jogl - Jun-23-2018, 04:08 PM - Forum: Bar - Replies (1)

I am trying to create my own Haar Cascade classifier.

I keep getting the "Invalid background description file." error.
[python]jogl@shacku:~/openc..... More

Print this item

  how can i not br defined?
Posted by: Skaperen - Jun-23-2018, 03:17 PM - Forum: General Coding Help - Replies (3)

a little script to print a horizontal rule with optional tab markers of an optional character (default '#') and an optional interval (default 8).

h..... More

Print this item

  Can the scope of a module be expanded ?
Posted by: AyushExel - Jun-23-2018, 02:53 PM - Forum: General Coding Help - Replies (1)

I have a module named optimizer.py which has a class optimizer. The class contains 2 static member functions. Optimizer.py looks something like this:..... More

Print this item

  Comparing means in dataFrames
Posted by: Holly - Jun-23-2018, 01:52 PM - Forum: Homework - No Replies

Dear community,

we are working on an assignment with different statistical exercises that need to be programmed in Python.
It's going pretty wel..... More

Print this item

  Python beginner
Posted by: BigDisAok - Jun-23-2018, 11:18 AM - Forum: General Coding Help - Replies (14)

Hi all,

I am new to Python (really enjoying it so far) and am working my way through Learn Python the hard way. I have just learnt about functions..... More

Print this item

  Fix: Series' object is not callable
Posted by: Jack_Sparrow - Jun-23-2018, 11:16 AM - Forum: General Coding Help - Replies (3)

Hello there
this is my data set

Vote_count vote_average
2000 4,5
500 5
3500 ..... More

Print this item

  While loop confusion
Posted by: juliabrushett - Jun-23-2018, 06:54 AM - Forum: Homework - Replies (2)

Hello,
I am trying to create a guessing game that chooses a random number for the player to guess, outputs the number of guesses the player made befo..... More

Print this item

  cryptographic error
Posted by: saisankalpj - Jun-23-2018, 06:28 AM - Forum: General Coding Help - Replies (7)

Hi all

when i am using the import statement "from OpenSSL import crypto",i am getting an error like "cannot import certificate transperency".how sh..... More

Print this item

  How to Load Idle/Cmd Programs to Server?
Posted by: georgejr6 - Jun-23-2018, 01:58 AM - Forum: General Coding Help - Replies (6)

Hello,

So I have a program I'm running on my computer from the CMD prompt as well as Python Idle.

How can I load these onto a server to run inde..... More

Print this item

  selecting a module at run time
Posted by: Skaperen - Jun-23-2018, 12:59 AM - Forum: General Coding Help - Replies (1)

i am working on some new scripts to handle openvpn tunnels. there will be commands to start and stop particular ends of a tunnel in listen/server mod..... More

Print this item

  ping program in python
Posted by: Skaperen - Jun-23-2018, 12:36 AM - Forum: Networking - Replies (2)

i want to write a new ping program in python. but i want it to differ from the classic ping program in the following ways:

1. timing that does no..... More

Print this item

  starting and reading from a process
Posted by: Skaperen - Jun-23-2018, 12:11 AM - Forum: General Coding Help - No Replies

i want to be able to start a process (perhaps using Popen()) and read its output. i need for this reading to be fully unbuffered or buffered b..... More

Print this item

  [split] Check presence of a file
Posted by: pascale - Jun-22-2018, 10:34 PM - Forum: General Coding Help - Replies (25)

Hi,
I have been trying to create something like this for a while to use with a flask app, I am trying to learn python3 so I am lost with the above, I..... More

Print this item

  PythonistaCafe
Posted by: gontajones - Jun-22-2018, 09:50 PM - Forum: News and Discussions - Replies (3)

Hi guys, does anyone participate in this community (forum)?
How would you rate it (1-10)?
I think it is a good thing, but it will be nice if someone..... More

Print this item

  Diff Check - Print from dcmp.diff_files
Posted by: ipuente - Jun-22-2018, 09:44 PM - Forum: General Coding Help - No Replies

Hi All,

I received my first ever python scripting task today and I need some assistance. I am normally an Appian developer.

I have two directori..... More

Print this item

  Plotting distribution of a variable on the map with a shape file
Posted by: fyec - Jun-22-2018, 09:43 PM - Forum: General Coding Help - No Replies

I have a shape file of the region and values of the monthly mean temperatures of the locations over the years.
I want to plot monthly temperature di..... More

Print this item

  PigLatin Sentence Translator Help
Posted by: 2skywalkers - Jun-22-2018, 09:32 PM - Forum: General Coding Help - Replies (7)

What I want me code to do is be able to take a sentence from a user input and output each word in that sentence in Pig Latin form. If I enter "hello t..... More

Print this item

  ImportError: No module named 'pyConTextNLP.pyConText'
Posted by: alaksh16 - Jun-22-2018, 08:09 PM - Forum: General Coding Help - Replies (8)

Hi, I working on a python package called pyConTextNLP. I have issue importing these modules. I'm using python 3.5 and doing all the stuff inside a vir..... More

Print this item

  Job Offer: Jr. Python3 Developer
Posted by: daknuett - Jun-22-2018, 07:13 PM - Forum: Jobs - Replies (4)

I have a job offer for you:

https:// daknuett.eu/downloads/hiring.pdf

(I cannot upload the PDF here.
Also I cannot format links. See below.)
..... More

Print this item

  Guessing Game "limit 4 attempts" help
Posted by: rprollin - Jun-22-2018, 06:18 PM - Forum: Homework - Replies (3)

Hello, I am on the last problem in my intro to information systems course. This problem is extra credit and it would be nice to get that extra boost o..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 8 hours ago Lou noisefloor General Codin...
  Python compiler 9 hours ago NeoQuant noisefloor General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579512
  Tutorial Requ... 512978
  Web Scraping ... 442375
  Newbie with P... 386402
  New Users Int... 381787
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12113
buran 8196
snippsat 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today
NeoQuant Yesterday

User Panel Messages

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