Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 52 online users. » 2 Member(s) | 45 Guest(s) Bing, AOL, Google, Apple, adamsmith12, randydurham
|
Latest Threads |
THE MOST TRUSTWORTHY CRYP...
Forum: General Coding Help
Last Post: randydurham
1 minute ago
» Replies: 0
» Views: 1
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
1 hour ago
» Replies: 1
» Views: 1,420
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
7 hours ago
» Replies: 1
» Views: 2,477
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
10 hours ago
» Replies: 0
» Views: 153
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 326
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 389
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 497
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,679
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,581
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 441
|
|
|
pow function |
Posted by: luoheng - Sep-12-2018, 02:27 AM - Forum: General Coding Help
- Replies (1)
|
 |
hi,
I met a problem when using the built-in function pow().
here is the code:
[python]
In [1]: pow(-2, 1/3)
Out [1]: (0.6299605249474367+1.091123..... More
|
|
|
Doubt with int and str |
Posted by: SB_J - Sep-11-2018, 04:43 PM - Forum: Homework
- Replies (1)
|
 |
x = 4
print ('x =' , x)
and
x= 4
print ('x =', str(x))
give me the same output. Why do I have to convert int to str?
|
|
|
Homework Problem |
Posted by: Travisbulls34 - Sep-11-2018, 03:38 PM - Forum: Homework
- Replies (1)
|
 |
Hello guys,
I have another problem I can't seem to figure out. Any help would be greatly appreciated!
Here is the problem:
(Turtle: draw a re..... More
|
|
|
Basic Programming Help |
Posted by: Travisbulls34 - Sep-11-2018, 02:30 PM - Forum: Homework
- Replies (3)
|
 |
Hi everyone,
I'm new to the site and just started taking a beginners Python course. I was hoping to see if I could receive some assistance with an a..... More
|
|
|
Adding text to plot |
Posted by: Pythcoronas - Sep-11-2018, 01:27 PM - Forum: Homework
- Replies (1)
|
 |
I am asked to plot a circle with user's input of radius, and display the area of the circle next to it on the plot. I know how to set up the whole thi..... More
|
|
|
Basic program |
Posted by: balajee - Sep-11-2018, 09:36 AM - Forum: Homework
- Replies (2)
|
 |
Hi,
I was asked to write the below program. Please let me know what is the best solution.
Input: [124678,1134546,9091102]
Output: [246817, 446..... More
|
|
|
making technical drawings |
Posted by: Skaperen - Sep-11-2018, 05:19 AM - Forum: Bar
- No Replies
|
 |
/me wonders what he should learn to use to make a wide range of technical drawings
/me also wants to make comic drawings in xkcd style.
|
|
|
popen and close |
Posted by: jupiter - Sep-11-2018, 03:38 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
In a statement obj = os.popen("ls").read()
Should a close statement like obj.close() be called or it is not necessary?
Also for subp = subp..... More
|
|
|
Dropdown menu- Store variable |
Posted by: aking76 - Sep-10-2018, 05:11 PM - Forum: GUI
- Replies (1)
|
 |
I have a program I'm trying to create that will ask for an IP address, run a check to ensure it's an IP address, then afterwards it pops up a box and ..... More
|
|
|
|