Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,968
» Latest member: Seu12Jorge
» Forum threads: 38,730
» Forum posts: 175,551
Full Statistics
|
Online Users |
There are currently 42 online users. » 0 Member(s) | 36 Guest(s) Apple, Bing, Google, AOL, Mojeek
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
9 minutes ago
» Replies: 7
» Views: 346
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
10 hours ago
» Replies: 7
» Views: 2,793
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 657
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,192
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,753
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 646
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,140
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,120
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,406
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,969
|
|
|
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
|
|
|
|