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,963
» Latest member: chaoh1911
» Forum threads: 38,729
» Forum posts: 175,540

Full Statistics

Online Users
There are currently 35 online users.
» 0 Member(s) | 29 Guest(s)
Applebot, Bing, Google, AOL, AOL

Latest Threads
My First App
Forum: Code Review
Last Post: carlbidwell
5 hours ago
» Replies: 8
» Views: 8,415
what does % stand for in ...
Forum: General Coding Help
Last Post: carlbidwell
6 hours ago
» Replies: 3
» Views: 1,802
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Today, 03:54 AM
» Replies: 3
» Views: 312
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 746
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 819
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,066
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,705
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,747
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 354
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 603

 
  Packaging VTK and ITK for macOS
Posted by: sandrider - Nov-01-2018, 05:24 AM - Forum: GUI - No Replies

Hi there,

I've been trying to find an answer to my question and haven't been able to find one.

I have a macOS application written in Python3 (du..... More

Print this item

  How to generate calendar with 2 formats in python
Posted by: luizcrf - Nov-01-2018, 04:43 AM - Forum: General Coding Help - Replies (1)

Hello, how to generate in python a calendar list between 2018 and 2022 with 2 formats:

Day of the week, Date Month Year Time (hours: minutes: secon..... More

Print this item

  Help with pig latin translator
Posted by: DragonG - Nov-01-2018, 03:51 AM - Forum: General Coding Help - Replies (1)

How come this works:
[python]
pyg = 'ay'

original = raw_input('Enter a word:')

if len(original) > 0 and original.isalpha():
word = original..... More

Print this item

  HELP - Returning self numbers lower or equal to my argument
Posted by: Kokuzuma - Nov-01-2018, 03:47 AM - Forum: Homework - Replies (4)

Hello,

I am a student and a beginner in learning python coding, and I'm stuck on a self-numbers exercise, where I'm asked to return, from the Liste..... More

Print this item

  python odeint keeps giving me size of array error
Posted by: kiyoshi7 - Nov-01-2018, 01:49 AM - Forum: Data Science - Replies (1)

hi I'm trying to run the following code to solve Schrodinger equation in a infinite well with a barrier in themiddle but when I try to run the code I ..... More

Print this item

  Caesar Cypher--- I don't understand why it doesn't work
Posted by: ironsheep - Oct-31-2018, 11:33 PM - Forum: General Coding Help - Replies (12)

alphabet= "abcdefghijklmnopqrstuvwxyz"
cleartext= input()
cleartext=cleartext_lowercase()
def encrypt(cleartext):
codedtext = " "
for cha..... More

Print this item

  Read ini file
Posted by: ebolisa - Oct-31-2018, 10:58 PM - Forum: General Coding Help - Replies (5)

Hi,

When running the below code, I get an error message but I don't understand it. I appreciate some insights.
TIA

data.ini
[python]
[setting..... More

Print this item

  byte types
Posted by: Skaperen - Oct-31-2018, 10:44 PM - Forum: News and Discussions - Replies (16)

i find many times i write some code or a function or a method that does something with strings and i want it to also handle byte strings since i use t..... More

Print this item

  I can't figure out simple rounding to 2 decimal places!
Posted by: Funnypants - Oct-31-2018, 10:28 PM - Forum: Homework - Replies (7)

So I missed the day of class where they went over rounding and I can't seem to get my code to always round to 2 decimal places.

I'm new to python a..... More

Print this item

  Adding times in ISO format?
Posted by: amca01 - Oct-31-2018, 10:26 PM - Forum: Data Science - Replies (1)

I have a list of times in ISO format: HH:MM:SS representing the durations of various activities. I'd like to add them all. However, much as I've sea..... More

Print this item

  Ping in python
Posted by: domi453 - Oct-31-2018, 09:33 PM - Forum: Homework - Replies (2)

My homework is to implement Ping in python, it can be simple program with using libraries. What I dont know is which libraries should I use and how to..... More

Print this item

  a funny code
Posted by: nzcan - Oct-31-2018, 08:51 PM - Forum: Bar - No Replies

some funny code:
[python]>>> b = 'when we were nearly come to the last round of the punch, i addressed mysel..... More

Print this item

  Absolute Beginner Python Question
Posted by: matchamochi7 - Oct-31-2018, 08:14 PM - Forum: General Coding Help - Replies (5)

I am trying to make a python code that contains if/else/elif statements that tells you what your grade is based on your score. So the program should r..... More

Print this item

  Difference between self and a reference to own class. (unique instance)
Posted by: Dupletor - Oct-31-2018, 08:03 PM - Forum: General Coding Help - Replies (1)

class external(threading.Thread):
    i = 0
    def __init__(self, dir_q, result_q):
        super(external, self).__init__()
the..... More

Print this item

  Flask - Implementing SQLAlchemy with Blueprints
Posted by: jolsendev - Oct-31-2018, 06:47 PM - Forum: Web Scraping & Web Development - Replies (1)

A bit of a python/flask newb and need some direction with implementing SQLAlchemy with my Blueprint.. follow up question, should I just use Django at ..... More

Print this item

  Help with understanding basic IP script
Posted by: mickandralphscrier - Oct-31-2018, 05:00 PM - Forum: Web Scraping & Web Development - Replies (6)

Hello there!

For my computer studies, I recieved homework where I have to pick any simple computer task and offer a solution on how to create a pro..... More

Print this item

  Python MySQL - How to pick column row data as variable?
Posted by: bharaths - Oct-31-2018, 04:24 PM - Forum: General Coding Help - Replies (1)

Hi All,

New to python, I'm trying to do a ssh to one of the linux box using paramiko, I can already do this activity but I want to pick the credent..... More

Print this item

  Help for my first Python project!!!
Posted by: francescovalle84 - Oct-31-2018, 03:54 PM - Forum: General Coding Help - Replies (1)

Hi all,

I am new in the forum, and new in Python programming too... I have read many good things about Python, but I never had the opportunity to d..... More

Print this item

  No Module of this name found
Posted by: wookie - Oct-31-2018, 03:39 PM - Forum: Data Science - Replies (4)

I entered the code for a spirograph printing program which was in the book "python playground" by Mahesh Venkitachalam only to find that it would not ..... More

Print this item

  global / local namespace
Posted by: nzcan - Oct-31-2018, 03:27 PM - Forum: Homework - Replies (3)

[font=Tahoma, Geneva, sans-serif]hello,
recently i have 'discovered' a little bit 'strange' block of code.
[/..... More

Print this item

  Malware in colourama package
Posted by: ichabod801 - Oct-31-2018, 03:04 PM - Forum: News and Discussions - No Replies

[quote="cfq20"]
If you use Windows and recently installed the colourama package from PyPi, you might have been infected by a malaware. A security res..... More

Print this item

  For \ While loops
Posted by: Itay - Oct-31-2018, 02:23 PM - Forum: Homework - Replies (9)

Hello , I'm a python beginner and I need help with For & While loops

1)Ive been asked to code a loop with 'While'. In the loop I need to have 3 var..... More

Print this item

  Connectivity issue with urllib
Posted by: ronen1m - Oct-31-2018, 01:44 PM - Forum: Networking - Replies (7)

Hi,

I think I'm having some issues with urllib but I'm not sure what exactly is the problem.

While trying a basic code as :

[python]
import ..... More

Print this item

  What's the full answer to this question in python? (bayesian decision theory)
Posted by: Hblaugrana - Oct-31-2018, 01:29 PM - Forum: Homework - Replies (1)

The question is fully described in the two pictures below
[Image: fvnr_20181031_160523.jpg]
[img]http://uupload.ir/files/d..... More

Print this item

  Debugging a seg fault
Posted by: tidymax - Oct-31-2018, 12:44 PM - Forum: General Coding Help - Replies (1)

Hi,

I have a script running to power a small game, every I can't get past a few loops of the game without it throwing a Seg Fault - looking at the sc..... More

Print this item

  Plotting datas
Posted by: Krszt - Oct-31-2018, 09:06 AM - Forum: General Coding Help - Replies (2)

Hello,

I am completely new with matplotlib. I would like to create a graph (with points), where every data on x axis is a date and y is a float nu..... More

Print this item

  Why does my code not work?
Posted by: evaoyg - Oct-31-2018, 09:00 AM - Forum: General Coding Help - Replies (2)

Hi!

I'm trying to make a code that solves my equations with newtons method, but python prints "TypeError: 'float' object is not callable". I have ..... More

Print this item

  How to Find a specific email in Outlook with Python Code
Posted by: jassi123 - Oct-31-2018, 08:01 AM - Forum: General Coding Help - Replies (2)

Hello Team,

I would like to find a specific email in outlook. Can someone please tell me how to find that specific email with Python Code.


Reg..... More

Print this item

  How to exclude certain links while webscraping basis on keywords
Posted by: Prince_Bhatia - Oct-31-2018, 07:00 AM - Forum: Web Scraping & Web Development - No Replies

Hi,

I am trying to webscrape google search results. My job is to find and scrape google search results basis on keywords have been provided to me i..... More

Print this item

  How do I permanently change a list after user's input?
Posted by: Ablazesphere - Oct-31-2018, 06:55 AM - Forum: General Coding Help - Replies (6)

Need Help Pray Pray

Print this item

  string indices must be integers
Posted by: Kapu141984 - Oct-31-2018, 06:04 AM - Forum: Web Scraping & Web Development - Replies (4)

I am running one script and getting error like this "string indices must be integers"


[Image: UzrS6qF.png]

line of code ..... More

Print this item

  How to jump to a specific row when getting data in ms Access using python?
Posted by: aeo03 - Oct-31-2018, 01:48 AM - Forum: General Coding Help - Replies (1)

The code that I get from the net will go through a loop to get all the data of ms Access.

[python]
def access(): l =[] conn = pyodbc.connect(r'Dri..... More

Print this item

  Base class variables are not accessible
Posted by: Prabakaran141 - Oct-31-2018, 01:35 AM - Forum: General Coding Help - Replies (3)

Hi,

I just want to understand, why I'm getting below error in inheritance?
[error]
Traceback (most recent call last):
File "inheritance.py", l..... More

Print this item

  String to list
Posted by: digysol - Oct-30-2018, 07:17 PM - Forum: General Coding Help - Replies (4)

Consider this string
'[1,2]'
I am trying to convert it to
[1,2]

I tried some string and list function..... More

Print this item

  Need help!
Posted by: frequency - Oct-30-2018, 07:14 PM - Forum: General Coding Help - Replies (8)

This small issue took me 3 days and i stil did not fix it. [b][i]I was assigned to Create a program that counts the digits(0-9) from a string as well ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My First App 5 hours ago BCopeland64 carlbidwell Code Review
  what does % stand for in ... 6 hours ago arbiel carlbidwell General Codin...
  Unable to resolve FileNot... Today, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... Yesterday, 17:13 RonR noisefloor GUI
  Is the interpreter that c... Yesterday, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... Yesterday, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 577117
  Tutorial Requ... 500007
  Web Scraping ... 440839
  Newbie with P... 384833
  New Users Int... 369054
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 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
chaoh1911 Today
KaydenJonah098 Today
carlbidwell Today
llarkin6 Yesterday
Xuitar Yesterday

User Panel Messages

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