Skip to content
  • Mon. Aug 25th, 2025

My Courses

Python Courses & Exercises with solutions !

  • Python Courses
  • Python Exercises
  • Computer Glossary
  • Register
Top Tags
  • Meta
  • Microsoft
  • Twitter
  • Elon Musk
  • Police
  • Android

Latest Post

Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR) The annual cost for implementing security labels on smart devices would be less than $5 million Careless Docker Users Expose Secrets, Warn German Researchers Concerns Also Arise From Insiders North Korean Hackers Breach US IT Firm in Attempt to Steal Cryptocurrency
2-IT News

Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR)

May 19, 2024
2-IT News

The annual cost for implementing security labels on smart devices would be less than $5 million

May 17, 2024
2-IT News

Careless Docker Users Expose Secrets, Warn German Researchers

May 16, 2024
2-IT News

Concerns Also Arise From Insiders

May 2, 2024
2-IT News

North Korean Hackers Breach US IT Firm in Attempt to Steal Cryptocurrency

Apr 21, 2024
  • Latest
  • Popular
  • Trending
Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR)
2-IT News
Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR)
The annual cost for implementing security labels on smart devices would be less than $5 million
2-IT News
The annual cost for implementing security labels on smart devices would be less than $5 million
Careless Docker Users Expose Secrets, Warn German Researchers
2-IT News
Careless Docker Users Expose Secrets, Warn German Researchers
Concerns Also Arise From Insiders
2-IT News
Concerns Also Arise From Insiders
Python-Exercises
Exercises with solutions on OOP - object oriented programming in Python
Python Courses
The Graphical User Interface GUI Tkinter in Python
Android App
Python Offline Tutorial and Compiler
Python PyQt
Creation of a Mini Python Application with PyQt5 and Qt Designer
Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR)
2-IT News
Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR)
The annual cost for implementing security labels on smart devices would be less than $5 million
2-IT News
The annual cost for implementing security labels on smart devices would be less than $5 million
Careless Docker Users Expose Secrets, Warn German Researchers
2-IT News
Careless Docker Users Expose Secrets, Warn German Researchers
Concerns Also Arise From Insiders
2-IT News
Concerns Also Arise From Insiders

Python-Exercises

Solution Exercise 82 : Removing Empty Strings from a List

Nov 8, 2023

Exercise 82 Create a Python algorithm that eliminates all empty strings from a given list of strings. For instance, given the input list: The algorithm should produce the following output:…

Python-Exercises

Solution Exercise 81 : Python Word Frequency Analysis in dictionary

Nov 6, 2023

Exercise 81 Develop a Python function that accepts a string, denoted as s, as its parameter. This function is designed to generate a dictionary where the keys represent the distinct…

Python-Exercises

Solution Exercise 204 : Text Replacement GUI with Tkinter in Python

Nov 5, 2023

Exercise 204 Write a Python program based on the Tkinter library that prompts the user to enter text content in a text area T1 and an occurrence occ1 they want…

Python-Exercises

Solution Exercise 80 : find the set of common words in python

Nov 4, 2023

Exercise 80 Write a python algorithm which determines the list of all common words to two text T1 and T2 without repetition. Example if: T1 = "Python is open source…

Python-Exercises

Solution Exercise 78 : Custom Index Retrieval Algorithm in Python

Nov 3, 2023

Exercise 78 Craft a Python algorithm that furnishes a list of indices where the specified occurrence, 'occ', is located within the provided string, 's.' Importantly!, refrain from utilizing any built-in…

Python-Exercises

Solution Exercise 77 : Custom Occurrence Finder Challenge in Python

Nov 2, 2023

Exercise 77 Create a Python algorithm that identifies the initial index of a specified occurrence within a provided string, 's', without relying on any built-in methods like find() or rfind().…

Python-Exercises

Solution Exercise 76 : Transform a given string by swapping its characters

Nov 1, 2023

Exercise 76 Develop a Python algorithm that transforms a given string, 's,' by exchanging its second character (s[1]) with the second-to-last character. It is assumed that the length of 's'…

Posts navigation

1 2 3 4 … 277
Search
Python Courses
Python Courses - Basics
    1. Introduction to the Python language
    2. Install Python on your computer
    3. IDE Editor for Python
    4. First Python program
    5. Python Variables
    6. Python Comments
    7. Basic Operators in Python
    8. Python Functions
    9. The selective structure If else...
    10. For Loop Statement in Python
    11. Pass Instruction
    12. String Variable in Python
    13. Python Lists
    14. Python Tuples
    15. Python Dictionary
    16. Python Sets
    17. Python General Data Structure
    18. Python modules
    19. Introduction to Python Object-Oriented programming OOP
    20. Classes and Objects in Python OOP
    21. Python Inheritance
    22. Python Exception: Try Except
    23. The pip package manager
Python File Input-Output I/O
    1. Open File In Read Mode
    2. Open File In Write Mode
    3. The .ini configuration files
    4. JSON File In Python
The Basics Python Modules
  1. Create your own module
  2. The OS Module
  3. The Python Platforme Module
  4. Web scraping BeautifulSoup Module
  5. The Pillow Image Module
  6. The Sys Module
  7. The configparser module
  8. The Virtualenv environnement
  9. Python Matplotlib module
Tkinter GUI Python Framework
  1. First Window with GUI Tkinter
  2. Tkinter Button Widget
  3. Tkinter Label Widget
  4. Tkinter Entry Input widget
  5. The Frame Tkinter Widget
PyQt5 GUI Python Framework
  1. First PyQt5 App
  2. The QLabel PyQt5 Wideget
  3. The QPush Button Widget PyQt5
  4. QLineEdit Input Text In PyQt
  5. QGridLayout Manager In PyQt5
  6. Mini App Python PyQt5
  7. Image with PyQt - QPixmap Class
  8. Menu With QMenuBar PyQt5
  9. The QMainWindow PyQt5
  10. The QTableWidget PyQt5
Mobile App With Kivy Framework
  1. Install Kivy Framework
  2. Using Kivy Label Widget
Django Framework
  1. Introduction To Django Framework
  2. Install Django Framework
  3. First Django Project
  4. Django Administrator Interface
  5. Django App
  6. Django Models
  7. Django Template
  8. Django Model Form
  9. Django Static Files
  10. Django Upload Files
  11. Django Pagination
  12. Django Authentication System
  13. Django Generic Views & CRUD App
  14. Django Practice: Creating a blog
  15. Deploy a django app on Heroku
Deploy Django Framework
  1. How To Use Git - Github
  2. Deploy Project On Heroku
  3. Deploy Django On Pythonanywhere
Source Code
  1. Python source code
  2. Computer Glossary
Python For Data Sciences
  1. The Python Numpy Library
  2. Python Matplotlib module
  3. The Python Sympy Library
  4. The Python Pandas Library
  5. The Python Scikit Learn Library
  6. The Python Scipy Library
  7. The Python Machine Learning
  8. The Python TensorFlow Library
Recent Posts
  • Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR)
  • The annual cost for implementing security labels on smart devices would be less than $5 million
  • Careless Docker Users Expose Secrets, Warn German Researchers
  • Concerns Also Arise From Insiders
  • North Korean Hackers Breach US IT Firm in Attempt to Steal Cryptocurrency
Latest Products
  • Advanced python for biology

    advanced Python Coding For Biologists

    31.00 $
    Buy Now
  • Learn Python for Biologists: A complete programming course for beginners

    Python coding for Biologists: A complete programming course for beginners

    34.00 $
    Buy Now
  • Black Hat Python, 2nd Edition: Python coding for Hackers and Pentesters

    Python coding: Black Hat for Python Hackers and Pentesters

    37.00 $
    Buy Now
Facebook Group
UserOnline
3 Users Online
Log In

four × one =

  • Lost your password?
Random Posts
  • Solution Exercise 61 delete the multiple space with python in a text file
  • Not surprisingly, Apple would announce its new iPhone September 10
  • 11 paid iPhone apps on sale for free for a limited time
  • 4 - Les structures de contrĂ´le en php
  • Start in e-commerce with drop shipping
Category Posts
  • Django Framework
  • Python Flask Framework
  • Parallel programming
  • Web of Things (WoT)
  • Continuous Integration / Continuous Delivery(CI / CD)

You missed

2-IT News

Exploring the Impact of Artificial Intelligence in Extended Detection and Response (XDR)

May 19, 2024
2-IT News

The annual cost for implementing security labels on smart devices would be less than $5 million

May 17, 2024
2-IT News

Careless Docker Users Expose Secrets, Warn German Researchers

May 16, 2024
2-IT News

Concerns Also Arise From Insiders

May 2, 2024

My Courses

Python Courses & Exercises with solutions !

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • Account
  • Cart
  • Checkout
  • Home
  • Members
  • My account
  • Privacy Policy
  • Product
  • Python Arithmetic Exercises With Solutions
  • Python Courses
  • Python Dictionary Exercises
  • Python Exercises
  • Python Exercises on Polynomials and functions
  • Python GUI Tkinter Exercises With Solutions
  • Python Numpy Exercises With Solutions
  • Python Numpy scipy , matplotlib... Exercises
  • Python Sets Exercises With Solutions
  • User