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,262
» Latest member: cruisesfares
» Forum threads: 38,788
» Forum posts: 175,846

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 43 Guest(s)
Bing, Google, Facebook, AOL

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: Tuurbo46
1 hour ago
» Replies: 0
» Views: 20
What is the Nile Cruise C...
Forum: News and Discussions
Last Post: cruisesfares
1 hour ago
» Replies: 0
» Views: 18
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
2 hours ago
» Replies: 0
» Views: 21
How to make ball stay wit...
Forum: General Coding Help
Last Post: SledgeNE
7 hours ago
» Replies: 1
» Views: 65
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: Skaperen
Today, 12:10 AM
» Replies: 4
» Views: 299
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Yesterday, 11:31 PM
» Replies: 0
» Views: 30
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Yesterday, 06:38 PM
» Replies: 0
» Views: 63
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:02 PM
» Replies: 10
» Views: 243
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 03:33 PM
» Replies: 3
» Views: 123
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 207

 
  change only one element of list to upper case
Posted by: python1980 - Dec-03-2017, 07:10 PM - Forum: General Coding Help - Replies (3)

Hello

I am totally new to python and today learnt about lists, my question is how do i change the case of a particular element in a list

p=["mo..... More

Print this item

  PyCharm IDE: Method Not Showing Up Question: Bug or Feature?
Posted by: Oliver - Dec-03-2017, 06:19 PM - Forum: Data Science - Replies (2)

I've noticed that PyCharm sometimes fails to drill down to give me method pop-ups when I'm typing. As this problem never occurs using Intellij (Java),..... More

Print this item

  float parameter
Posted by: shaxobiddin_9802 - Dec-03-2017, 05:56 PM - Forum: Homework - Replies (1)

An Olympic-size swimming pool is 25 meters wide and 50 meters long (rectangular). The minimum of depth of the pool is 2 meters. So I need to write a f..... More

Print this item

  capitalize all letters
Posted by: atux_null - Dec-03-2017, 03:28 PM - Forum: Homework - Replies (5)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Type Error Confusion
Posted by: Oliver - Dec-03-2017, 03:25 PM - Forum: Data Science - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Confused by {} in Python code
Posted by: Oliver - Dec-03-2017, 03:21 PM - Forum: General Coding Help - Replies (6)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Python, PIL and Paint Shop Pro
Posted by: dfkettle - Dec-03-2017, 12:51 PM - Forum: General Coding Help - Replies (11)

Does anyone here have any experience using Python and PIL in Corel Paint Shop Pro? For those who aren't aware, the scripting language used in Paint Sh..... More

Print this item

  Homework about string conversions
Posted by: stiletto009 - Dec-03-2017, 11:22 AM - Forum: Homework - Replies (9)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  What makes a good programmer?
Posted by: j.crater - Dec-03-2017, 10:44 AM - Forum: News and Discussions - Replies (5)

Recently on a local tech forum, someone posted a message which said something along the lines of:
"Folks these days think that if you know how to mak..... More

Print this item

  Help! For pool to While pool
Posted by: nikecorei5 - Dec-03-2017, 10:23 AM - Forum: Homework - Replies (4)

def function(n, step):
    s = 0
    for i in range(1, n, step):
        s += i
    return s
I need to translate to While pool..... More

Print this item

  debugging methods
Posted by: Skaperen - Dec-03-2017, 07:24 AM - Forum: News and Discussions - No Replies

so what are you debugging methods?

i have used "print things out" in all the programming i have done, even down to boot loaders, including hacking ..... More

Print this item

  problem in opening python
Posted by: akash_nag - Dec-03-2017, 06:05 AM - Forum: General Coding Help - Replies (1)

"The program can't start because api-ms-crt-runtime-l1-1-0.dll is missing from your computer. try reinstalling the program to fix this problem."

i ..... More

Print this item

  how do i get utf-8 encoding for real?
Posted by: Skaperen - Dec-03-2017, 05:33 AM - Forum: General Coding Help - Replies (4)

i am running into these errors and wondering how i change the encoding to really get utf-8.[output]lt1/pdh /home/pdh 46> py2 new-sessionin.py f..... More

Print this item

  \b
Posted by: Skaperen - Dec-03-2017, 04:07 AM - Forum: Bar - Replies (5)

i want to be able convert binary encoding into the appropriate character using a \b prefix just like \x for hexadecimal and \o for octal.  but \b is a..... More

Print this item

  Repeat Sequence
Posted by: TulsaTough - Dec-03-2017, 12:03 AM - Forum: General Coding Help - Replies (1)

Hello... I am new to Python. I am trying to get the code below to repeat. This is a voting hack. It votes 23 times and then quits. I would like it to ..... More

Print this item

  PermissionError
Posted by: Quavin - Dec-02-2017, 10:24 PM - Forum: General Coding Help - Replies (1)

I have a problem after formatting my PC. It says this when i install discord.py [img]https://cdn.discordapp.com/attachments/336447986726862849/3866437..... More

Print this item

  Recursive Function
Posted by: Fanki - Dec-02-2017, 10:05 PM - Forum: Homework - Replies (2)

Hey Guys,
I got homework from university but we never learned anything that has to do with it, so I'm really confused with this.
I got a list with ..... More

Print this item

  Compare 2 Csv data sets, identify record with latest date
Posted by: MJUk - Dec-02-2017, 09:03 PM - Forum: Data Science - Replies (11)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Script as service?
Posted by: MuntyScruntfundle - Dec-02-2017, 08:41 PM - Forum: General Coding Help - Replies (1)

Hello again.

Just wondering, after getting a simple socket server running and bugged out, is it possible to have it run as a service on system boot?
..... More

Print this item

  Need some help with a simple syntax mystery
Posted by: kverbeeck - Dec-02-2017, 08:17 PM - Forum: General Coding Help - Replies (3)

Hello,

I am just new to Python and learning from scratch. Could anyone please help me solve this equation?

my code is:

[python]>>> print("Lij..... More

Print this item

  What should I name these vars
Posted by: RickyWilson - Dec-02-2017, 07:36 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Please critique my resume
Posted by: christian_cecilia - Dec-02-2017, 07:28 PM - Forum: Jobs - Replies (3)

Hi everyone, the company I work is downsizinng so I need to find a new job as a python developer hopefully soon but I haven't had to make a resume for..... More

Print this item

  Price testing for a population
Posted by: CloudMonkey - Dec-02-2017, 04:08 PM - Forum: Bar - Replies (1)

Hello,

I'm trying to analyse the results for a price test. We have 10,000 sales a year and about 400 of these sales were in branches that ran a pri..... More

Print this item

  Reversing a String
Posted by: grkiran2011 - Dec-02-2017, 03:10 PM - Forum: Homework - Replies (1)

Hi Viewer,

Just started learning to code in Python. Was going thru some code online on reversing a string. The code is as follows:

s = "Hello"..... More

Print this item

  How can I create a new folder, then create multiple new files in that folder?
Posted by: JckHmr - Dec-02-2017, 02:07 PM - Forum: General Coding Help - Replies (1)

name = input ("what is your name?")
cupcakes = int(input ("How Many Cupcakes did you eat?"))
calories = 300
calMath = (calories * cupcakes)
totalC..... More

Print this item

  how to install numpy and matplotlib to Tkinter
Posted by: elwolv - Dec-02-2017, 01:26 PM - Forum: GUI - Replies (4)

Installed Tkinter-Python IDE and worked well on examples

I have Python 3.6 installed with working numpy matplotlib installation
I used: python ..... More

Print this item

  Pandas question
Posted by: takaa - Dec-02-2017, 12:26 PM - Forum: Data Science - Replies (3)

Hi

I have a dataframe that looks like this:

[output]      1     2     4  5  3
1  0.25     0  0.75  0  0
2     0  0.75     0  0  0
4  0.75    ..... More

Print this item

  How do I get coordinates for addresses from the csv list?
Posted by: BigD - Dec-02-2017, 11:41 AM - Forum: General Coding Help - Replies (6)

I have a list with addresses in the csv file. I would like to get coordinates for this whole list. Unfortunately, I'm getting an error:

[code]Trace..... More

Print this item

  Pig Latin Translator
Posted by: RickyWilson - Dec-02-2017, 08:16 AM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  what do YOU use to debug Python code you write? an IDE?
Posted by: Skaperen - Dec-02-2017, 04:29 AM - Forum: Bar - Replies (14)

what do YOU use to debug Python code you write?  an IDE?  what tools and methods?  do you ever do a detailed trace to see each statement being execute..... More

Print this item

  Please advice Linux library - tray icon, popup windows, ICQ/Skype style etc
Posted by: ramendik - Dec-01-2017, 11:54 PM - Forum: GUI - Replies (5)

Hello,

I am decent at text-only Python but never did any real work on GUI. And now I need to use Python (v3, probably) to create some lightweigt noti..... More

Print this item

  python data format to c data format
Posted by: tony1812 - Dec-01-2017, 10:58 PM - Forum: General Coding Help - Replies (1)

Hello, I am writing a python code to write data to the serial port for Anduino to receive.

Pi side
[python]
pos_i=50 #degree in the range of 0-18..... More

Print this item

  [error]Traceback
Posted by: kikoko_2 - Dec-01-2017, 10:25 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  List referencing.
Posted by: MuntyScruntfundle - Dec-01-2017, 09:34 PM - Forum: General Coding Help - No Replies

Hi there.

I've borrowed a little code from a site I've long since lost, sorry, I wanted to say thanks to the OP.

However, I'm using the followin..... More

Print this item

  create multiple .cfg files
Posted by: JckHmr - Dec-01-2017, 09:31 PM - Forum: General Coding Help - No Replies

#######I am trying to create multiple .cfg files. I need a new file every time the string apCode changes. Currently, it will spit out 1 file. Also, th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... 1 hour ago Tuurbo46 Tuurbo46 General Codin...
  What is the Nile Cruise C... 1 hour ago cruisesfares cruisesfares News and Disc...
  PermissionError: [Errno 1... 2 hours ago Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 7 hours ago nathanael SledgeNE General Codin...
  sorting a lisr of file pa... Today, 00:10 Skaperen Skaperen News and Disc...
  conditional nested loops Yesterday, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... Yesterday, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue Yesterday, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... Yesterday, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 578980
  Tutorial Requ... 510572
  Web Scraping ... 441999
  Newbie with P... 386024
  New Users Int... 377158
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+ 12108
buran 8195
snippsat 7388
deanhystad 6910
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
cruisesfares Today
SledgeNE Today
nathanael Yesterday
JamesFalkner Yesterday
stevecoh1 Yesterday

User Panel Messages

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