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,306
» Latest member: ifdainstitute7
» Forum threads: 38,798
» Forum posts: 175,911

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
2 hours ago
» Replies: 8
» Views: 207
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
7 hours ago
» Replies: 3
» Views: 11,099
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 182
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 705
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,820
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 174
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 151
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 241
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,224
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 342

 
  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

  How can I start a python program out of a python program?
Posted by: peer - Oct-30-2018, 04:03 PM - Forum: General Coding Help - Replies (3)

How can I start a python program out of a python program, or copy files?

Print this item

  Need help on assignment
Posted by: sstonne - Oct-30-2018, 03:39 PM - Forum: Homework - Replies (1)

I'm trying to add a coin that when collided with the player you get a message saying you win and restarts or closes the game. I have a class made for ..... More

Print this item

  Python arrays
Posted by: abdullahali - Oct-30-2018, 03:19 PM - Forum: Homework - Replies (3)

How could I convert my list that is associated with variable data2 to a 2D numpy array?

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 2 hours ago Lou snippsat General Codin...
  Python Online Compiler 7 hours ago alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 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...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
Most views
  The best Prog... 579484
  Tutorial Requ... 512746
  Web Scraping ... 442354
  Newbie with P... 386395
  New Users Int... 381676
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 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today
IFDA123 Yesterday
TimTom420 11-27

User Panel Messages

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