Online Python Training Bootcamp Course: Beginner to Expert

Learn Python Course like a Pro: Modules, Web Scraper, PyMongo, web.py, Django, GUI, PyQt, RPG, Speech Recognition AI & More

Beginner 5(1 Ratings) 6 Students enrolled
Created by Online Courses Learn Online, On Your Schedule | Firste Last updated Fri, 15-Jul-2022 English
What will i learn?
  • • Learn professionally how to use Python
  • • Use Logic and Data Structures to Create Python Programs That Literally Think
  • • Gain the Python Skills Necessary to Learn In-Demand Topics, such as Data Science, Web Development, AI and more.
  • • Learn advanced Python features, like the collection’s module and more
  • • Build Python Projects that are Fun and Memorable
  • • Learn to use Object Oriented Programming with classes
  • • Understand complex topics, like decorators.
  • • Use Object-Oriented Programming, Industry-Standard Coding Technique, to Write High Quality Python Codes
  • • Understand how to create .py files
  • • Get an understanding of how to create GUIs
  • • Build a complete understanding of Python from grounds up

Curriculum for this course
140 Lessons 17:37:34 Hours
1. Programming Basics
18 Lessons 01:43:06 Hours
  • 1. Basic Types – numbers 00:05:30
  • 2. Basic types – strings 00:04:52
  • 3. Basic string manipulation 00:09:43
  • 4. Basic types - Boolean operators_1 00:04:54
  • 5. Lists ( arrays ) 00:03:18
  • 6. Dictionaries 00:03:15
  • 7. Variables 00:05:45
  • 8. Built-in Functions 00:06:30
  • 9. User-defined functions 00:07:04
  • 10. Adding arguments to a function 00:03:12
  • 11. Default arguments 00:04:49
  • 12. Keyword arguments 00:02:08
  • 13. Infinite arguments 00:04:00
  • 14. Return values from functions 00:03:54
  • 15. If else statements 00:03:31
  • 16. For while loops 00:04:07
  • 17. Importing libraries into a script 00:07:08
  • 18. Project 1 – Building a calculator 00:19:26
  • 19. PEP guidelines 00:11:13
  • 20. Breaking out of while loops 00:09:52
  • 21. Continuing while loops 00:03:00
  • 22. Classes objects 00:04:40
  • 23. Instance variables 00:03:14
  • 24. Class instance variables 00:01:33
  • 25. Importing modules from relative paths 00:03:43
  • 26. RPG setup 00:06:55
  • 27. Creating our character 00:07:04
  • 28. Additional utility classes 00:06:15
  • 29. Enemy instantiation 00:17:20
  • 30. Using magic 00:14:03
  • 31. Turning our magic into class 00:15:43
  • 32. Healing our player 00:04:07
  • 33. Adding items 00:16:06
  • 34. Implementing different item types 00:12:36
  • 35. Better HP view 00:09:06
  • 36. Adding members to our party 00:13:01
  • 37. Working HP bars 00:16:10
  • 38. White space in HP MP 00:05:52
  • 39. Enemy HP bar 00:09:02
  • 40. Multiple enemies pt.1 00:11:28
  • 41. Multiple enemies pt.2 00:10:06
  • 42. Enemy artificial intelligence 00:24:10
  • 43. Reading and writing files in Python 00:03:25
  • 44. JavaScript Object Notation (JSON) 00:09:28
  • 45. Using Virtualenv to create a virtual environment 00:02:17
  • 46. PyPi - the Python Package Index 00:03:19
  • 47. Introduction to requests 00:07:02
  • 48. HTTP GET variables 00:03:37
  • 49. Pillow the image processing library ( PIL ) 00:08:14
  • 50. Posting data 00:03:43
  • 51. Posting JSON 00:06:05
  • 52. Headers 00:01:11
  • 53. Beautiful Soup 00:05:25
  • 54. Parsing our soup 00:08:14
  • 55. Directional navigation 00:05:34
  • 56. Image scraper 00:08:46
  • 57. Improvements to our web scraper 00:06:30
  • 58. Introduction and setup 00:07:55
  • 59. Inserting documents 00:07:38
  • 60. Bulk inserts 00:03:44
  • 61. Counting documents 00:03:39
  • 62. Multiple find conditions 00:00:44
  • 63. Date time and keywords 00:06:52
  • 64. Indexes 00:06:19
  • 65. Introduction and simple example 00:09:07
  • 66. HTML templates 00:04:33
  • 67. Building a MVC 00:07:40
  • 68. Importing static files 00:07:29
  • 69. Setting up a register form 00:12:29
  • 70. Posting data web.py 00:05:00
  • 71. Creating users 00:06:12
  • 72. Hashing passwords 00:05:28
  • 73. Login Logic 00:11:52
  • 74. Web.py sessions 00:11:22
  • 75. Log out functionality 00:05:30
  • 76. Posting microblogs 00:09:23
  • 77. Retrieving post objects 00:06:14
  • 78. User settings and updating Mongo 00:18:14
  • 79. Relative date times 00:02:45
  • 80. Making our post dates pretty 00:03:12
  • 81. Adding post comments 00:13:54
  • 82. Image uploads and avatars 00:22:26
  • 83. Django project setup 00:06:24
  • 84. Creating our blog app 00:09:26
  • 85. Setting up the admin site 00:06:08
  • 86. URLs and views 00:03:49
  • 87. HTML templates 00:01:41
  • 88. Dynamic template data 00:06:01
  • 89. Single post page 00:05:39
  • 90. Implementing Bootstrap 00:02:43
  • 91. Static files 00:03:37
  • 92. Template inheritance 00:10:03
  • 93. Post images multi-level templates and more 00:09:27
  • 94. Installation and 1st program 00:10:38
  • 95. Declarative interfaces 00:12:57
  • 96. Event handling in QML 00:08:34
  • 97. Qt layouts and labels 00:12:24
  • 98. Q Line Edit 00:04:04
  • 99. Q push button clicked 00:06:35
  • 100. Setting Q labels text 00:05:16
  • 101. Calculator project setup 00:04:27
  • 102. Q grid layout 00:05:55
  • 103. Programming buttons 00:07:07
  • 104. Button event handling 00:05:53
  • 105. Evaluating queries 00:09:45
  • 106. Finishing touches 00:01:35
  • 107. Q tab Widget 00:13:14
  • 108. Interacting with tabs 00:10:13
  • 109. Q web engine implementation 00:13:37
  • 110. Switching tabs 00:07:23
  • 111. Setting up our web address bar 00:06:00
  • 112. Updating tab text 00:09:22
  • 113. Updating tab icons 00:06:04
  • 114. Back forward and reload functionality 00:10:20
  • 115. Updating the address bar 00:09:34
  • 116. Style sheets 00:09:34
  • 117. Qt key shortcuts 00:09:56
  • 118. Qt Splitter and section wrap up 00:10:29
  • 119. Installing matplotlib 00:03:15
  • 120. World population graph 00:06:32
  • 121. Adding labels and custom line color 00:06:06
  • 122. Multiple lines and line styling 00:03:34
  • 123. Configuring the graph 00:04:27
  • 124. Lets make pie charts 00:06:23
  • 125. Letting Pandas make data simpler 00:08:44
  • 126. Using Pandas data for pie charts 00:03:44
  • 127. Bar charts pt.1 00:08:38
  • 128. Bar charts pt.2 00:09:44
  • 129. Bar charts pt.3 00:09:45
  • 130. Custom Legend 00:03:52
  • 131. Introduction to machine learning 00:06:27
  • 132. Feedback sounds with PyAudio 00:12:57
  • 133. Recognizing our speech 00:07:00
  • 134. Making our program speak back 00:05:06
  • 135. Parsing speech 00:12:33
  • 136. Making our AI useful 00:06:18
  • 137. Creating the illusion of consciousness 00:14:56
  • 138. Speaking from its own brain 00:10:24
  • 139. Getting more answers 00:09:19
  • 140. Bonuses. Enjoy the Benefits
Requirements
  • • All Levels. No prior knowledge is required.
  • • You will need a computer, Laptop, Tablet or a smartphone.
  • • All devices work: Mac or PC, iOS or Android
  • • All you need is YOU and YOU! Just have an open mind and willingness to learn and implement
+ View more
Description

Discover why Python remains the leading coding language for developers and how its clean syntax makes complex tasks easier for businesses and simple enough for even school kids to learn and understand.

Learning to code can also be a lucrative career choice. According to Indeed, the average Python developer salary in the U.S. in 2021 is $110,840. That’s a pretty good return on the time invested in learning to code.

 

With 140 lectures and more than 16 hours of video this comprehensive course leaves no stone unturned!

 

Are you ready to start your path to becoming a Professional Python Programmer, and learn one of employer's most requested programming skills for 2021 and beyond?

If you want to get started programming in Python, you are going to LOVE this course!

 

This is by far the most comprehensive, yet condensed and straight-forward, course for the Python programming language! Whether you have never had a programming experience before, already know some basic syntax, or want to learn about the advanced features of Python, this is the course you are looking for!

 

This course is designed to fully immerse you in Python language, so it is great for both beginners and expert programmers! Learn Python as we take you through the basics of programming, advanced Python concepts, coding a calculator, essential modules, creating a “Final Fantasy-esque” RPG battle script, web scraping, PyMongo, WebPy development, Django web framework, GUI programming, data visualization, and much more!

 

The following topics are covered in this course:

<!--[if !supportLists]-->·       <!--[endif]-->Programming basics

<!--[if !supportLists]-->·       <!--[endif]-->Advanced Python concepts

<!--[if !supportLists]-->·       <!--[endif]-->RPG Battle Script

<!--[if !supportLists]-->·       <!--[endif]-->Additional Python resources

<!--[if !supportLists]-->·       <!--[endif]-->Essential Modules

<!--[if !supportLists]-->·       <!--[endif]-->Web Scraper

<!--[if !supportLists]-->·       <!--[endif]-->Getting started with PyMongo

<!--[if !supportLists]-->·       <!--[endif]-->Web development project using web.py

<!--[if !supportLists]-->·       <!--[endif]-->Django web Framework

<!--[if !supportLists]-->·       <!--[endif]-->GUI Programming with PyQt

<!--[if !supportLists]-->·       <!--[endif]-->PyQt Web Browser

<!--[if !supportLists]-->·       <!--[endif]-->Data visualization

<!--[if !supportLists]-->·       <!--[endif]-->Speech recognition AI

 

You will get lifetime access to over 130 lectures!

So what are you waiting for? Click the Buy Now Button and join the world's highest rated Python Course. Learn Python, increase your knowledge, become a Professional Python Programmer and advance your career all in a fun and practical way!

WE'D LOVE TO SEE YOU INSIDE AND HELP YOU MASTER PYTHON the Right Way!

Pls leave your much-valued Review.

+ View more
Other related courses
17:26:01 Hours
4 5 $199 $2
33:50:11 Hours
5 5 $199 $2
14:14:43 Hours
Updated Fri, 15-Jul-2022
5 5 $199 $2
27:28:08 Hours
5 5 $199 $2
22:43:57 Hours
4 5 $199 $2
About the instructor
  • 24 Reviews
  • 33 Students
  • 87 Courses
+ View more
Online Courses - Learn Online, On Your Schedule | Firste

Firste Academy is an online learning platform with online top best online courses taught by the world's best instructors. Personalized, on-demand e-learning in programming, marketing, data science, development and more.

Student feedback
5
Average rating
  • 0%
  • 0%
  • 0%
  • 0%
  • 100%
Reviews
  • Mon, 23-May-2022
    Well-structured course, easy to understand with tons of examples and resources. Definitely a must for any beginner who wants to start learning Python.
$2 $199
Buy now
Includes:
  • 17:37:34 Hours On demand videos
  • 140 Lessons
  • Full lifetime access
  • Access on mobile and tv