All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
2 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
2 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • This course will help you become a Python Developer even if you haven't coded before.
  • 70+ Video Lessons
  • 60+ assignments
  • Get Full Source Codes
  • You will learn all the topics mentioned below: Introduction to Python Getting Started Basics of Python Programming How to write comments in Python? Type Casting in Python Taking Input in Python String Handling in Python Working with List in Python Working with Tuple in Python Working with Set in Python Working with Dictionary in Python Decision Making Statements in Python Working with Loops in Python Function in Python Classes and Objects in Python Working with Inheritance in Python Exception Handling in Python File Handling in Python Working with Modules in Python

This course will help you become a Python Developer even if you haven't coded before.

You will learn all the topics mentioned below:

  1. Introduction to Python

  2. Getting Started

  3. Basics of Python Programming

  4. How to write comments in Python?

  5. Type Casting in Python

  6. Taking Input in Python

  7. String Handling in Python

  8. Working with List in Python

  9. Working with Tuple in Python

  10. Working with Set in Python

  11. Working with Dictionary in Python

  12. Decision Making Statements in Python

  13. Working with Loops in Python

  14. Function in Python

  15. Classes and Objects in Python

  16. Working with Inheritance in Python

  17. Exception Handling in Python

  18. File Handling in Python

  19. Working with Modules in Python

Get Full Source Codes: Around 150+ Topics covered Practically: 70+ Video Lessons and 60+ assignments to help you master the Python Programming Language.

This is no fuss and completely practical course.

DIVINE-MAGIC-BEGINS-NOW

BRING-SWARM-ADD-COUNT

  • No pre-requisites for this course.
  • One should be ready to dive in to the world of Python for Data Science.
  • If you have basic computer knowledge, it is enough.
  • Anyone who is willing to learn Python practically.
  • Anyone who wants to make career in Data Science, Machine Learning or Artificial Intelligence
  • Beginner Python Developers curious about Data Science
  • Computer Students (B. Tech./B.E., M. Tech./M.E. M.C.A., B.C.A, M. Sc., B. Sc., Diploma, Polytechnic)
View More...
  • Section 1 : Introduction 1 Lectures 00:15:47

    • Lecture 1 :
  • Section 2 : Getting Started 2 Lectures 00:08:21

    • Lecture 1 :
    • Installing Python & VS Code
    • Lecture 2 :
    • Hello World in Python
  • Section 3 : Basics of Python 8 Lectures 00:36:28

    • Lecture 1 :
    • How to define variables in Python?
    • Lecture 2 :
    • How to write comments in Python?
    • Lecture 3 :
    • Simple Addition
    • Lecture 4 :
    • Number formats in Python
    • Lecture 5 :
    • The behavior of Plus Operator
    • Lecture 6 :
    • Type Casting in Python
    • Lecture 7 :
    • Taking Input in Python
    • Lecture 8 :
    • Taking Input in Python
  • Section 4 : String handling 1 Lectures 00:15:14

    • Lecture 1 :
    • String handling
  • Section 5 : Working with List in Python 4 Lectures 00:31:27

    • Lecture 1 :
    • Basics of List
    • Lecture 2 :
    • Remove element from List
    • Lecture 3 :
    • Copy a List
    • Lecture 4 :
    • List Constructor
  • Section 6 : Working with Tuple in Python 1 Lectures 00:09:33

    • Lecture 1 :
    • Working with Tuple in Python
  • Section 7 : Working with Set in Python 3 Lectures 00:15:31

    • Lecture 1 :
    • Basics of Set
    • Lecture 2 :
    • Add Items to Set
    • Lecture 3 :
    • Remove element from Set
  • Section 8 : Working with Dictionary in Python 4 Lectures 00:30:27

    • Lecture 1 :
    • Basics of Dictionary
    • Lecture 2 :
    • Loop through Dictionary
    • Lecture 3 :
    • Copy a Dictionary
    • Lecture 4 :
    • Removing element from Dictionary
  • Section 9 : Decision Making Statements in Python 5 Lectures 00:37:04

    • Lecture 1 :
    • The if statement
    • Lecture 2 :
    • The simple switch Case
    • Lecture 3 :
    • Switch Case using Dictionary
    • Lecture 4 :
    • Switch Case using Class
    • Lecture 5 :
    • Changing Case in Switch Case
  • Section 10 : Working with Loops in Python 3 Lectures 00:24:38

    • Lecture 1 :
    • The for Loop
    • Lecture 2 :
    • Using range() in for loop
    • Lecture 3 :
    • The while loop
  • Section 11 : Working with Functions in Python 9 Lectures 00:49:18

    • Lecture 1 :
    • Basics of Function in Python
    • Lecture 2 :
    • Function with Variable Arguments
    • Lecture 3 :
    • Anonymous Function in Python
    • Lecture 4 :
    • Using return statement in Function
    • Lecture 5 :
    • Return using Class
    • Lecture 6 :
    • Return using Tuple
    • Lecture 7 :
    • Return a List
    • Lecture 8 :
    • Return a Dictionary
    • Lecture 9 :
    • Recursion in Python
  • Section 12 : Classes and Objects in Python 5 Lectures 00:20:14

    • Lecture 1 :
    • Classes and Objects
    • Lecture 2 :
    • The init Function
    • Lecture 3 :
    • Object Methods
    • Lecture 4 :
    • The Self Parameter
    • Lecture 5 :
    • Lets play with Object
  • Section 13 : Working with Inheritance in Python 8 Lectures 00:26:43

    • Lecture 1 :
    • The basics of Inheritance
    • Lecture 2 :
    • Adding init and other properties
    • Lecture 3 :
    • Adding methods to sub class
    • Lecture 4 :
    • Single Inheritance
    • Lecture 5 :
    • Multilevel Inheritance
    • Lecture 6 :
    • Hierarchical Inheritance
    • Lecture 7 :
    • Multiple Inheritance
    • Lecture 8 :
    • Hybrid Inheritance
  • Section 14 : Exception Handling in Python 6 Lectures 00:35:06

    • Lecture 1 :
    • Exception Handling in Python
    • Lecture 2 :
    • Multiple Except Clause
    • Lecture 3 :
    • Else Clause
    • Lecture 4 :
    • Raising or Throwing Exception
    • Lecture 5 :
    • Finally Clause
    • Lecture 6 :
    • User Defined Exception
  • Section 15 : File Handling in Python 10 Lectures 00:42:14

    • Lecture 1 :
    • File Handling in Python
    • Lecture 2 :
    • Writing Files
    • Lecture 3 :
    • Create new file
    • Lecture 4 :
    • Check File Existence
    • Lecture 5 :
    • Delete a File
    • Lecture 6 :
    • Delete a folder or directory
    • Lecture 7 :
    • Split a file
    • Lecture 8 :
    • Search a File
    • Lecture 9 :
    • Rename a File
    • Lecture 10 :
    • Copy a File
  • Section 16 : Working with Modules in Python 2 Lectures 00:10:49

    • Lecture 1 :
    • Using Modules in Python
    • Lecture 2 :
    • Defining a User Defined Module
  • Section 17 : Before we conclude 2 Lectures

    • Lecture 1 :
    • Source Code Repository
    • Lecture 2 :
    • How to improve and master Python?
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

860 Course Views

1 Courses

* 12 Awards to date * Certified Scrum Master with 12+ years of experience in IT * Author: “Instant NetBeans IDE How-to, Packt Pub, UK”, “Goal Setting – 4 Week Challenge” and "140 Ways to Work From Home" * Trained more than 500000 candidates globally * Member of NetBeans Dream Team * Google Train The Trainer Team * Digital Marketing Expert, served more than 300 clients globally * Oracle Certified NetBeans Platform Associate * Oracle Certified Java Programmer * Oracle Certified Web Component Developer
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • google-tensorflow-hands-on-with-python-latest

    Google TensorFlow Hands on with Pyt...

    By : UNP United Network of Professionals

    Lectures 51 Beginner 3:48:44
  • learn-elixir-programming-from-zero-to-hero

    Learn ELIXIR programming from Zero ...

    By : Pranjal Srivastava

    Lectures 35 Beginner 3:12:57
  • create-your-own-programming-language-from-scratch

    Create your OWN Programming Languag...

    By : Harshit Srivastava

    Lectures 6 Intermedite 0:42:43
  • getting-started-with-coding

    Getting started with coding

    By : Devansh ‎

    Lectures 27 Beginner 3:37:31
  • superb-python-course-become-certified-python-developer

    Superb Python Course - Become Certi...

    By : Paul Carlo Tordecilla

    Lectures 91 Beginner 2:49:20
  • c-from-the-beginning

    C# from the beginning

    By : Igor Evdokimov

    Lectures 31 Beginner 2:46:54

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.