Go to advanced search

by skarora0290
Thu Jun 04, 2020 10:22 am
Forum: Python
Topic: Syntax of Loop and While Loop in Python
Replies: 3
Views: 292

Re: Syntax of Loop and While Loop in Python

While Loops What they’re for: While loops are for when you want to continue doing a block of work for as long as a specific condition is met, regardless of how many times it happens. To put this kind of loop into words, you’d say, “for as long as X, do Y.” What you get: A conditional expression. Th...
by skarora0290
Fri May 08, 2020 7:27 am
Forum: General discussion
Topic: Best Operating System for Raspberyy Pi?
Replies: 15
Views: 782

Re: Best Operating System for Raspberyy Pi?

If you don't "know" the answer, it is absolutely and positively Raspbian. If you have enough Linux based experience to have some burning reason to run another window manager, then it is Raspbian Lite + the one true window manager (as selected by you). In this case you get whatever eye candy and ext...
by skarora0290
Fri May 08, 2020 7:26 am
Forum: General discussion
Topic: Best Operating System for Raspberyy Pi?
Replies: 15
Views: 782

Re: Best Operating System for Raspberyy Pi?

I have seen a poll ( https://www.raspberrypi.org/forums/viewtopic.php?t=140565 ) on the best operating system for raspberry PI, But I want to know that what about Windows 10, Is not that much compatible as a comparison to raspbian. That poll link is 4 years old: https://elinux.org/RPi_Distributions...
by skarora0290
Thu May 07, 2020 11:59 am
Forum: General discussion
Topic: Best Operating System for Raspberyy Pi?
Replies: 15
Views: 782

Best Operating System for Raspberyy Pi?

I have seen a poll (viewtopic.php?t=140565) on the best operating system for raspberry PI, But I want to know that what about Windows 10, Is not that much compatible as a comparison to raspbian.
by skarora0290
Thu May 07, 2020 11:51 am
Forum: Python
Topic: Difference between Win32DiskManager and Pi Imager ?
Replies: 31
Views: 1117

Re: Difference between Win32DiskManager and Pi Imager ?

In PI you can use Pi images to write images to SD cards but for windows, we are using its alternative methods Win32DiskImager. For me, both of the media is working fine now.
by skarora0290
Thu May 07, 2020 11:36 am
Forum: General programming discussion
Topic: Best way to install Visual Studio Code
Replies: 18
Views: 1265

Re: Best way to install Visual Studio Code

Through these steps, I hope your installation process will be executed successfully for visual studio in Raspberry PI 4 Except it doesn't . The first part works fine ... pi@Pi4B:~ $ curl -s https://packagecloud.io/install/repositories/headmelted/codebuilds/script.deb.sh | sudo bash Detected operati...
by skarora0290
Wed May 06, 2020 7:02 pm
Forum: General programming discussion
Topic: Best way to install Visual Studio Code
Replies: 18
Views: 1265

Re: Best way to install Visual Studio Code

Hello Everyone, I'm looking to install Visual Studio Code I found This article . I'm looking into it but I'm not sure this is the safest way to install it? Has anyone followed these steps and did you have any trouble? If there is a better way I'd like to know, Thanks. I'm using a PI 4 4GB with stoc...

Go to advanced search