Companies Home Search Profile

Python and R - Scratch to Super developer

Focused View

MOHAMMED SAIFULLAH

18:21:11

0 View
  • 1. Introduction.mp4
    01:03
  • 1. What is IDE.mp4
    04:12
  • 2. How to install PyCharm.mp4
    03:11
  • 1. Print output.mp4
    02:01
  • 2. How to print output -Example.mp4
    02:46
  • 3. Quick Summary on Prints.mp4
    01:27
  • 1. What is Variable.mp4
    01:42
  • 2. Variables example.mp4
    16:09
  • 3. Quick Summary On Variables.mp4
    03:46
  • 1. What is data types.mp4
    01:43
  • 2. What is Int.mp4
    00:45
  • 3. Int example.mp4
    03:04
  • 4. What is Float.mp4
    00:44
  • 5. Float example.mp4
    02:20
  • 6. What is indexing and how it works.mp4
    03:59
  • 7. What is string.mp4
    01:19
  • 8. String example.mp4
    04:16
  • 9. More on Strings.mp4
    16:20
  • 10. What is String Concatenation & Example.mp4
    02:28
  • 11. What is Boolean.mp4
    01:59
  • 12. Boolean example.mp4
    02:21
  • 13. Negating Boolean.mp4
    01:13
  • 14. What is List.mp4
    00:59
  • 15. Lists example.mp4
    05:11
  • 16. More on Int List.mp4
    13:48
  • 17. More on string List.mp4
    15:45
  • 18. What is Slicing of List.mp4
    02:19
  • 19. Slicing and Reading Lists.mp4
    08:02
  • 20. What is Tuples.mp4
    01:12
  • 21. Tuples example.mp4
    01:36
  • 22. More on tuples.mp4
    04:39
  • 23. What is slicing of tuple.mp4
    01:34
  • 24. Reading and Slicing Tuple.mp4
    07:51
  • 25. What is sets.mp4
    00:53
  • 26. Sets example.mp4
    01:56
  • 27. More on Sets.mp4
    08:56
  • 28. What is dictionary.mp4
    01:00
  • 29. Dictionary example.mp4
    04:30
  • 30. More on Dictionaries.mp4
    07:33
  • 31. What is None Type.mp4
    00:19
  • 32. None Type Example.mp4
    02:15
  • 33. Quick Summary on Data types.mp4
    53:52
  • 1. What is String format.mp4
    01:03
  • 2. String format using format example.mp4
    07:43
  • 3. String format using Percentage(%) Operator example.mp4
    02:53
  • 4. String format using f-strings example.mp4
    01:58
  • 5. Quick Summary on String format.mp4
    08:29
  • 1. What is Inputs.mp4
    00:56
  • 2. Inputs example.mp4
    02:46
  • 3. Multiple inputs example.mp4
    01:52
  • 4. Quick summary on inputs.mp4
    02:28
  • 1. What is Comment.mp4
    01:49
  • 2. Comments example.mp4
    05:30
  • 3. Quick Summary on Comments.mp4
    01:40
  • 1. What is Casting & Type conversion.mp4
    00:51
  • 2. Converting string and float to Int.mp4
    07:00
  • 3. Converting string and int to float.mp4
    07:52
  • 4. Converting int and float To string.mp4
    04:41
  • 5. Converting inputs.mp4
    07:29
  • 6. Quick summary on Casting & Type Conversion.mp4
    08:29
  • 1. What is operator.mp4
    00:43
  • 2. What is Arithmetic Operators.mp4
    01:01
  • 3. Arithmetic Operators example.mp4
    06:06
  • 4. What Is Augmented Assignment Operators.mp4
    02:54
  • 5. Augmented Assignment Operators example.mp4
    09:48
  • 6. What is Comparison Operators.mp4
    02:24
  • 7. Comparison Operators example.mp4
    07:45
  • 8. What is Logical Operators.mp4
    01:24
  • 9. Logical Operators example.mp4
    05:32
  • 10. What is Membership Operators.mp4
    01:05
  • 11. Membership Operators example.mp4
    01:58
  • 12. What is Identity Operators.mp4
    00:43
  • 13. Identity Operators Example.mp4
    03:21
  • 14. Quick Summary on Operators.mp4
    12:13
  • 1. What is If else statement.mp4
    01:20
  • 2. What is indentation.mp4
    01:50
  • 3. If statement example.mp4
    03:49
  • 4. If Else statement example.mp4
    02:31
  • 5. If-elif-else statement example.mp4
    06:57
  • 6. Pass statement.mp4
    02:11
  • 7. Program to Print Grades based on user input.mp4
    09:04
  • 8. What is if else short hand.mp4
    01:32
  • 9. If-else Shorthand example.mp4
    03:43
  • 10. Quick summary on If else.mp4
    10:40
  • 1. Planning of Calculator Code.mp4
    01:01
  • 2. Developing calculator.mp4
    10:30
  • 3. Quick Summary Calculator.mp4
    03:38
  • 1. What is loop.mp4
    00:37
  • 2. What is For loop.mp4
    03:34
  • 3. For loop example.mp4
    05:16
  • 4. For loop using Range example.mp4
    01:52
  • 5. For loop using string.mp4
    04:12
  • 6. For loop using list example.mp4
    02:36
  • 7. For loop using tuple example.mp4
    01:51
  • 8. For Loop using Dictionary example.mp4
    06:14
  • 9. More on for loop.mp4
    :
  • 10. What is while loop.mp4
    02:03
  • 11. While loop example.mp4
    04:50
  • 12. While loop through string example.mp4
    04:10
  • 13. While loop through range example.mp4
    03:30
  • 14. While loop through list example.mp4
    05:29
  • 15. While loop through tuple example.mp4
    03:47
  • 16. While loop through Dictionary example.mp4
    11:48
  • 17. More on while loop.mp4
    09:09
  • 18. Quick Summary on Loops.mp4
    31:28
  • 1. What is Function.mp4
    03:14
  • 2. Functions example.mp4
    08:41
  • 3. What is function with parameters.mp4
    03:41
  • 4. Parameters vs arguments.mp4
    02:06
  • 5. Function with parameters examples.mp4
    08:40
  • 6. Whats Default parameters.mp4
    00:51
  • 7. Default parameters example.mp4
    03:28
  • 8. Whats is Keyword arguments.mp4
    00:25
  • 9. Keyword argument example.mp4
    07:34
  • 10. What is Arbitrary arguments.mp4
    01:28
  • 11. Arbitrary arguments example.mp4
    05:13
  • 12. What is Arbitrary keyword arguments.mp4
    00:51
  • 13. Arbitrary keyword arguments example.mp4
    03:41
  • 14. How to Pass objects as arguments.mp4
    00:32
  • 15. Passing objects as arguments example.mp4
    03:54
  • 16. Function with return value.mp4
    00:48
  • 17. Function with return value example.mp4
    05:11
  • 18. What is Lambda Function.mp4
    00:55
  • 19. Lambda function example.mp4
    02:14
  • 20. Quick Summary on Functions.mp4
    21:55
  • 1. What is Scope.mp4
    00:35
  • 2. Scope example.mp4
    05:54
  • 3. Quick Summary on scope.mp4
    01:25
  • 1. What is Try - Except.mp4
    02:29
  • 2. Try - Except example.mp4
    10:22
  • 3. Try - Except complete block example.mp4
    10:21
  • 4. Quick Summary on Try-Except.mp4
    04:21
  • 1. What is a Class.mp4
    00:43
  • 2. How to Create class.mp4
    02:03
  • 3. Accessing class members through class itself.mp4
    01:34
  • 4. What is an object.mp4
    01:07
  • 5. Why objects is necessary example.mp4
    04:20
  • 6. How to Create an object.mp4
    06:01
  • 7. Accessing class attributes through objects.mp4
    06:19
  • 8. Accessing class methods through objects.mp4
    02:32
  • 9. What is init .mp4
    00:51
  • 10. Init example.mp4
    06:42
  • 11. Init with additional Method example.mp4
    06:13
  • 12. Quick summary on Classes & Objects.mp4
    12:30
  • 1. What is Inheritance.mp4
    01:06
  • 2. Inheritance example.mp4
    05:59
  • 3. Quick summary on Inheritance.mp4
    02:42
  • 1. What is Polymorphism.mp4
    00:53
  • 2. Polymorphism example.mp4
    03:02
  • 3. Polymorphism using Operator.mp4
    03:04
  • 4. Polymorphism Implementation.mp4
    04:35
  • 5. Quick Summary on Polymorphism.mp4
    04:20
  • 1. What is Module.mp4
    00:41
  • 2. Developing our own module.mp4
    05:41
  • 3. Exploring random module.mp4
    05:30
  • 4. Quick summary on modules.mp4
    04:01
  • 1. What are various forms of import.mp4
    00:32
  • 2. Various Import forms example.mp4
    05:05
  • 3. Quick summary on Import.mp4
    03:03
  • 1. Naming conventions.mp4
    03:51
  • 1. How to install.mp4
    04:48
  • 1. Whats print.mp4
    01:24
  • 2. Print Example.mp4
    03:48
  • 1. What is Variables.mp4
    00:47
  • 2. Variables Example.mp4
    05:00
  • 3. Concatenation example.mp4
    05:29
  • 1. What is Data types.mp4
    01:40
  • 2. What is Numeric.mp4
    00:44
  • 3. Numeric Example.mp4
    04:47
  • 4. What is integer.mp4
    01:18
  • 5. Integer example.mp4
    03:37
  • 6. What is complex.mp4
    01:02
  • 7. Complex Example.mp4
    02:52
  • 8. What is string or Character Vector or Character.mp4
    01:31
  • 9. String or Character Vector or Character example.mp4
    03:27
  • 10. More on String example.mp4
    07:09
  • 11. What is string formatting.mp4
    00:50
  • 12. String formatting Example.mp4
    07:38
  • 13. What is Boolean or Logical.mp4
    00:51
  • 14. Logical Or Boolean Example.mp4
    03:16
  • 1. Whats comments.mp4
    00:48
  • 2. Comment example.mp4
    04:21
  • 1. What is inputs.mp4
    01:31
  • 2. Inputs example.mp4
    02:03
  • 1. What is type casting.mp4
    00:28
  • 2. Converting integer and numeric To character.mp4
    04:24
  • 3. Converting character and Numeric to integer.mp4
    04:41
  • 4. Converting character and integer to Numeric.mp4
    06:31
  • 5. Converting inputs.mp4
    04:32
  • 1. Whats Operators.mp4
    00:31
  • 2. Whats Arithmetic operators.mp4
    00:48
  • 3. Arithmetic operators example.mp4
    04:40
  • 4. Whats Assignment operators.mp4
    00:46
  • 5. Assignment operators example.mp4
    02:59
  • 6. Whats Comparison operators.mp4
    01:51
  • 7. Comparison operators example.mp4
    06:36
  • 8. Whats Logical operators.mp4
    01:24
  • 9. Logical operators example.mp4
    03:15
  • 1. What is if-else statements.mp4
    00:39
  • 2. If-else example.mp4
    03:28
  • 3. If-elseif-else example.mp4
    03:51
  • 4. What is switch.mp4
    01:10
  • 5. Switch example.mp4
    05:50
  • 1. Calculator design.mp4
    01:04
  • 2. Developing calculator.mp4
    10:07
  • 1. What Is Vectors.mp4
    00:52
  • 2. Vectors Example.mp4
    05:18
  • 3. More on Vectors.mp4
    10:13
  • 4. What is Lists.mp4
    01:03
  • 5. Lists Example.mp4
    03:20
  • 6. More On list.mp4
    11:20
  • 7. What is Matrices.mp4
    00:59
  • 8. Matrices Example.mp4
    05:21
  • 9. More on matrices.mp4
    12:34
  • 10. What is Arrays.mp4
    01:12
  • 11. Arrays Example.mp4
    02:37
  • 12. More on Arrays.mp4
    04:38
  • 13. What is data frames.mp4
    01:17
  • 14. Data Frames Example.mp4
    02:37
  • 15. More on Data Frames.mp4
    20:39
  • 16. What is Factors.mp4
    00:54
  • 17. Factors example.mp4
    04:15
  • 18. More on Factors example.mp4
    05:14
  • 1. What is Loops.mp4
    00:26
  • 2. Whats For Loop.mp4
    00:50
  • 3. For Loop example.mp4
    02:28
  • 4. More on For loop example.mp4
    08:27
  • 5. Whats While loop.mp4
    00:38
  • 6. While loop example.mp4
    04:11
  • 7. More while loop examples.mp4
    05:39
  • 1. What is functions.mp4
    00:52
  • 2. Functions example.mp4
    02:49
  • 3. What is functions with parameters.mp4
    00:43
  • 4. Parameter vs arguments.mp4
    01:47
  • 5. Function with parameter example.mp4
    04:09
  • 6. What is default parameter.mp4
    00:57
  • 7. Default parameter example.mp4
    03:03
  • 8. Whats function return value.mp4
    00:46
  • 9. Function with return value example.mp4
    01:48
  • 1. Whats scope.mp4
    00:47
  • 2. Scope Example.mp4
    05:46
  • 1. What is Plot.mp4
    01:13
  • 2. Plot Example.mp4
    10:36
  • 3. What is line.mp4
    00:56
  • 4. Line example.mp4
    06:56
  • 5. What is pie chart.mp4
    00:54
  • 6. Pie chart example.mp4
    08:53
  • 7. What is bars.mp4
    01:01
  • 8. Bars example.mp4
    08:45
  • 1. Statistics intro.mp4
    01:00
  • 2. What is dataset.mp4
    01:05
  • 3. Data set example.mp4
    06:35
  • 4. What is summary.mp4
    01:04
  • 5. Summary example.mp4
    02:33
  • 6. Min & Max.mp4
    02:25
  • 7. Whats Mean.mp4
    00:35
  • 8. Mean Example.mp4
    02:08
  • 9. Whats Median.mp4
    00:45
  • 10. Median Example.mp4
    04:10
  • 11. Whats standard deviation.mp4
    00:49
  • 12. Standard Deviation example.mp4
    01:29
  • 13. Whats mode.mp4
    00:34
  • 14. Mode example.mp4
    07:16
  • 15. Whats Percentile.mp4
    01:01
  • 16. Percentile Example.mp4
    02:51
  • 1. Naming conventions.mp4
    02:03
  • 1. Thank You!.mp4
    00:24
  • Description


    Become Pro in Both

    What You'll Learn?


    • 2 in 1 Course
    • Basics to Master in both languages
    • less theory more practicals
    • No hallow content everything direct to the point
    • Strong Understanding of fundamentals of Python
    • Strong Understanding of fundamentals of R
    • Quick summary after every chapter in python
    • Simplified teaching and explanation

    Who is this for?


  • Any one who is willing to grow from scratch to masters in python and R programming language
  • What You Need to Know?


  • Learning Zeal
  • No need of prior programming knowledge
  • More details


    Description

    In this course you will learn the Full python language and R programming language, one thing i assure you is that by end of this course you will be in position that you can write the python code and can understand the others code comfortably and with good amount of practice of the lectures you can confidently attend any interview.


    The course has 3 parts for each section


    1. Theory of subtopic in a slide mode which will be shorter,

    2.Demo or Examples of same sub topic in the following lecture in elaborative manner.

    3. Finally For python Quick summary of the entire topic along with the screen shots of the code from example lectures


    I strongly encourage you to read the curriculum just to be sure that you are going to take the right decision.


    Once you learn both Python and R you can quickly learn any language in the market.


    Python:

    Learn Python from scratch! This course covers data types, loops, functions, and more. Ideal for beginners aiming to build real-world projects and enhance problem-solving skills.

    Oops covered in python


    R:

    Master the basics of R programming. This course focuses on data analysis, visualization, and statistics. Perfect for beginners who want to handle data efficiently and create insightful reports.



    Relax, Smoother journey ahead.


    Finally you can post your queries under Q & A section, you will get answers accordingly


    Who this course is for:

    • Any one who is willing to grow from scratch to masters in python and R programming language

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    MOHAMMED SAIFULLAH
    MOHAMMED SAIFULLAH
    Instructor's Courses
    Mohammed Saifullah has done Bachelors (Equivalent to BS) in Electronics and communications and Masters in Computer ScienceHe is a passionate programmer  and Working as a senior developer in one of the IT org.  he loves to guides the people not only on the technical front but on anything that he knew. his additional primary skill is convert any complex things into a simplified narrations.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 267
    • duration 18:21:11
    • Release Date 2024/11/19