وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

101 Python Projects | The Complete Python Course for 2025

سرفصل های دوره

Master Python in 2025: Build 101 Projects, Learn Socket Programming , Automation, Data Analysis, OpenCV and OOP.


1 - Introduction to the Course
  • 1 -Introduction to 101 Python projects course
  • 2 -Promotion video

  • 2 - Python Fundamental
  • 1 -Python Interpreter
  • 2 -Importing modules in Python Interpreter
  • 3 -Python Indentation in python interpreter
  • 4 -4 Downloading Python IDE
  • 5 -5 Introduction to VScode IDE
  • 6 -6 Create Your First Python Program
  • 7 -7 Indentation within IDE
  • 8 -8 Introduction to Variables
  • 9 -9 How Variables type can be changed through the execution program
  • 10 -10 How to assign values to variables
  • 11 -11 Introduction to number in python
  • 12 -12 Number type conversion in python
  • 13 -13 Introduction to string
  • 14 -14 String Repetition and concatenation
  • 15 -15 Slicing String
  • 16 -16 Updating String
  • 17 -Course Feedback project
  • 18 -Asking for feedback
  • 19 -17 Escape Characters
  • 20 -18 Special String Operators
  • 21 -19 String Formatting
  • 22 -20 Introduction to list
  • 23 -21 Accessing list Elements
  • 24 -22 Updateing list
  • 25 -23 Deleting a value from a list
  • 26 -24 Basic list Operations
  • 27 -25 Introduction to Tuples
  • 28 -26 Updating and deleting tuples
  • 29 -27 Basic tuple operation
  • 30 -28 Min and Max in python
  • 31 -29 Sets in python
  • 32 -30 Introduction to Dictionary
  • 33 -31 If statement syntax
  • 34 -32 if else statement syntax
  • 35 -33 if elif syntax
  • 36 -34 for loops
  • 37 -35 for with range
  • 38 -36 Introduction to while loop

  • 3 - Basic Python Projects
  • 1 -1 Hello word Enhancement
  • 2 -2 Basic Calculator
  • 3 -3 Number Guessing Game
  • 4 -4 Parallelogram area
  • 5 -5 Cylinder Area and volume
  • 6 -6 Surface area and volume of sphere
  • 7 -7 area of a regular polygon
  • 8 -8 Repeat a string
  • 9 -9 Complex number creating
  • 10 -10 converting age to seconds
  • 11 -11 Fibonacci Sequence
  • 12 -12 Sort Three Number
  • 13 -13 Palindrome
  • 14 -14 Calculate Factorials Recursively
  • 15 -15 Find the LCM of two number
  • 16 -16 Find the GCD of two number
  • 17 -17 Convert Decimal to Binary octal hexadecimal
  • 18 -18 Factor of a Number
  • 19 -19 Sum of Digits
  • 20 -20 Reverse String
  • 21 -21 Create a Multiplication Table using python
  • 22 -22 Find the largest number among a list
  • 23 -23 Random Number Generator
  • 24 -24 Count Vowels in a stirng
  • 25 -25 Char Frequency Counter in a String
  • 26 -26 Anagrams Strings
  • 27 -27 Check Odd and Even Number
  • 28 -28 Calculate sum of list
  • 29 -29 Find length of a string
  • 30 -30 Calculate the Average of the numbers in a list
  • 31 -31 check if a string is alphanumeric
  • 32 -32 Generate random password
  • 33 -33 find median of a list
  • 34 -34 find the HCF of two numbers
  • 35 -35 Sort a list of string alphabetically
  • 36 -36 find sum of even numbers
  • 37 -37 check if string contains only digits
  • 38 -38 Find ASCII value of a character
  • 39 -39 Swap Two variables

  • 4 - Python Intermediate Topics
  • 1 -1 introduction about OOP(classes, methods, attribute)
  • 2 -2 Home work to create a bank account
  • 3 -3 Error Handling in python
  • 4 -4 Wrking with APIs
  • 5 -5 Reading and writing into a CSV file
  • 6 -6 read and write in an excel file
  • 7 -7 Datetime Manipulation
  • 8 -8 introduction to Modules

  • 5 - Python Intermediate Web Scraping
  • 1 -1 Introduction to Webs craping
  • 2 -1.1 Regular Expression
  • 3 -2 Introduction to Regex
  • 4 -3 Regex is Greedy
  • 5 -4 More in Regex
  • 6 -5 Find all in Regex
  • 7 -6 Sub in Regex
  • 8 -7 Working with Requests
  • 9 -8 Challng get the Udemy Course Information
  • 10 -9 Getting course information from website
  • 11 -10 Getting name and price of the course
  • 12 -11 Getting the house information from real-state website

  • 6 - Python Intermediate Projects
  • 1 -1 Expense Tracker
  • 2 -2 Weather App
  • 3 -3 Working with Dictionary
  • 4 -4 Hangman Game
  • 5 -5 Inventory Management System
  • 6 -6 Blog Post Generator
  • 7 -7 Creating Quiz Game part one
  • 8 -8 Creating Quiz game part two
  • 9 -9 expense categorizer with python
  • 10 -10 Password Strength Checker
  • 11 -11 Dice Rolling Game
  • 12 -12 Budget Tracker
  • 13 -13 Alarm Clock
  • 14 -14 birthday reminder
  • 15 -15 Mad Libs Game
  • 16 -16 Simple Chatbot
  • 17 -17 Contacts book
  • 18 -18 Library Management System part one
  • 19 -19 Library Management System part two
  • 20 -20 Library Management System part three
  • 21 -21 file organizer
  • 22 -22 Sending Email to multiple persons
  • 23 -23 QR Code Generator
  • 24 -24 OTP Verification
  • 25 -25 Bulk Uploader
  • 26 -26 Email Scheduler

  • 7 - Python Advanced Data Analyzes
  • 1 -1 Installing Jupyter Notebook
  • 2 -1.1 Introduction to Pandas
  • 3 -2 Reading different types of file
  • 4 -3 Set Header for data that has no header
  • 5 -4 assign header and index
  • 6 -5 drop some data from file
  • 7 -6 add new record to columns
  • 8 -7 update and add new rows

  • 8 - Python Advanced Socket Programming
  • 1 -1 socket programming create server
  • 2 -2 socket programming create client and start chat
  • 3 -3 HTTP client get methods
  • 4 -4 HTTP client post methods
  • 5 -5 http server and share file in the network
  • 6 -6 Downloading file from a remote computer
  • 7 -7 send command to the server

  • 9 - Python Advance Telegram Automation & Bot
  • 1 -1 Introduction to python Telegram bot
  • 2 -2 Create your first telegram bot
  • 3 -3 start your telegram bot
  • 4 -4 Add more functionality to your telegram bot
  • 5 -5 add button telegram bot
  • 6 -6 adding favor button and customizing buttons
  • 7 -7.1 Telegram API Introduction
  • 8 -7.2 Getting message information from group
  • 9 -7.3 Limit getting message Information from group
  • 10 -7.4 Send Text message to group
  • 11 -7.5 Sending questions from a list to group
  • 12 -7.6 Sending images to a group
  • 13 -7.7 Sending image from local computer to a group
  • 14 -7.8 Sending audio to a group
  • 15 -7.9 Sending Documents to a group
  • 16 -7.10 Reply to text message
  • 17 -7.11 Reading and replying new message
  • 18 -7.12 Making the bot more intelligent
  • 19 -7.13 Mention the text while replying
  • 20 -7.14 Uploading the bot in IBM cloud for free

  • 10 - Python Advance Working with Various Files
  • 1 -1 reading pdf document and get number of pages
  • 2 -2 Extract text from pdf
  • 3 -3 rotating pdf file
  • 4 -4 read excel file
  • 5 -5 extracting name of columns using pandas
  • 6 -6 reading an excel file
  • 7 -7 reading specific columns in an excel file
  • 8 -8 creating a new excel file
  • 9 -9 appending values to an excell file
  • 10 -10 read a csv file
  • 11 -11 writing into csv files
  • 12 -12 writing a text file
  • 13 -13 Reading a text file

  • 11 - Python Advance File Encryption and Decryption
  • 1 -1 File Encryptions
  • 2 -2 File Decryptions

  • 12 - Python Advance Handling Files Directories and Data
  • 1 -1 os module to work with directories
  • 2 -2 copy move rename delete data
  • 3 -3 working with paths
  • 4 -4 comparing data
  • 5 -5 find files in directories
  • 6 -6 Getting metadata of the file
  • 7 -7 Getting metadata about zipfiles
  • 8 -8 Compressing and restoring files
  • 9 -9 tarfile module to create TAR archives
  • 10 -10 examine the content of TAR files

  • 13 - Python Advance PyTest FrameWork
  • 1 -1 What is Pytest How to install pytest
  • 2 -2 How to write the first test in pytest
  • 3 -3 How to run pytest from commonLine
  • 4 -4 How to use Markers in Pytest
  • 5 -5 Fixture in Pytest
  • 6 -6 Conftest in pytest
  • 7 -7 Parametrizing the fixture part one
  • 8 -8 Parametrizing the fixture part two
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 44987
    حجم: 7836 مگابایت
    مدت زمان: 1271 دقیقه
    تاریخ انتشار: ۲ تیر ۱۴۰۴
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید