Friday, October 29, 2021

Syntax and Comments in PYTHON

What is Syntax?

  In computer science, the syntax of a computer language is the set of rules that defines the combinations of symbols that are considered to be correctly structured statements or expressions in that language.

This applies both to programming languages, where the document represents source code, and to markup languages, where the document represents data.


comments in Python?

  A Python comment is a line of text that appears in a program but is not executed by the program. You can declare a comment using a hashtag (#). Comments can appear on a new line or at the end of an existing line of code.

Comments are used to explain how code works and for testing purposes.


If you want to learn about basic syntax and comments in Python, So here is the video which is based on Python Syntax and Comments.





If you are a beginner and want to learn Python from basics so here is the full series which is for absolute beginners, check out the link below πŸ‘‡πŸ‘‡





If you want to learn other programming languages from basics so check our Youtube channelπŸ‘‡πŸ‘‡




Wednesday, October 27, 2021

What is python ? Introduction to the Python

 What is Python?


In simple words, Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn’t specialized for any specific problems.




Here is Introduction video for python if you are not familiar with that.







You can also visit our youtube channel for learning GCP, AWS, C++ like other programming languages.

Link for Youtube channel- 




Introduction to C Language

 What is C language simple definition?

C is a high-level and general-purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System in the early 1970s.



What is C language used for?

C is highly portable and is used for scripting system applications which form a major part of Windows, UNIX, and Linux operating system. C is a general-purpose programming language and can efficiently work on enterprise applications, games, graphics, and applications requiring calculations, 



Tuesday, October 26, 2021

Python installation and setup in VS code

What is Python?

Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general purpose language, meaning it can be used to create a variety of different programs and isn't specialized for any specific problems. 




How do I install Python on my windows Operating System?

Install Python — Full Installer

Step 1: Select Version of Python to download Full Installer and install.

Step 2: Download Python Executable Installer and install it.

Step 3: Wait for it to complete the installation process.

Step 4: Verification of installation of python in Windows.

Step 2: Select Open Source Distribution.



Ethical Hacking Techniques: Cracking WPA/WPA2 Wi-Fi Using WPS and Capturing Handshakes

In the realm of cyber security, ethical hacking plays a crucial role in identifying and addressing vulnerabilities. One of the areas where e...