Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Fun and creative web engineering with Python and Web2py
Rating: 4.6 out of 5(873 ratings)
37,162 students

Fun and creative web engineering with Python and Web2py

Enjoy learning programming with Python, building web-apps you publish on the web.
Created byMika Sjöman
Last updated 6/2015
English

What you'll learn

  • After this course, you will be able to build dyamic apps using the popular Web2py framwork and understand how to do that using the Python Programming language

Course content

1 section25 lectures1h 46m total length
  • Overview of the Contacts App1:19
  • Are you ready to start coding?
  • Install Google Chrome1:06

    In this video I will walk through how to download Google Chrome to your computer

  • Do you have Google Chrome installed?
  • Creating a Pythonanywhere account1:07

    In this video we will learn how to create an account at Pythonanwyere

  • Setting up Web2py on Pythonanywere2:19

    In this video we will walk you through on how to install an instance of Web2py on Pythonanywere

  • Should you have the same password for Web2py as Pythonanywhere?
  • Login to Web2py Admin interface and creating the Contacts web-app4:05
  • What is the Welcome app used for?
  • Setting up your personal time machine... version control1:44
  • Does version control give you a history with all the changes?
  • Changing the design (View) of our Contacts app9:25
  • What do we use HTML tags for?
  • What does the <br/> html tag do?
  • Playing with packages and sharing problematic code3:10
  • Does the w2p packages allow for easy code sharing?
  • How to model database tables with Web2py10:00
  • Text: repeating the important stuff on modeling tables in Web2py1:37
  • Introducing controllers9:14
  • Text: how URL-s are mapped in Web2py0:39
  • How are URLs mapped in Web2py?
  • Printing out values from our database12:10
  • What will a for-loop allow us to do?
  • Printing out stuff on a html page (view)1:22
  • Helping a student - our first problem solving5:26
  • Summing values up in a loop7:07
  • Text: How to sum things up0:44
  • Second solving a student's problem video8:07
  • Integers and floats0:47
  • Integer division quizz
  • Integer division quizz 2
  • Mac ONLY - how to open the python terminal1:04
  • Playing with variables in the python interpreter3:26
  • What happens if you run .title()?
  • Understanding lists (called arrays in Python)4:29
  • How do you append a name to a list of names?
  • How to count charachers in a string4:30
  • How do you count the number of characters in a string?
  • Looping over a list of items in a html-view file4:14
  • Finishing up. Fixing the top-menu and making the app the default app7:01
  • Changing the name of the app to init in Web2py does what?

Requirements

  • Basic computer skills. Such as surfing the web, saving and opening files.

Description

OBSERVE: For now the course is free on Udemy, since it is under development.

This course is about building web apps by learning web engineering and Python programming at the same time. We will be using a framework called Web2py which was created to make learning programming easy and enjoyable. But Web2py has also become a popular framework because it has turned out to be fast, scalable and that it allows for extreme developer productivity.

My personal love for Web2py grew from the fact that I literally became ten times more productive compared to when I was trying to get my head around another popular but really hard to learn framework called Django. I hope you will feel the same taking this course.

This course uses a heavy mix of videos, short texts to reinforce what you already have seen in the videos and a lot of quizzes to keep your brain attention on where it should be: learning.

I assume you know nothing about programming or building websites, but that you have a hunger to start building stuff online, and you can't wait to get your first app online today.

Many courses take a dictionary approach to teaching programming throwing a book with commands out of context. This course is not one of them. We all know that learning things out of context has a bad smell and doesn't result in competence.

This course is thus built around mini-projects resulting in small apps that we connect to each other. We will focus on the stuff most courses forget, such as engineering principles and writing good code. This means learning to analyse problems, rapid design process, writing automated tests and writing code that is easy to maintain and much much more.

You should take this course if you are interested in getting started with developing apps online. See you in class!

Who this course is for:

  • This course is ment for total beginners up to intermediate programmers wanting to quickly get up to speed building dynamic webs-apps with the Web2py framework