Python Programming Tutorial: Learn Online | MongoDB | Django
Python Programming Tutorial: Learn Online | MongoDB | Django, available at $19.99, has an average rating of 5, with 204 lectures, based on 366 reviews, and has 12447 subscribers.
You will learn about The basics of Python programming language by examples. Object-oriented programming concept (OOP). Classes, objects, inheritance, garbage collection. Basic introduction on MongoDB which will help you start coding for Big Data databases and cloud computing. Simplified introduction on how to start with Django. Basic web languages (HTML, CSS) Introduction to image processing with Python and PIL. Introduction to code for graphical user interface with Python, Tkinter and wxPython. Basic introduction for XML and how to use Python for XML related tasks. Introduction for how to use Python for file processing. Introduction to SQLite. Practice HTML and CSS content in this course with free web hosting This course is ideal for individuals who are Everybody who has essential computer skills with passion to learn programming with Python or College students or Course instructors or Engineers, scientists, analysts, researchers, students or Analysts who need to implement programs for specific computational tasks or IT specialists or QA members or Software developers or Software architects or Web developers It is particularly useful for Everybody who has essential computer skills with passion to learn programming with Python or College students or Course instructors or Engineers, scientists, analysts, researchers, students or Analysts who need to implement programs for specific computational tasks or IT specialists or QA members or Software developers or Software architects or Web developers.
Enroll now: Python Programming Tutorial: Learn Online | MongoDB | Django
Summary
Title: Python Programming Tutorial: Learn Online | MongoDB | Django
Price: $19.99
Average Rating: 5
Number of Lectures: 204
Number of Published Lectures: 201
Number of Curriculum Items: 204
Number of Published Curriculum Objects: 201
Original Price: $189.99
Quality Status: approved
Status: Live
What You Will Learn
- The basics of Python programming language by examples.
- Object-oriented programming concept (OOP).
- Classes, objects, inheritance, garbage collection.
- Basic introduction on MongoDB which will help you start coding for Big Data databases and cloud computing.
- Simplified introduction on how to start with Django.
- Basic web languages (HTML, CSS)
- Introduction to image processing with Python and PIL.
- Introduction to code for graphical user interface with Python, Tkinter and wxPython.
- Basic introduction for XML and how to use Python for XML related tasks.
- Introduction for how to use Python for file processing.
- Introduction to SQLite.
- Practice HTML and CSS content in this course with free web hosting
Who Should Attend
- Everybody who has essential computer skills with passion to learn programming with Python
- College students
- Course instructors
- Engineers, scientists, analysts, researchers, students
- Analysts who need to implement programs for specific computational tasks
- IT specialists
- QA members
- Software developers
- Software architects
- Web developers
Target Audiences
- Everybody who has essential computer skills with passion to learn programming with Python
- College students
- Course instructors
- Engineers, scientists, analysts, researchers, students
- Analysts who need to implement programs for specific computational tasks
- IT specialists
- QA members
- Software developers
- Software architects
- Web developers
WHAT IS THIS COURSE ABOUT?
This course covers the basics of Python programming language and introduces how to use Python with the technologies introduced in this course.
WHAT IS GOING TO BE COVERED IN THIS COURSE?
Main topics to be introduced in this course as follows:
1- Basics of Python Programming Language
2- Object Oriented Programming, Inheritance, Garbage Collection
3- File Processing
4- Python with SQLite
5- Python for XML Related Tasks
6- HTML, CSS
7- Django
8- Cloud Computing & MongoDB
9- Tkinter
10- How To Use Python For Other Technologies, such as PIL and wxPython
WHY TAKE THIS COURSE?
Very importantly, this course does not only cover the basics of Python, but also introduces how to use Python for several tasks including graphical user interface, web, database, cloud computing etc. So, you will see where to start for other technologies and you will enjoy to see the result.
You don’t need to be developer to take this course. The use of Python will make your computations or the development of the tools which you need to implement quite fast and easy.
This course provides support for the subscribers to help you get the correct answer for related questions.
Our objective is to teach hands-on programming for the learners to get a job ready-level in the market.
Course Curriculum
Lecture 1: Python : What is this course about?
Lecture 2: Python : (optional) Obtaining The Tools
Lecture 3: (optional) How To Download-Install Python and Launch IDLE
Chapter 1: Start Coding With Python
Lecture 1: Python : Start Coding With Python ! —Display Message Using print() Function
Lecture 2: Python : Repeat The Example Step By Step —print() function
Lecture 3: Python : Practice (Practice Together)
Lecture 4: Python : Comments In Python —# (Hash) Sign
Lecture 5: Python : Repeat The Example Step By Step —Comments In Python
Chapter 2: Variables And Identifiers In Python
Lecture 1: Python : Starting Up With Variables
Lecture 2: Python : Introduction To Variables In Python
Lecture 3: Python : type() Function
Lecture 4: Python : Repeat Step By Step
Lecture 5: Python :(optional-additional content) Video for the following reference document
Lecture 6: Python : (reference)Rules For Identifiers, Reserved Words In Python
Lecture 7: Python : (reference)Naming Convention
Lecture 8: Python : Practice
Lecture 9: Python : Sample Code For Practice
Lecture 10: Python : Sample Solution/Code For The Question In Practice
Chapter 3: Introduction To Standard Types In Python
Lecture 1: Python : Introduction To Standard Types In Python
Lecture 2: Python : Introduction To Numeric Types (int, float)
Lecture 3: Python : Sample Codes Used In Numeric Types (int, float)
Lecture 4: Python : Introduction To Strings —str, Single-Double-Triple Quotes
Lecture 5: Video-Slide – The Use Of Index Numbers For Strings (Intro To Index Numbers)
Lecture 6: Sample Codes Used For Strings
Lecture 7: Introduction To Lists
Lecture 8: Sample Codes For Lists
Lecture 9: Introduction To Tuples
Lecture 10: Sample Codes For Tuples
Lecture 11: Introduction To Dictionaries
Lecture 12: Sample Code For Dictionaries
Lecture 13: Practice
Lecture 14: Possible Interview Questions
Chapter 4: input() Function And Type Casting
Lecture 1: Getting User Input — input() Function
Lecture 2: Summation Of Two String Values —Adding Strings; input() Returns String Value
Lecture 3: Casting A String To int — int()
Lecture 4: Casting A String To Float — float()
Lecture 5: Summary Of The Section
Lecture 6: Practice & Sample Solution
Chapter 5: Basic Operations In Python
Lecture 1: Basic Arithmetic Operations In Python
Lecture 2: Sample Code For Basic Arithmetic Operations In Python
Lecture 3: Order Of Major Arithmetic Operations In Python
Lecture 4: Sample Code
Lecture 5: Logical Operations in Python —not, and, or
Lecture 6: Sample Code For Logical Operations in Python —not, and, or
Lecture 7: Quick Exercise
Lecture 8: Comparison Operations
Lecture 9: Sample Code For Comparison Operations
Lecture 10: Bitwise Operators In Python
Lecture 11: Assignment Operators In Python
Lecture 12: (reference)List For The Order Of Operators In Python
Chapter 6: Making Decisions — if-elif-else
Lecture 1: if Statement
Lecture 2: Sample Code For if Statement
Lecture 3: else Statement
Lecture 4: Sample Code For else Statement
Lecture 5: elif Statement
Lecture 6: Sample Code For elif Statement
Lecture 7: Indentations In Conditional Statements
Lecture 8: Summary for Indentations
Chapter 7: More Operations
Lecture 1: Identity Operators — is, is not
Lecture 2: Sample Code
Lecture 3: Membership Operators — in, not in
Lecture 4: Sample Code
Chapter 8: Loops
Lecture 1: while Loop
Lecture 2: Sample Code And Exercise
Lecture 3: for Loop
Lecture 4: Sample Code And Exercise
Lecture 5: break, continue, pass Statements (Using In while Loop)
Lecture 6: Sample Code And Exercise
Lecture 7: continue – break – pass Statements (Using for Loop)
Lecture 8: How To Implement Infinite Loop Using while Loop?
Lecture 9: Sample Code And Exercise
Lecture 10: Helpful Tip
Chapter 9: Functions
Lecture 1: Review Of How We Used Python Functions
Lecture 2: How To Define & Call Function
Lecture 3: Functions With Arguments/Parameters
Lecture 4: Functions With Default Argument/Parameter Values
Lecture 5: Using Language Defined Identifier In Function — __doc__
Lecture 6: Returning Values — return
Lecture 7: Anonymous Functions Using lambda keyword — lambda
Lecture 8: Summary Of The Section
Chapter 10: Classes
Lecture 1: Introduction
Lecture 2: Creating Classes
Lecture 3: Creating Object
Lecture 4: Accessing Members
Lecture 5: Class Variable
Lecture 6: Garbage Collection
Lecture 7: Inheritance
Lecture 8: Using Sub-Class As Super-Class
Lecture 9: Summary Of The Section
Chapter 11: Strings (Optional Content To Learn More On Strings)
Instructors
-
Alper ZEYTÜNLÜ, M.Sc.
Python | Java | C++ | Lua | AI | Data Science: Programmer
Rating Distribution
- 1 stars: 23 votes
- 2 stars: 24 votes
- 3 stars: 54 votes
- 4 stars: 114 votes
- 5 stars: 151 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 Language Learning Courses to Learn in November 2024
- 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