4 тысяч подписчиков
98 видео
Python Slicing String and List | Python Slice Notation Explained
Responsive NavBar Using HTML CSS JS | Navigation Menu Bar With COOL Animation | Hamburger Menu Nav
How to Display and Play a GIF File in Python Tkinter GUIs | Run and Animate GIFs in Python
Button Command in Tkinter | Button Command Function With Arguments in Tkinter Using Lambda
How to Use the Python Timeit Module to Time Your Code | Timeit and Repeat
Id of Variables in Python | Mutable and Immutable Objects
Click Outside to Close Modal | Close HTML dialog Element by Clicking Out
Remove Duplicates from a List in Python | Two Methods to Remove Duplicate Elements from Python List
Python Tkinter Menu Widget | Create Menu Bar in Tkinter | Menus & Submenus in Tkinter GUI App
Caesar Cipher Program in Python | Encryption and Decryption With Caesar Cipher
How to Overwrite Previous Printed Line in Python | Print Without Newline | Carriage Return
Website With Sticky Navbar on Scroll | Fixed Navigation Menu Bar | Sticky Header With CSS (UPDATE)
Python Range Explained | Python Ranges vs Lists
Python Indexes Explained | How to Use Negative Indexes in Python
Python Iterators | How the for Loop Works Under the Hood
Python Select Folder Dialog Box | How to Select a Directory in Python
How to Create Custom Snippets In Visual Studio Code
3/3 Unit Testing in Python: Exceptions, Skip Tests and expectedFailure
Create Menus in Python With Match Statement | Create Commands With Arguments With Python Switch Case
Change Website Colors with CSS and Javascript | Light and Dark Mode Toggle
Style Select Element and Options Using CSS | Custom Select Box UPDATE
2/3 Unit Testing in Python: Subtests and setUp & tearDown unittest Methods
Difference Between CSS Display None and Visibility Hidden | Hide Elements in CSS
5/6 OOP & Classes in Python: Private Variables and Name Mangling
How to Play Audio Files (Sound Effects and Music) in Python Using Pygame (Mp3 and Others)
How to Build a Random Password Generator in Python | Python Password Generator
Simple & Classic Dropdown Menu (Screen-Reader Friendly) Using HTML CSS & Javascript
😍 July 2023 Shout-Out Video - Thank You for the Support ❤️
Advanced Dropdown Menu With Images Using HTML CSS & Javascript
MASTER the Match Statement in Python | Python 3.10 Switch Case Complete Guide
3/6 OOP & Classes in Python: Special (dunder/magic) Methods
4/6 OOP & Classes in Python: Class Inheritance, Subclasses & Super Function
How to Make a New Year Countdown Timer in Python | Countdown Timer to Any Date
querySelector and querySelectorAll in Javascript | Get Element By Css Selector
Tuple Unpacking in Python | Multiple Assignment in Python
CSS Variables For Beginners | How to Use CSS Custom Properties
if __name__ == ‘__main__’ in Python | Introduction to Modules for Beginners
CSS Position Explained | Learn CSS Position Relative - Absolute - Fixed - Sticky
Enumerate in Python | Get Index Current Element For Loop
Make Menus In Python with While True Loop | Choose an Option in Python
Run Python Scripts With Command Line Arguments Using sys.argv (With Examples)
Restart and Exit Loop in Python | Break and Continue in Python
How to Use Python Virtual Environment | Python Venv Module
Sticky Navbar on Scroll With CSS | Change Navbar Color on Scroll With Javascript
How to Save and Load Data in Python Using JSON Files | Python JSON Module
Learn List Comprehension in Python With Examples
How to Install and Use Prettier in Vscode | Format on Save Visual Studio Code
Create Modern Tkinter Button With Icon in Python | Change Image and Text in Buttons in Tkinter GUI
Python Tkinter GUI Application With Multiple Pages | Switch Pages in Tkinter | Tkinter Pagination
Multidimensional Lists in Python