TeachYourself Python
www.teachyourselfpython.com - your one stop for all things python. BRING LEARNING TO LIFE with pedagogically tried and tested lessons, videos, turorials and the highly popular new solve and learn series which takes beginners through the concepts of python right from variables to user input to lists, dictionaries and file handling. The key is to prepare learners for NEAs, controlled assessments, coursework or mini projects. www.teachyourselfpython.com is the tried and tested way to get ahead - for learners, educators and teachers alike.

4 - Webscraping - Multiple bits of data, beautiful tables. Putting it all together.

3 - Webscraping - Avi Shiffman - Coronavirus stats scraper

2 - Webscraping: Scrape a site's contents and display on HTML

1 - Web scraping (Front and Back end) with Python and Beautiful Soup

5 - Flask: Full stack - front end and back end putting it all together!

The meaning of life - a computer science based reflection

4 - Flask (Full Stack) Front end with Database connectivity

3 - Bootstrap (Front end design) and more flask!

2 - More Flask: Creation of templates, webpages, HTML and CSS

1 - Introduction to Flask (from zero to semi pro in five lessons!)

1 - Intro to Computer Science and programming in python (Mini series)

4 - Iteration, Mandelbrot, For and While Loops

3 - Putting it all together - Create a covid-tracker, global variables,increment and pass parameters

2 - Creating apps, introduction conditional logic, data types and more

Linear Search implementation in python - by TeachYourselfPython.com

Binary Search in Python - how facebook searches a friend_list for a friend

Test and Track Feature - www.teachyourselfpython.com

#9-For Loops - introduction - absolute beginner series by www.teachyourselfpython.com

#8-While Loops - absolute beginner series by www.teachyourselfpython.com

#7a-Calculations Demo -absolute beginner series by www.teachyourselfpython.com

#7-Simple Calculations and Problems - absolute beginner series by www.teachyourselfpython.com

#6 - If-else-elif, control flow - absolute beginner series by www.teachyourselfpython.com

#5 - Integer Input - absolute beginner series by www.teachyourselfpython.com

#6a-if-else-elif - CodingDemo - absolute beginner series by www.teachyourselfpython.com

#0 Absolute Beginner Python Intro_absolute beginner series by www.teachyourselfpython.com

#1 Printing output to the screen_absolute beginner series by www.teachyourselfpython.com

#4 - User Input - String Input - absolute beginner series by www.teachyourselfpython.com

#2 Working with Functions in Python - absolute beginner series by www.teachyourselfpython.com

#3-Variables,DataTypes,BasicOperators - absolute beginner series by www.teachyourselfpython.com

#4-Quick_Start Integer Sum Solution