Learn Python Practically
Learn Python Practically, available at Free, has an average rating of 4.1, with 89 lectures, based on 17 reviews, and has 3410 subscribers.
You will learn about Strengthen your programming skills Get familiar to python language projects fields Able to learn python language projects easily Observe coding errors to avoid This course is ideal for individuals who are Who wants to master his knowledge in short time or Suitable for student who has studied python before It is particularly useful for Who wants to master his knowledge in short time or Suitable for student who has studied python before.
Enroll now: Learn Python Practically
Summary
Title: Learn Python Practically
Price: Free
Average Rating: 4.1
Number of Lectures: 89
Number of Published Lectures: 89
Number of Curriculum Items: 89
Number of Published Curriculum Objects: 89
Original Price: Free
Quality Status: approved
Status: Live
What You Will Learn
- Strengthen your programming skills
- Get familiar to python language projects fields
- Able to learn python language projects easily
- Observe coding errors to avoid
Who Should Attend
- Who wants to master his knowledge in short time
- Suitable for student who has studied python before
Target Audiences
- Who wants to master his knowledge in short time
- Suitable for student who has studied python before
There are many of courses and sources to learn python language, but the problem is shortage of practices compared to the theoretical section.
( Review Python Practically) practices are more than videos. The practices include of guidlines to help the student to master the knowledge. Wasting time until you get boring is not our goal in this course, our goal is to think step by step and point by point for ordering the knowledge in our brains gradually.
This course will cover :
-
Python Intro
-
Python preparation
-
Python statements
-
Python data types
-
Python Function
-
File
The codes in the practices are:
1) Codes without inputs
This means codes do not have input function, but have variables assigned to values or with print function
2) Codes with inputs
This means codes have input function, and may have variables assigned to values or print function
Notes:
1) The course have codes with (Error) result when (Run) the code and that will help you to avoid the errors.
2) (Input) in the practices will show you how the code operate depends on the inputs in each running time.
To the end of this course, you will have enough background base to learn python projects easily. The projects you can do by python are many. I have mentioned several common projects in the course in the first section.
Course Curriculum
Chapter 1: Python Overview
Lecture 1: Python Language Intro
Lecture 2: Web Development Projects
Lecture 3: Data Science Projects
Chapter 2: Python Preparations
Lecture 1: Download Python
Lecture 2: Install Python
Lecture 3: Python Interpreter
Lecture 4: Jupyter Notebook
Chapter 3: Conditional statements
Lecture 1: Lecture 1
Lecture 2: Practice 1-1-1 (Conditional Statement Structures)
Lecture 3: Practice 1-1-2 ((if) Statement)
Lecture 4: Lecture 2
Lecture 5: Practice 1-2-1 ((if-else) Statement)
Lecture 6: Practice 1-2-2 ((if-else) Statement)
Lecture 7: Practice 1-3-1 ((Nested if-else) statement)
Lecture 8: Practice 1-3-2 ((Nested if-else) statement)
Lecture 9: Practice 1-4-1 ((if-elif-else) Statement)
Lecture 10: Practice 1-4-2 ((if-elif-else) Statement)
Lecture 11: Practice 2 (Arithmetic Operators)
Lecture 12: Practice 3 ( Comparison and Logical Operators )
Lecture 13: Practice 4 ( Comparison and Logical Operators with Brackets )
Lecture 14: Practice 5 ( Nested if-else Statement and Float Input)
Lecture 15: Practice 6 ( if-elif-else Statement with Comparison and Logical Operators )
Chapter 4: Looping Statements
Lecture 1: Practice 1 (Looping Statements Structures)
Lecture 2: Lecture 1
Lecture 3: Practice 2 (while Looping with Conditional Statement)
Lecture 4: Practice 3 (while Looping with Comparison and Logical Operators)
Lecture 5: Practice 4 (while Statement with break)
Lecture 6: Practice 5 (while Statement with continue)
Lecture 7: Lecture 2
Lecture 8: Practice 6 (for Statement)
Lecture 9: Practice 7 (for Statement with range() Function)
Chapter 5: String Data Type
Lecture 1: Practice 1 (Basics 1)
Lecture 2: Practice 2 ( Basics 2)
Lecture 3: Lecture 1
Lecture 4: Practice 3 (String Characters Accessing)
Lecture 5: Lecture 2
Lecture 6: Practice 4 ( String with Assigning)
Lecture 7: Practice 5 (String Slicing)
Lecture 8: Lecture 3
Lecture 9: Practice 6 (String Methods and Functions 1)
Lecture 10: Lecture 4
Lecture 11: Practice 7 (String Methods and Functions 2)
Lecture 12: Lecture 5
Lecture 13: Practice 8 (String Methods and Functions 3)
Lecture 14: Lecture 6
Lecture 15: Practice 9 (String Methods and Functions 4)
Lecture 16: Lecture 7
Lecture 17: Practice 10 (String Methods and Functions 5)
Lecture 18: Lecture 8
Chapter 6: List Data Type
Lecture 1: Lecture 1
Lecture 2: Practice 1 (Basics)
Lecture 3: Practice 2 (List Characters Accessing)
Lecture 4: Practice 3 ( List with Assigning)
Lecture 5: Practice 4 (List Slicing)
Lecture 6: Practice 5 (List Methods and Functions 1)
Lecture 7: Practice 6 (List Methods and Functions 2)
Lecture 8: Practice 7 (List Methods and Functions 3)
Lecture 9: Lecture 2
Lecture 10: Practice 8 (List Methods and Functions 4)
Lecture 11: Practice 9 (List Methods and Functions 5)
Lecture 12: Practice 10 (List with Conditional and Looping Statements)
Chapter 7: Tuple Data Type
Lecture 1: Practice 1 (Basics)
Lecture 2: Practice 2 (Tuple Characters Accessing)
Lecture 3: Practice 3 ( Tuple with Assigning)
Lecture 4: Practice 4 (Tuple Slicing)
Lecture 5: Practice 5 (Tuple Methods and Functions 1)
Lecture 6: Practice 6 (Tuple Methods and Functions 2)
Chapter 8: Dictionary Data Type
Lecture 1: Practice 1 (Basics)
Lecture 2: Practice 2 (Dictionary Characters Accessing)
Lecture 3: Practice 3 ( Dictionary with Assigning)
Lecture 4: Practice 4 (Dictionary Methods and Functions 1)
Lecture 5: Practice 5 (Dictionary Methods and Functions 2)
Lecture 6: Lecture 1
Lecture 7: Practice 6 (Dictionary Methods and Functions 3)
Lecture 8: Practice 7 (Dictionary Methods and Functions 4)
Lecture 9: Lecture 2
Lecture 10: Practice 8 (Dictionary Statements and Methods)
Lecture 11: Lecture 3
Chapter 9: Function
Lecture 1: Practice 1 (Basics)
Lecture 2: Lecture 1
Lecture 3: Practice 2 (def Function with Conditional Statement)
Lecture 4: Lecture 2
Lecture 5: Practice 3 (def Function with Looping Statements)
Lecture 6: Lecture 3
Lecture 7: Practice 4 (def Function with List)
Lecture 8: Practice 5 (def Function with Dictionary)
Chapter 10: File
Lecture 1: File(Basic)
Lecture 2: Read Mode (r)
Lecture 3: Write Mode (w)
Instructors
-
ABOBAKR ALMAGHREBI
Mechanical Engineer in higher studies department
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 0 votes
- 4 stars: 5 votes
- 5 stars: 10 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024