DEV Community

DDSRY profile picture

DDSRY

Writer | Podcaster | Artist

How to Save Python File ?By DDSRY

How to Save Python File ?By DDSRY

1
Comments
1 min read

Want to connect with DDSRY?

Create an account to connect with DDSRY. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Keep This in Mind About Python Programming Language

Keep This in Mind About Python Programming Language

Comments
1 min read
NOTE IT DOWN About Python Programming Language #3

NOTE IT DOWN About Python Programming Language #3

Comments
1 min read
NOTE IT DOWN About Python Programming Language #2

NOTE IT DOWN About Python Programming Language #2

Comments
1 min read
NOTE IT DOWN About Python Programming Language #1

NOTE IT DOWN About Python Programming Language #1

Comments
1 min read
You Should Know Top 8 Python Libraries in 2020

You Should Know Top 8 Python Libraries in 2020

1
Comments
1 min read
Shortcut keys to print symbols, special characters, and emojis using Alt the key in Note Pad

Shortcut keys to print symbols, special characters, and emojis using Alt the key in Note Pad

1
Comments
1 min read
Top 10 Python Interview Questions For Beginners By DDSRY

Top 10 Python Interview Questions For Beginners By DDSRY

4
Comments
1 min read
Introduction - Python Programming Language | Python 🎧 Podcast | 🎤 DDSRY | Episode 1

Introduction - Python Programming Language | Python 🎧 Podcast | 🎤 DDSRY | Episode 1

1
Comments
1 min read
What the difference between a list and a dictionary?

What the difference between a list and a dictionary?

Comments
1 min read
Why are you doing while True: in Python?

Why are you doing while True: in Python?

2
Comments 1
1 min read
Why does for i in range(1,3): only loop two times instead of three times in Python?

Why does for i in range(1,3): only loop two times instead of three times in Python?

3
Comments 1
1 min read
How do you make a two-dimensional (2D) list in Python?

How do you make a two-dimensional (2D) list in Python?

4
Comments
1 min read
Python Program – Print out a message that tells them which year he/she will become 100 years old.

Python Program – Print out a message that tells them which year he/she will become 100 years old.

3
Comments 3
1 min read
What does += means in Python?

What does += means in Python?

2
Comments 1
1 min read
Why does "test" and "test" return "test" or 1 and 1 return 1 instead of True in Python?

Why does "test" and "test" return "test" or 1 and 1 return 1 instead of True in Python?

1
Comments
1 min read
Which Organization Uses Python Programming?

Which Organization Uses Python Programming?

3
Comments
1 min read
How does readline() know where each line is im Python?

How does readline() know where each line is im Python?

1
Comments
1 min read
What is the Meaning of += in Python?

What is the Meaning of += in Python?

6
Comments 1
1 min read
Is there a limit to the number of arguments a function can have in Python ?

Is there a limit to the number of arguments a function can have in Python ?

1
Comments 2
1 min read
What if I want to ask the user for the numbers of apples and oranges in Python ?

What if I want to ask the user for the numbers of apples and oranges in Python ?

1
Comments
1 min read
I get a SyntaxError: EOL while scanning string literals error in Python

I get a SyntaxError: EOL while scanning string literals error in Python

3
Comments
1 min read
What does the len() function do in Python ?

What does the len() function do in Python ?

1
Comments 2
1 min read
Does just doing open(filename) open it in 'r' (read) mode in Python ?

Does just doing open(filename) open it in 'r' (read) mode in Python ?

1
Comments
1 min read
What are the modifiers to the file modes we can use in Python ?

What are the modifiers to the file modes we can use in Python ?

1
Comments
1 min read
What does 'w', 'r', and 'a' mean in Python Files Topic ?

What does 'w', 'r', and 'a' mean in Python Files Topic ?

1
Comments 2
1 min read
Why is there no error when we open the file twice in Python ?

Why is there no error when we open the file twice in Python ?

2
Comments 4
1 min read
What does from sys import argv mean in Python ?

What does from sys import argv mean in Python ?

5
Comments 9
1 min read
When I wirte // or /n it doesn't work in Python ?

When I wirte // or /n it doesn't work in Python ?

1
Comments
1 min read
Is it bad that my errors are always spelling mistakes ?

Is it bad that my errors are always spelling mistakes ?

1
Comments 4
1 min read
Why do I get an error when i put spaces between the three double-quotes in Python ?

Why do I get an error when i put spaces between the three double-quotes in Python ?

1
Comments
1 min read
What if I wanted to start strings on a new line in Python ?

What if I wanted to start strings on a new line in Python ?

1
Comments
1 min read
I tried putting some non-ASCII characters into these strings, but %r prints out weird symbols in Python

I tried putting some non-ASCII characters into these strings, but %r prints out weird symbols in Python

1
Comments
1 min read
Why do we have to put quotes around "strings" but not around True or False in Python ?

Why do we have to put quotes around "strings" but not around True or False in Python ?

1
Comments
1 min read
Why do we put ' ' single quotes around some strings and not others in Python ?

Why do we put ' ' single quotes around some strings and not others in Python ?

1
Comments
1 min read
How can i round a floating point number in Python ?

How can i round a floating point number in Python ?

1
Comments
1 min read
Can i make a variable like this: 4 = 'number' in Python 3.8 ?

Can i make a variable like this: 4 = 'number' in Python 3.8 ?

1
Comments
1 min read
Can we write a=21 instead of a = 21 in Python 3.8 ?

Can we write a=21 instead of a = 21 in Python 3.8 ?

2
Comments
1 min read
What is the difference between = (single equal to) and == (double equal to) in Python 3.8 ?

What is the difference between = (single equal to) and == (double equal to) in Python 3.8 ?

2
Comments 2
1 min read
Why does / (divide) round down in Python 3.8 ?

Why does / (divide) round down in Python 3.8 ?

1
Comments
1 min read
What is the order of Operations in Python 3.8 ?

What is the order of Operations in Python 3.8 ?

3
Comments
1 min read
How do i comment out multiple lines in Python 3.8 ?

How do i comment out multiple lines in Python 3.8 ?

2
Comments
1 min read
Why does the # in print(" This is a # hash") not get ignored by interpreter in Python ?

Why does the # in print(" This is a # hash") not get ignored by interpreter in Python ?

1
Comments 2
1 min read
What is += in Python Programming Language ?

What is += in Python Programming Language ?

1
Comments
1 min read
Is there a way to analyze What this function is doing so i can understand it better in Python 3.8 ?

Is there a way to analyze What this function is doing so i can understand it better in Python 3.8 ?

1
Comments
1 min read
How do I get colors in my editor (Python IDLE) ?

How do I get colors in my editor (Python IDLE) ?

1
Comments
1 min read
Why is the % character a "modulus" and not a "percent" in Python?

Why is the % character a "modulus" and not a "percent" in Python?

1
Comments 1
1 min read
Which is better, PHP or Python? Why?

Which is better, PHP or Python? Why?

2
Comments
3 min read
What is Variable in Python Programming Language ?

What is Variable in Python Programming Language ?

1
Comments
1 min read
TOP 5 Reasons to Learn Python Programming Language

TOP 5 Reasons to Learn Python Programming Language

4
Comments
1 min read
Don't Learn To Code, Learn To Create.

Don't Learn To Code, Learn To Create.

7
Comments
1 min read
loading...