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,934
» Latest member: Hershien
» Forum threads: 38,722
» Forum posts: 175,507

Full Statistics

Online Users
There are currently 42 online users.
» 1 Member(s) | 36 Guest(s)
Applebot, Bing, Google, AOL, arbiel

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
3 minutes ago
» Replies: 0
» Views: 1
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
41 minutes ago
» Replies: 1
» Views: 3,204
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
2 hours ago
» Replies: 4
» Views: 461
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,492
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,886
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 828
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,071
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,116
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,178
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 743

 
  Print only number
Posted by: penoxcz - Nov-10-2017, 10:37 AM - Forum: Homework - Replies (1)

Hi I need to print only numbers from my code. So when someone types for example "Hello123" it prints only 123. How can I do that? Thanks[python]name =..... More

Print this item

  Incrementing binary number
Posted by: Danielk121 - Nov-10-2017, 10:34 AM - Forum: Homework - Replies (2)

[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

  scrabble word game
Posted by: atux_null - Nov-10-2017, 08:09 AM - Forum: Homework - 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

  python dictionary for students records
Posted by: atux_null - Nov-10-2017, 07:39 AM - Forum: Homework - Replies (12)

[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

  Looking code to convert my strings of line in Dict
Posted by: santosh - Nov-10-2017, 07:36 AM - Forum: General Coding Help - Replies (1)

I want to read all the file in that location by today's date & result as output I want the uid list that BIND in ldap & cn list that search against ne..... More

Print this item

  how do you use stupid ffmpeg
Posted by: ineedastupidusername - Nov-10-2017, 05:38 AM - Forum: General Coding Help - No Replies

I copied the very first example line basically from https://trac.ffmpeg.org/wiki/Slideshow
It prints 'doin shit' and 'done' with no errors, but I don..... More

Print this item

  ISO Homework Help
Posted by: Kongurinn - Nov-10-2017, 04:39 AM - Forum: Homework - Replies (3)

[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

  Add DSIG to TTF font using ttx font tool
Posted by: Adrian - Nov-09-2017, 09:32 PM - Forum: General Coding Help - Replies (1)

I am using Adobe's Font Developer Kit (FDK) ttx tool to add a Digital Signature to a TrueType font. I have a routine which I've used successfully befo..... More

Print this item

  Insert csv data rows into a tree widget
Posted by: LMP2016 - Nov-09-2017, 08:55 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

  Need help.. function not work i think...
Posted by: Skytarez - Nov-09-2017, 08:54 PM - Forum: Game Development - Replies (1)

Hey guys,
I'm a french beginner from python. I know all the basic python but i have a problem with pygame and class in generally..
So my game goal i..... More

Print this item

  list index out of range
Posted by: DrPengin - Nov-09-2017, 08:00 PM - Forum: Homework - Replies (1)

I am in the second half term of the first year of a GCSE Python course. For a piece of Homework, I need to write a program that converts marks to grad..... More

Print this item

  code is not working
Posted by: gullidog - Nov-09-2017, 07:57 PM - Forum: General Coding Help - Replies (3)

This code is not working how it is supposed too, any suggestions?

[python]username = "Hello123"
password = "Hello1234"
username_c = input("Please..... More

Print this item

  What am I doing wrong in setup.py
Posted by: gps1539 - Nov-09-2017, 07:47 PM - Forum: Data Science - Replies (4)

Hi

I recently created my first pypi package (trespass). I can use pip install trespass and it pulls the dependencies, creates the /usr/lib/python3.6..... More

Print this item

  [split] Python Editors Wiki Updates
Posted by: metulburr - Nov-09-2017, 06:47 PM - Forum: News and Discussions - No Replies

added VSCode and Atom to
https://wiki.python.org/moin/PythonEditors

What are other Editors missing from this list?

Print this item

  Iteration Inverse Method
Posted by: antoniomancera - Nov-09-2017, 05:58 PM - Forum: Homework - Replies (7)

[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

  File Transfer
Posted by: deezy - Nov-09-2017, 05:39 PM - Forum: Networking - Replies (5)

I'm very new to learning Python and I'm trying to have a client send a text file to a server and have the server write it to another text file named "..... More

Print this item

  Reading a file without blocking the main thread
Posted by: QueenSvetlana - Nov-09-2017, 04:17 PM - Forum: Code sharing - No Replies

I'm following up from this question. I implemented the asyncio ..... More

Print this item

  Display school assigment
Posted by: Vittya - Nov-09-2017, 08:51 AM - Forum: Homework - Replies (2)

Hello All!

I got a school assignment, where I have to display a chart that contains 4 result.
There are 4 variables, each has an int value from 0-..... More

Print this item

  Write HEX into file in multiple line
Posted by: jacklee26 - Nov-09-2017, 08:02 AM - Forum: General Coding Help - Replies (4)

I have a question related to my code.
I have a text file name data.txt, i put two line it will help me add 1 and transfer to hex.
Right now i meet ..... More

Print this item

  While loop continuous
Posted by: DAS - Nov-09-2017, 07:40 AM - Forum: General Coding Help - Replies (1)

Dear Forum

I have tried several things to break the while loop - when I input a number outside the boundaries (1, 2, 3 )then it loops back to the t..... More

Print this item

  Trouble calling functions in main function
Posted by: RedSkeleton007 - Nov-09-2017, 06:46 AM - Forum: General Coding Help - Replies (6)

I'm trying to learn how to call functions in a main function, going at it with the same approach as C++ (where the main function calls all other funct..... More

Print this item

  How do i loop through list of data from CSV file and post requests in aspx dynamics w
Posted by: Prince_Bhatia - Nov-09-2017, 05:13 AM - Forum: Web Scraping & Web Development - Replies (1)

This is my another post related to python POST METHOD. i am trying to web scrape the website which is :https://maharerait.mahaonline.gov.in/SearchList..... More


Attached Files

.csv   Agents.csv (Size: 600 bytes / Downloads: 776)
Print this item

  Error Handling is weird
Posted by: PythonAndArduino - Nov-09-2017, 04:30 AM - Forum: General Coding Help - Replies (1)

So, I have a try/except sequence to make sure my program doesn't get bogged by a user entering a non-number in response to a prompt asking for a numbe..... More

Print this item

  How to change font size of chart title and axis title ?
Posted by: thrupass - Nov-09-2017, 04:22 AM - Forum: General Coding Help - Replies (5)

Hi, experts

I want to change font size of chart title and axis(x,y) title.
Can you help me ?

Thanks in advance

######################### BOF..... More

Print this item

  _curses not working
Posted by: Zephyr_ - Nov-09-2017, 02:50 AM - Forum: General Coding Help - Replies (4)

So I'm very new to python, and I was trying to learn how to program a simple snake game after doing a bit of research. I think I got all the code righ..... More

Print this item

  Appropriately delay this PyGame code
Posted by: kleynah22 - Nov-09-2017, 01:53 AM - Forum: Game Development - Replies (2)

[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

  editors for python in python
Posted by: Skaperen - Nov-08-2017, 11:13 PM - Forum: News and Discussions - Replies (10)

i am looking for an editor for coding python, implemented in python, and can work in a full screen text-only (not GUI) environment like i have (termin..... More

Print this item

  dictionary questions
Posted by: atux_null - Nov-08-2017, 08:59 PM - Forum: Homework - Replies (8)

[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 for musician
Posted by: calixtus06 - Nov-08-2017, 08:58 PM - Forum: General Coding Help - Replies (1)

Hi, I wish to learn code.

Actually I use linux and some shell commands
With Linux I 've got some difficulties to get similar softwares as windows...... More

Print this item

  Pyinstaller/MEIPASS issues
Posted by: kristrek - Nov-08-2017, 08:30 PM - Forum: General Coding Help - Replies (1)

I'm having a terrible time trying to incorporate getting to the temp MEIPASS file in this section for bundling with Pyinstaller. Pyinstaller makes the..... More

Print this item

  Returning a Boolean operator and a variable both?
Posted by: PythonAndArduino - Nov-08-2017, 07:30 PM - Forum: General Coding Help - Replies (2)

I'm very new to coding. I'm building a number guessing game. I had it working as a while loop, but I'm learning to define functions. I've built this, ..... More

Print this item

  Delete line before and after needle
Posted by: fpsnick - Nov-08-2017, 11:00 AM - Forum: General Coding Help - Replies (3)

Hello Everyone!

I need some help to make a code,
I want to make a code which can find a certain string, then delete the line containing it and the..... More

Print this item

  integrating ironpython application with normal C# wpf
Posted by: braveYug - Nov-08-2017, 09:47 AM - Forum: General Coding Help - Replies (2)

Hello All,
I am new to python and may be I am not able to follow python basic rules. Let me explain you guys my problem and I hope i get solution of ..... More

Print this item

  Problems with importing classes in different folder
Posted by: Xeraphim - Nov-08-2017, 07:43 AM - Forum: General Coding Help - Replies (3)

Hey guys

I try to reference the class Database in my unit test.
This is the first time I program with python so I hope I explain everything correc..... More

Print this item

  Not sure how to debug this?
Posted by: rsmldmv - Nov-08-2017, 04:48 AM - Forum: General Coding Help - Replies (3)

I'm trying to attach a screenshot to my post and can't a way to do this. Is this possible?

Thanks

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 3 minutes ago arbiel arbiel General Codin...
  Scraping a page with log ... 41 minutes ago iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 2 hours ago Alexandros Alexandros General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576172
  Tutorial Requ... 497771
  Web Scraping ... 440114
  Newbie with P... 383935
  New Users Int... 366545
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+ 12089
buran 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
Hershien Today
Diyaseating Today
marineoman Today
marineservice Today
bennyanderson482 Yesterday

User Panel Messages

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