Skip to content (Press Enter)
CodersLegacy

CodersLegacy

Imparting knowledge to the Future

  • HOME
  • INTRODUCTION
  • PYTHON
    • Getting started – Python
    • Python Basics
    • Python Intermediate
    • Python Advanced
    • Python Libraries
    • Python Problem Solving
    • Python Built in Functions
  • JAVA
    • Getting Started – Java
    • Java Basics
    • Java Advanced
  • VB.NET
    • Getting Started – VB.NET
    • VB.net Basics
    • VB.NET Advanced
  • C++
    • Getting Started – C++
    • C++ Basics
    • C++ Advanced
[email protected]
[email protected]
CodersLegacy

CodersLegacy

Imparting knowledge to the Future

  • HOME
  • INTRODUCTION
  • PYTHON
    • Getting started – Python
    • Python Basics
    • Python Intermediate
    • Python Advanced
    • Python Libraries
    • Python Problem Solving
    • Python Built in Functions
  • JAVA
    • Getting Started – Java
    • Java Basics
    • Java Advanced
  • VB.NET
    • Getting Started – VB.NET
    • VB.net Basics
    • VB.NET Advanced
  • C++
    • Getting Started – C++
    • C++ Basics
    • C++ Advanced

Creating a Table in CustomTkinter

27 Jun,2023 SiddiqiLeave a comment

CustomTkinter is a powerful library that extends the functionality of Tkinter in Python. While CustomTkinter does not provide a built-in …

Read More

Numba Tutorial: Accelerating Python Code with JIT Compilation

25 Jun,2023 SiddiqiLeave a comment

In today’s data-driven world, performance optimization plays a crucial role in computational tasks. Python, being an interpreted language, may not …

Read More

How to read Excel files with Multiple Sheets in Python Pandas

24 Jun,2023 SiddiqiLeave a comment

Excel files often contain multiple sheets, each representing different aspects of data. When working with such files in Python, it …

Read More

Website Legitimacy: The Cornerstone of Successful Web Dev.

21 Jun,2023 SiddiqiLeave a comment

In today’s digital era, website legitimacy plays a paramount role in the success of businesses and individuals online. It serves …

Read More

Python JIT Compilers – Just in time compilation

21 Jun,2023 Siddiqi2 Comments

Python, known for its simplicity and ease of use, has gained immense popularity among developers. However, its interpreted nature often …

Read More

Python APScheduler: Exploring the Power of AsyncIOScheduler

20 Jun,2023 Siddiqi1 Comment

Python’s APScheduler library is a powerful tool for scheduling and automating tasks. One of the standout features of APScheduler is …

Read More

Best Books to Learn Web Development

17 Jun,2023 Siddiqi1 Comment

In this article, we present a curated list of the best books to learn web development. These books cover a …

Read More

Cython vs CPython – Comparing the Speed Difference

11 Jun,2023 Siddiqi2 Comments

In this Cython vs CPython Article, we will be conducting a speed comparison using 10 different benchmarks, covering diverse scenarios …

Read More

How to Install Webdriver_manager Chrome in Selenium Python?

15 May,2023 SiddiqiLeave a comment

In this Python tutorial, we will learn how to install Selenium for Chrome using the Webdriver_manager module. Selenium is a …

Read More

Running Headless Selenium in Python (2023)

15 May,2023 Siddiqi5 Comments

In the world of web testing and automation, Selenium has become a popular tool for developers and testers alike. It …

Read More

Python Metaclass Tutorial (with Examples)

10 May,2023 SiddiqiLeave a comment

In this Python tutorial, we will discuss the concept of a “Metaclass”, and how it can be used effectively. Metaclasses …

Read More

TQDM: Tracking the Progress of your Python Program

4 May,2023 SiddiqiLeave a comment

TQDM is a Python library that stands for “progress” in Arabic. As the name implies, it is an excellent tool …

Read More

Posts navigation

< Page 1 Page 2 Page 3 … Page 10 >

Recent Posts

  • How to Install Imported Certificates on Windows-based Web Server
  • Mastering Fundamentals that every Software Engineer should know
  • pythonw.exe Tutorial: Running Python Scripts Silently
  • apipkg Tutorial: Enhanced Lazy Loading in Python
  • Python Lazy Loading with Importlib
  • Expanding Your Java Developer Career Path

Post Categories

  • Artificial Intelligence (2)
  • Blockchain and Cryptocurrency (1)
  • C++ (4)
  • Computer Science (13)
  • Cyber Security (6)
  • Databases (1)
  • Ezoic (2)
  • Game Development (4)
  • GUI Development (8)
  • Java (5)
  • Networking and Communications (3)
  • Operating Systems (2)
  • Programming (94)
  • Python (69)
  • Review (13)
  • SEO (2)
  • Uncategorised (1)
  • Web Development (2)
  • Web Scraping (5)
  • WordPress (1)

Programming Languages

  • Learn PYTHON
  • Learn JAVA
  • VB.NET
  • Learn C++

PYTHON TUTORIALS

  • Python – Getting started
  • Python Syntax – How to write Python Code
  • Python Data types
  • Python Operators
  • Python Strings
  • Python While Loops
  • Python For Loops
  • Python Lists
  • Python Dictionaries
  • Python if…else statement
  • Python Functions
  • Python Lambda
  • Python stdin
  • Python Exception Handling
  • Python File Handling
  • Python Classes
  • Python Tkinter
  • Python Operator Overloading
  • Python Libraries

VB.NET

  • VB.NET Intro
  • VB.NET – Getting Started
  • VB.NET Syntax
  • VB.NET Data types
  • VB.NET Operators
  • VB.NET Strings
  • VB.NET User Input
  • VB.NET Console Output
  • VB.NET Loops
  • VB.NET For each loop
  • VB.NET While loop
  • VB.NET Do Loop Until
  • VB.NET Functions
  • VB.NET Classes
  • VB.NET Variable Scope
  • VB.NET File Handling
  • VB.NET Exception Handling
  • VB.NET Lambda Expressions
  • VB.NET Datetime
  • VB.NET With… End With Statement

JAVA

  • Learn JAVA
  • Getting Started – Java
  • Java Syntax
  • Java Data types
  • Java Operators
  • Java Strings
  • Java Input with Scanner
  • Java if else statement
  • Java Switch Case Statement
  • Java Loops
  • Java While loop
  • Java do while loop
  • Java for Loop
  • Java Methods
  • Java Arrays
  • Java Variable Scope
  • Java Classes
  • Java File Handling
  • Java Exception Handling
  • Java Apache CSV Parser
  • JavaFX Tutorial – GUI Programming in Java
  • JFreeChart Tutorial

C++

  • Getting Started with C++
  • C++ Syntax
  • C++ Operators
  • C++ Data Types
  • C++ Input
  • C++ Strings
  • C++ if else statement
  • C++ Loops
  • C++ For loop
  • C++ While Loops
  • C++ Functions
  • C++ Switch case statement
  • C++ File Handling
  • C++ Arrays
  • C++ Auto Keyword
  • C++ Template Types
  • C++ Structs
  • C++ Pointers
  • C++ Smart Pointers
  • C++ Function Overloading
  • C++ Virtual Functions
  • C++ Operator Overloading
  • C++ Inheritance in Classes
  • C++ Associative Containers
  • C++ Upcasting and Downcasting
  • C++ Multithreading Tutorial
  • C++ Variadic Templates
  • C++ Move Semantics Tutorial
  • C++ Name Mangling
  • C++ Rule of Three

Copyright ©2023 CodersLegacy.