Teach Yourself Python II: Level Up Your Python at Any Age
Teach Yourself Python II: Level Up Your Python at Any Age, available at $59.99, has an average rating of 4.35, with 42 lectures, based on 45 reviews, and has 194 subscribers.
You will learn about Code intermediate to advanced level Python 3.10 apps for PC, Mac, or Linux Write object-oriented programs by creating your own classes in Python Program GUI graphical user interfaces, Web browser apps, and File Input/Output Develop social media apps, mapping apps, and AI (artificial intelligence) apps in Python This course is ideal for individuals who are For beginning to intermediate coders of any age, for teachers, or for parents working with their kids or Perfect for self-starters or for homeschooling parents and teachers or Builds on the knowledge and skills from "Teach Your Kids to Code (Python Level 1)" book or Udemy course It is particularly useful for For beginning to intermediate coders of any age, for teachers, or for parents working with their kids or Perfect for self-starters or for homeschooling parents and teachers or Builds on the knowledge and skills from "Teach Your Kids to Code (Python Level 1)" book or Udemy course.
Enroll now: Teach Yourself Python II: Level Up Your Python at Any Age
Summary
Title: Teach Yourself Python II: Level Up Your Python at Any Age
Price: $59.99
Average Rating: 4.35
Number of Lectures: 42
Number of Published Lectures: 42
Number of Curriculum Items: 42
Number of Published Curriculum Objects: 42
Original Price: $29.99
Quality Status: approved
Status: Live
What You Will Learn
- Code intermediate to advanced level Python 3.10 apps for PC, Mac, or Linux
- Write object-oriented programs by creating your own classes in Python
- Program GUI graphical user interfaces, Web browser apps, and File Input/Output
- Develop social media apps, mapping apps, and AI (artificial intelligence) apps in Python
Who Should Attend
- For beginning to intermediate coders of any age, for teachers, or for parents working with their kids
- Perfect for self-starters or for homeschooling parents and teachers
- Builds on the knowledge and skills from "Teach Your Kids to Code (Python Level 1)" book or Udemy course
Target Audiences
- For beginning to intermediate coders of any age, for teachers, or for parents working with their kids
- Perfect for self-starters or for homeschooling parents and teachers
- Builds on the knowledge and skills from "Teach Your Kids to Code (Python Level 1)" book or Udemy course
Join 63,000 students from 178 countries learning Python from award-winning Professor Bryson Payne!
Brand new Python Level II course for 2022!Teach yourself intermediate to advanced Python 3.10, the powerful programming language used at tech companies and in colleges worldwide. Learn coding step-by-step from Computer Science Professor Dr. Bryson Payne, author of the Amazon #1 New Release and Top 10 Best Seller, Teach Your Kids to Code: A Parent-Friendly Guide to Python Programming (No Starch Press). Filmed in collaboration with Bund Media/Zhidao Education Technology, with subtitles in English and Chinese.
Update: Order Dr. Payne’s new book, “Go Hack Yourself” (Go H*ck Yourself,©2022, No Starch Press) on Amazon now!
Expand your Python programming skills:
-
Quickly code advanced algorithms for lists, strings, binary searches, and more
-
Learn object-oriented programming (OOP) by building classes, and learn to append, insert, remove, sore, and reverse lists of objects
-
Perform file input and output, build a GUI text editor in Tkinter on Windows, Mac, and Linux
-
Code web browser interaction, a mapping app, and social media browser apps
-
Program advanced animation and collision detection in Tk Canvas
-
Includes an introduction to artificial intelligence (AI) in Python using NLTK for language processing and sentiment/emotion analysis
-
Full source code downloads of all course files provided in the first lesson – start coding and modifying advanced apps right away!
This is the kind of course you can enjoy while you learn!
Packed with fun examples, colorful graphics, and easy-to-follow plain English instruction, Teach Yourself Python IIis the course parents, teachers and students can enjoy together, as they build the top job skills of the 21st century! Python can be used to build advanced GUI Windows/Mac apps, AI applications, games & more, and it’s powerful enough to be used in companies from Google to IBM.
I designed this second-level programming course as a follow-up to my top-selling Udemy course “Teach Your Kids to Code Python”, with example code I used with my own students from middle school to college seniors. All advanced Python course files are provided for you to download and try.
Quick, hands-on lessons will get you coding your own intermediate to advanced apps in minutes. Over 40 video lectures and more than five and a half hours of video content in short, 5-to-8-minute videos will give you the practice you need to master more powerful Python 3 coding.
Everything you need to get started right away
Complete with working code downloads and high-definition videos, you’ll be able to work alongside a professor with 24 years’ teaching experience and over 35 years of programming knowledge. You’ll also receive a Certificate of Completion upon finishing the course.
No Risk: Preview videos from every section now for FREE, and enjoy a 30-day money-back guarantee when you enroll – zero risk, unlimited payoff! And, we’ve made this course easy to afford so you can get started now!
Sign up for this course and code advanced GUI, AI, Web, and animated apps today!
*Programming Challenge Solutions added to all 8 Sections, plus new additional video on creating a WeChat Auto Responder text messaging app – keep the feedback and questions coming! Thanks! *
Praise for Dr. Payne’s Python courses:
“Inspired” –This is an inspiring course taught by an inspired teacher. The examples are well-chosen — demonstrating principles through engaging, colorful projects rather than by teaching abstract principles first. While I wish the instructor weren’t quite so repetitiously exuberant, this is at worst a minor stylistic blemish and might even be a plus for kids viewing it.— Kent Osband, Udemy student
“Excellent path into Python”Not just for kids…use this course as the perfect Python primer. Clear examples, that build quickly into programs, leading to learning challenges. Bryson’s delivery is well paced and good fun.— Sean Jon Darcy, Udemy student
“Dr. Bryson Payne is a computer scientist and professor of the highest caliber, and with Teach Your Kids to Code, he brings the power of computers within easy reach for learners young and old.”—Dr. Antonio Sanz Montemayor, Informatics Professor, Universidad Rey Juan Carlos, Spain
“The concepts in Teach Your Kids to Code can help any young person enhance their college prospects and expand their career opportunities.”—Dr. Raj Sunderraman, Department Chair of Computer Science, Georgia State University
[For the Book version on Amazon] “Dr. Payne set us on the path that led us to our dream jobs! With Teach Your Kids to Code, he’s providing parents and teachers everywhere the chance to do the same for the next generation of creative problem-solvers.”—Shah and Susan Rahman, Riot Games
Course Curriculum
Chapter 1: Introduction and Review
Lecture 1: WelcomeBack.py – Loops and Variables Review
Lecture 2: Functions Review part 1- WelcomeClick.py
Lecture 3: Functions Review part 2 – Quadratic.py
Lecture 4: Debugging – Find and Correct Common Errors in Python
Lecture 5: Challenge Exercise 1 – Fill in the Blanks!
Lecture 6: Solution to Fill in the Blanks Challenge Exercise
Chapter 2: Algorithms & Problem Solving
Lecture 1: Working with Lists: Slice, Enumerate, Concatenate, Len, Repeat
Lecture 2: Draw with Strings in the Command Line!
Lecture 3: Binary Search – Make the Computer Guess Your Number with Simple AI!
Lecture 4: Challenge Exercise 2 – CountGuesses.py
Lecture 5: Solution to CountGuesses Challenge Exercise
Chapter 3: Object-Oriented Programming and Classes in Python
Lecture 1: Classes and Methods – append(), insert(), remove(), sort(), reverse()
Lecture 2: Build Your First Class – Circle.py
Lecture 3: Testing the Circle Class – TestCircle.py
Lecture 4: Practice Exercise – getRadius()
Lecture 5: Challenge Exercise Solution – getArea() and fillCircle()
Chapter 4: GUI Programming with Tkinter in Windows, Mac and Linux
Lecture 1: Creating GUI Windows/Mac/Linux Apps – SimpleGUI.py
Lecture 2: Button Events – ProcessEvent.py
Lecture 3: Labels, Text, and Buttons – SayMyName.py
Lecture 4: Practice Exercise – Inserting Text with RememberMyName.py
Lecture 5: Challenge Exercise – FunnyStory.py (a MadLibs-style app!)
Chapter 5: Working with Files and Input/Output in Python
Lecture 1: Writing Files (Text and CSV) – WriteDemo.py and WriteDemoCSV.py
Lecture 2: Reading Files – ReadDemo.py
Lecture 3: Build Your Own Text Editor GUI! MyTextEditor.py
Lecture 4: Practice Exercise GUI – YourTextEditor.py
Lecture 5: Looking at YourTextEditor Windows Version
Lecture 6: Challenge Exercise Solution – SaveFunnyStories.py
Chapter 6: Web, Command Line and Clipboard Magic in Python!
Lecture 1: Programming Browser Interaction in Python
Lecture 2: Command-Line Arguments Using Maps in Your Apps!
Lecture 3: Social Browser Apps – weibo.py (can also be used with Twitter and Facebook!)
Lecture 4: Practice Exercise – QQ.py (Try this with Twitter, as well!)
Lecture 5: Challenge Exercise – GUI Map It.py
Chapter 7: Fast Animation and Drawing in Tk Canvas
Lecture 1: Drawing in Tkinter's Canvas – drawball.py
Lecture 2: Intro to Animation – rainball.py
Lecture 3: Collision Detection – bounce.py
Lecture 4: Practice with Animation: TwoBalls.py
Lecture 5: Challenge Exercise – Program Twenty Bouncing Balls!
Lecture 6: EXTRA Challenge Exercise – Resize 100 Bouncing Balls!
Chapter 8: AI in Python – Artificial Intelligence
Lecture 1: Setting Up NLTK for Natural Language Processing in Python
Lecture 2: Sentiment Analysis (Tell Whether Txt is Positive or Negative) in NLTK with Vader
Lecture 3: Build a Movie Review Analyzer to Predict Movie Ratings from Text Reviews! 9.9/10
Chapter 9: Extra App: WeChat AutoResponder App
Lecture 1: Special Video: Python WeChat AutoResponder App, Using PyPI Python Package Index!
Instructors
-
Bryson Payne
Best-Selling Author & Professor w/students in 178 countries
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 3 votes
- 3 stars: 4 votes
- 4 stars: 7 votes
- 5 stars: 30 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