Posts

Showing posts with the label Python

Want to start programming, here are one of the most famous programming languages, have a look over them - Tech Blogs

Image
 Hi, Today the page is post is about some Programming languages. Actually, this page would have been about Key Management System. But I could not come up with enough ideas about that, still I'm trying to gather the information...If things went as planned, then surely you would get one. And please do not forget to subscribe to the blog. Let's Begin: 1. Python: It is the language which probably comes to the mind of everybody when it comes to the question - 'How do I start learning programming'. It is a slow language though it directly run the code without converting it to machine code for procession. It has a syntax of Snake Casing and that's where Python got it's name from. It is said that it is easy to learn Python if we learn Java before it and Vice-Versa. It comes pre-installed in some OS including macOS. 2. Java This language is also a pretty famous language which uses Camel Case Syntax. Java is an extremely fast language as compared to other interpreters and...

Python not recognized as an internal or external command error solution in Windows - Tech Blogs

Image
    Hello , pretty meeting after a pretty long time and that too on a pretty interesting and frequently faced problem by Python installers. First get a view of the problem which is faced. For solving this error, we will have to add Python to path of the Command Prompt. So let's cover it. 1. Paste -  C:\Users - in File Explorer Ribbon Bar. 2. Go to your user folder. 3. Click on File menu in the ribbon. 4. Now click on 'Change folder and search options' 5. Now click on the 'View' menu and Turn the "Hidden Files and Folders" to "Show hidden files, folders and drives" as shown in the figure. 6. Now, you'll see some files and folders which you didn't see earlier, those are hidden files and folders. Among them, you'll see a folder named 'App Data'. Open it. 7. Navigate to 'Local' folder in App Data. 8. Go for the 'Programs' folder in Local. 9. 'Python' folder is to be opened. 10. Open 'Python310' fold...