| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,303
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,906
Full Statistics
|
| Online Users |
There are currently 32 online users. » 1 Member(s) | 26 Guest(s) Bing, AOL, Google, Applebot, snippsat
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
53 minutes ago
» Replies: 4
» Views: 111
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 4
» Views: 145
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Today, 04:44 AM
» Replies: 8
» Views: 665
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,811
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 144
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 125
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 208
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,217
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 317
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 209
|
|
|
| Alias names |
|
Posted by: dukbilt - Jan-18-2019, 11:53 AM - Forum: General Coding Help
- Replies (1)
|
 |
ASSIGNING NAME TO A 1-WIRE SENSOR ID
Hello everyone,
I have a 1-wire temperature sensor network running off a Raspberry Pi. The temperature from..... More
|
|
|
| tkinter and asyncio |
|
Posted by: jeuvrey - Jan-18-2019, 11:11 AM - Forum: GUI
- No Replies
|
 |
Hello,
this topic has been ever discuted on differents forums but i don't ever understand how to associate tkinter and an asyncio task without freezi..... More
|
|
|
| beginner questions |
|
Posted by: Naito - Jan-18-2019, 10:46 AM - Forum: Homework
- Replies (5)
|
 |
hello, i have to create a code that makes a user input a password that have at least 10 "symbols", have 1 uppercase , one lowercase , and one digit
i ..... More
|
|
|
| highlighting maximum value dataframe |
|
Posted by: PolskaYBZ - Jan-17-2019, 08:49 PM - Forum: Homework
- No Replies
|
 |
Hello,
I am reading through a book about data analysis where I got stuck with an excercice in which I need to highlight the maximum value of each c..... More
|
|
|
| Find ? in string |
|
Posted by: MuntyScruntfundle - Jan-17-2019, 07:16 PM - Forum: General Coding Help
- Replies (5)
|
 |
I've been looking for a while and can't find a simple way to do this.
So, what is the quickest, simplest way to check if a string contains a ?
..... More
|
|
|
| Functions |
|
Posted by: kbranch3791 - Jan-17-2019, 05:59 PM - Forum: General Coding Help
- Replies (1)
|
 |
Not understanding the question. Improve the function ask_number() so that the function can be called with a step value. Make the default value of st..... More
|
|
|
| Bytes from hex |
|
Posted by: FredericoFagundes - Jan-17-2019, 03:03 PM - Forum: General Coding Help
- Replies (2)
|
 |
I need to obtain bytes from hexadecimal digits, and it worked sometimes, I am using:
data=bytes.fromhex('018c5b') #this is just an example
Which giv..... More
|
|
|
| Print 2D Array |
|
Posted by: dragu_stelian - Jan-17-2019, 08:23 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hello!
I am new in Python and I have a question.
In the next code I want to print a 2D array in "C++ style"
[python]
tab = [[]]
rows = int(inpu..... More
|
|
|
| Python Assignment 5.2 |
|
Posted by: amos76823 - Jan-17-2019, 07:00 AM - Forum: Homework
- Replies (3)
|
 |
Anyone can assist me on what's my error since I can't figure out for hours...thanks so much!!!
[error]
ParseError: bad input on line 5
[/erro..... More
|
|
|
| Number Series |
|
Posted by: MrGoat - Jan-17-2019, 05:53 AM - Forum: General Coding Help
- Replies (11)
|
 |
This was the given question :
Write a Python program that prints all the numbers from 0 to 6 except 3 and 6.
Note : Use 'continue' statement.
Ex..... More
|
|
|
| Program debugging (python) |
|
Posted by: abdullahali - Jan-17-2019, 03:45 AM - Forum: Homework
- Replies (5)
|
 |
Hello, I am trying to create a program that asks user for sequence of 9 numbers and then verifies if they . make a magic square or not. Magic square r..... More
|
|
|
| ZeroDivisionError |
|
Posted by: CIVILmath - Jan-17-2019, 12:58 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hey all, I just started coding a few days ago and I'm trying to make a calculator to solve Cramer's rule. I wrote a code that takes values from a user..... More
|
|
|
| sample GUI programs/scripts |
|
Posted by: Skaperen - Jan-16-2019, 11:57 PM - Forum: GUI
- Replies (5)
|
 |
i am looking for sample GUI programs/scripts that a coded only in Python (as are any modules or libraries it uses beyond core graphical components). ..... More
|
|
|
| Pizza Ordering Program |
|
Posted by: Trinx - Jan-16-2019, 11:14 PM - Forum: Code sharing
- Replies (5)
|
 |
I finally finished this program today! Tell me what you think of it and how I could make it better. Thanks!
[python]
""" Scripted by Trinx """
#F..... More
|
|
|
|