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

Python Made Easy for Beginners

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

Beginners to Advanced Python Course for Beginners (Check course contents for more details)


1. Introduction to Python
  • 1.1 Introduction to Python (Python Tutorial - Part 1).pdf
  • 1. Introduction to Python
  • 2.1 Downloading, Installing and Configuring Python (Python Tutorial - Part 2).pdf
  • 2. Downloading, Installing and Configuring Python
  • 3.1 Downloading, Installing and Using PyCharm IDE (Python Tutorial - Part 3).pdf
  • 3. Downloading, Installing and Using PyCharm IDE
  • 4.1 Printing in Python using Print statements (Python Tutorial - Part 4).pdf
  • 4. Printing in Python using Print statements

  • 2. Variables
  • 1.1 Variables in Python (Python Tutorial - Part 5).pdf
  • 1. Variables in Python

  • 3. Data Types
  • 1.1 Data Types in Python (Python Tutorial - Part 6).pdf
  • 1. Data Types in Python
  • 2.1 Type Casting in Python (Python Tutorial - Part 7).pdf
  • 2. Type Casting in Python

  • 4. Operators
  • 1.1 Operators in Python (Python Tutorial - Part 8).pdf
  • 1. Operators in Python

  • 5. Other Topics
  • 1.1 Comments in Python (Python Tutorial - Part 9).pdf
  • 1. Comments in Python
  • 2.1 Operator Precedence in Python (Python Tutorial - Part 10).pdf
  • 2. Operator Precedence in Python
  • 3.1 Deleting a variable in Python (Python Tutorial - Part 11).pdf
  • 3. Deleting a variable in Python
  • 4.1 Using + for String concatenation (Python Tutorial - Part 12).pdf
  • 4. Using + for String concatenation
  • 5.1 Storing Multi-line preformatted String text into a variable (Python Tutorial - Part 13).pdf
  • 5. Storing Multi-line preformatted String text into a variable
  • 6. Storing a lengthy text into a variable
  • 7.1 Formatting Print statements in Python (Python Tutorial - Part 15).pdf
  • 7. Formatting Print statements in Python

  • 6. Control Flow Statements
  • 1.1 Control Flow Statements in Python (Python Tutorial - Part 16).pdf
  • 1. Control Flow Statements in Python
  • 2.1 Selection_Decision Control Statements in Python - if, else, elif (Python Tutorial - Part 17).pdf
  • 2. SelectionDecision Control Statements in Python - if, else, elif
  • 3.1 while loop in Python (Python Tutorial - Part 18).pdf
  • 3. while loop in Python
  • 4.1 for loop with range() in Python (Python Tutorial - Part 19).pdf
  • 4. for loop with range() in Python
  • 5.1 break and continue statements in Python - Transfer_Jump Statements (Python Tutorial - Part 20).pdf
  • 5. break and continue statements in Python - TransferJump Statements

  • 7. Functions
  • 1.1 Functions - Getting started (Python Tutorial - Part 21).pdf
  • 1. Functions - Getting started
  • 2.1 Function can be called multiple times (Python Tutorial - Part 22).pdf
  • 2. Function can be called multiple times
  • 3.1 Parameterizing functions (Python Tutorial - Part 23).pdf
  • 3. Parameterizing functions
  • 4.1 Default Arguments in functions (Python Tutorial - Part 24).pdf
  • 4. Default Arguments in functions
  • 5.1 Function with multiple parameters (Python Tutorial - Part 25).pdf
  • 5. Function with multiple parameters
  • 6.1 Functions can return data (Python Tutorial - Part 26).pdf
  • 6. Functions can return data
  • 7.1 Purpose of functions (Python Tutorial - Part 27).pdf
  • 7. Purpose of functions
  • 8.1 Multiple functions can be created (Python Tutorial - Part 28).pdf
  • 8. Multiple functions can be created

  • 8. Other Topics
  • 1.1 Collecting input from User using input() in-built function (Python Tutorial - Part 29).pdf
  • 1. Collecting input from User using input() in-built function
  • 2.1 max() and min() in-built functions in python (Python Tutorial - Part 30).pdf
  • 2. max() and min() in-built functions in python
  • 3.1 Local and Global Variables in Python (Python Tutorial - Part 31).pdf
  • 3. Local and Global Variables in Python
  • 4.1 pass statement in Python (Python Tutorial - Part 32).pdf
  • 4. pass statement in Python

  • 9. Collections
  • 1.1 Collections in Python (Python Tutorial - Part 33).pdf
  • 1. Collections in Python
  • 2.1 List - Collections (Python Tutorial - Part 34).pdf
  • 2. List - Collections
  • 3.1 Tuple - Collections (Python Tutorial - Part 35).pdf
  • 3. Tuple - Collections
  • 4.1 Set - Collections (Python Tutorial - Part 36).pdf
  • 4. Set - Collections
  • 5.1 Dictionary - Collections (Python Tutorial - Part 37).pdf
  • 5. Dictionary - Collections
  • 6.1 List Versus Tuple Versus Set Versus Dictionary (Python Tutorial - Part 38).pdf
  • 6. List Versus Tuple Versus Set Versus Dictionary

  • 10. Strings
  • 1.1 Strings (Python Tutorial - Part 39).pdf
  • 1. Strings

  • 11. Other Topics
  • 1.1 in and not in operators (Python Tutorial - Part 40).pdf
  • 1. in and not in operators

  • 12. File Handling
  • 1.1 File Handling (Python Tutorial - Part 41).pdf
  • 1. File Handling

  • 13. Object Oriented Programming
  • 1.1 Getting started with Object Oriented Programing - Classes and Objects (Python Tutorial - Part 42).pdf
  • 1. Getting started with Object Oriented Programing - Classes and Objects
  • 2.1 self in Python (Python Tutorial - Part 43).pdf
  • 2. self in Python
  • 3.1 Assigning method parameters to class variables using self keyword (Python Tutorial - Part 44).pdf
  • 3. Assigning method parameters to class variables using self keyword
  • 4.1 Initializing Class Variables using methods in Python (Python Tutorial - Part 45).pdf
  • 4. Initializing Class Variables using methods in Python
  • 5.1 __init__ method in Python (Python Tutorial - Part 46).pdf
  • 5. __init__ method in Python
  • 6.1 Static Variables, Static Methods, Instance Variables, Instance Methods (Python Tutorial - Part 47).pdf
  • 6. Static Variables, Static Methods, Instance Variables, Instance Methods
  • 7.1 Inheritance (Python Tutorial - Part 48).pdf
  • 7. Inheritance
  • 8.1 Types of Inheritance (Python Tutorial - Part 49).pdf
  • 8. Types of Inheritance
  • 9.1 Polymorphism - Method Overriding (Python Tutorial - Part 50).pdf
  • 9. Polymorphism - Method Overriding
  • 10.1 Overloading Methods is not directly supported by Python (Python Tutorial - Part 51).pdf
  • 10. Overloading Methods is not directly supported by Python
  • 11.1 super() in Python (Python Tutorial - Part 52).pdf
  • 11. super() in Python
  • 12.1 Using Getter and Setter Methods with private variables in Python (Python Tutorial - Part 54).pdf
  • 12. Using Getter and Setter Methods with private variables in Python
  • 13.1 Private Variable and Private Methods in Python (Python Tutorial - Part 53).pdf
  • 13. Private Variable and Private Methods in Python
  • 14.1 Encapsulation in Python (Python Tutorial - Part 55).pdf
  • 14. Encapsulation in Python
  • 15.1 Abstraction in Python - Abstract Classes and Abstract Methods (Python Tutorial - Part 56).pdf
  • 15. Abstraction in Python - Abstract Classes and Abstract Methods

  • 14. Modules
  • 1. Modules in Python

  • 15. Packages
  • 1.1 Packages in Python (Python Tutorial - Part 58).pdf
  • 1. Packages in Python

  • 16. Exception Handling
  • 1.1 Exception Handling in Python (Python Tutorial - Part 59).pdf
  • 1. Exception Handling in Python

  • 17. Lambda function
  • 1.1 Lambda function in Python (Python Tutorial - Part 60).pdf
  • 1. Lambda function in Python

  • 18. Other Topics
  • 1.1 Using _args in Python (Python Tutorial - Part 61).pdf
  • 1. Using args in Python
  • 2.1 Using __kwargs in Python (Python Tutorial - Part 62).pdf
  • 2. Using kwargs in Python
  • 3.1 Unpacking Collections or range() into individual variables (Python Tutorial - Part 63).pdf
  • 3. Unpacking Collections or range() into individual variables
  • 4.1 Complex Data Type in Python (Python Tutorial - Part 64).pdf
  • 4. Complex Data Type in Python
  • 5.1 range Data Type in Python (Python Tutorial - Part 65).pdf
  • 5. range Data Type in Python
  • 6.1 Complete List of Data Types in Python (Python Tutorial - Part 66).pdf
  • 6. Complete List of Data Types in Python
  • 7.1 Generating Random numbers in Python (Python Tutorial - Part 67).pdf
  • 7. Generating Random numbers in Python
  • 8.1 Escape Characters in Python (Python Tutorial - Part 68).pdf
  • 8. Escape Characters in Python
  • 9.1 Using bool() function in python for evaluating values as True or False (Python Tutorial - Part 69).pdf
  • 9. Using bool() function in python for evaluating values as True or False
  • 10.1 Short Hand if and if .. else Statements in Python (Python Tutorial - Part 70).pdf
  • 10. Short Hand if and if .. else Statements in Python
  • 11.1 User iter() function in Python with List, Tuple, Set and Dictionary (Python Tutorial - Part 71).pdf
  • 11. User iter() function in Python with List, Tuple, Set and Dictionary
  • 12.1 Date and Time in Python (Python Tutorial - Part 72).pdf
  • 12. Date and Time in Python
  • 13.1 Regular Expressions in Python (Python Tutorial - Part 73).pdf
  • 13. Regular Expressions in Python
  • 67,300 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 3185
    حجم: 5621 مگابایت
    مدت زمان: 846 دقیقه
    تاریخ انتشار: 29 دی 1401
    طراحی سایت و خدمات سئو

    67,300 تومان
    افزودن به سبد خرید