18 подписчиков
70 видео
How to install Sublime Text on ParrotOS
How to get user input in Python and convert it into integer or float
How to set JAVA HOME environment variable on Ubuntu 23 10
Creating python functions with default parameter values for optional arguments
How to install XAMPP on ParrotOS
How to create a yes_no message box using Tkinter - Python UI
Creating an Android Jetpack compose floating action button that displays a Toast message
How to change Visual Studio appearance from dark to light theme (Visual Studio/VS Code/VSCodium)
How to change Intellij IDEA appearance from a dark theme to a light theme
How to record android studio window using OBS studio
How to slice lists in Python and different ways to copy sections of lists into new lists
Python popping elements in lists
Python operators and math calculations
How to run google chrome on Parrot OS via MATE Terminal
How to start and XAMPP GUI using terminal on ParrotOS and Ubuntu
Python3 print command _ how to use python's print keyword in Pycharm IDE
Changing Pycharm IDE appearance from a dark theme to a light them and vice versa
Python tuples, how to define and work with tuples
How to create a python function that returns information back to the calling code
Creating a function with arguments in python and passing data to the function
how to convert a number to a string in python and display the concatenated string using the print
Dictionary Changing and removing elements in a dictionary in python
Python3 strings _ working with strings and changing values of variables
How to upgrade LAMP MySQL on ParrotOS
Python expressions; shorthand for operators division, multiplication, and addition
Python for loop - iterating through a list, skipping some elements using continue
Python comparison operators less than, greater than, equal to, less than or equal to, and greater
How to increase Ubuntu swap file size and prevent freezing/hanging
Python dictionary – working with dictionaries; with strings as keys or numbers as keys
Calling python functions with keyword arguments and positional arguments
How to create your first HTML web page in visual studio code
Python: changing case – convert a word to uppercase, lowercase or capitalize the initial letter
How to install Eclipse IDE on Ubuntu
how to read a text file in python and display the contents on the screen
How to set VLC as your default video and audio player in ParrotOS
Calling python functions within other functions
How to create a Python class, instantiate it, and get data out of class instances
Python setup how to install PyCharm community IDE on Lubuntu
How to start and stop your XAMPP server on Ubuntu 23 10 or ParrotOS
Python3 if, elif, and else statements in Pycharm IDE
Dictionary – looping through key value pairs and printing their content using a for loop
How to use global variables in global scope and local variables in local scope in python
Python lists, displaying elements in python lists
How to set up Intellij IDEA for Android Jetpack Compose programming
How to download and install Node.js .tar.xz Linux Binaries on Ubuntu or Lubuntu
How to create an empty text file in python and store some data in it
Python modules – define a function in a separate file and import the module
Inserting new items to a python list and changing the values of the elements
how to use single line comments and multi line comments in your python code
Python - how to remove and delete elements in a list