
A simple guide to installing Python.
Simple guide to installing Anaconda.
We go through the installation of Google Chrome
Installing the Atom IDE
Install visual studio codes
Overview of the HTML section of the course.
Learn how to identify HTML and learn about what it can do on a web page.
We will discuss HTML headers. You will learn how to how to make different headlines inside of HTML, how to write the body content, and also gain understanding about the layout of an HTML web page.
Divs are found in html documents and are divisions in the body. Spans are in-line elements. You and use spans to apply various effects, like making text bold or in italics
We go over the types of lists available in HTML including ordered and unordered lists. We also learn about list nesting.
We learn about adding images and links to HTML pages.
Learn the different ways to construct tables in HTML.
Learn about creating forms in HTML. These forms can have buttons, upload files, select specific file types, and select color.
We look at more options of customizing your forms in HTML.
Learn about adding buttons to forms. Includes drop downs, submit button and radio buttons.
Try to make a really simple chart.
Solution to making the table.
CSS will cover CSS colors, background, specificity, the google Chrome Console, attributes, web fonts, and the box model.
We will cover why to use CSS and the types of color codes.
We can apply style via class name, id name and more.
We learn how ids are more specific then classes in CSS.
Learn how to apply style via the console and learn about how to get to and use the console.
Learn how to use web fonts including downloading fonts and linking to fonts on other websites.
Learn how to organize a webpage according to the box model
This is an intro to the bootstrap section.
Learn about Bootstrap headers, buttons, jumbotron, templates and more.
Learn about Bootstrap headers, buttons, jumbotron, templates and more. Part 2.
Learn about making forms in bootstrap
Learn about adding Navbars to webpages using Bootstrap.
Continue with adding Navbars in bootstrap.
Learn about the grid structure of bootstrap.
Make a website in bootstrap
An introduction to the Javascript section including an overview of all the lectures.
Using JS with HTML.
Using JS with HTML.
Learn about doing operations with JS.
Learn about doing operations with JS.
We will use if, else if, and else statements
Learn to use while loops with Javascript.
Learn to use For Loops in Javascript.
We have two javascript exercises to work through.
We go through the solutions to the two exercises from the previous lecture.
Run JS functions in the chrome console.
Do two Javascript functions exercises.
We will go through the solutions of the JS Functions exercises from the previous lecture.
We go through making function arrays in Javascript.
We start javascript objects exercises.
We go through the answers of the objects exercises from the previous lecture.
Intro to the Document Object Module.
Useing Javascript to grab HTML via the DOM
Using DOM to edit text, HTML and attributes.
Using mouseovers and clicks to get info from users
Build a tic tac toe game that uses the DOM and jQuery together.
Intro to jQuery
How to use jQuery
using jQuery to interact with users
Build a connect 4 game
We are getting started with programming with Python. We will have lectures on strings, lists, dictionaries, tuples and booleans in this section. We will be getting deeper into the topic as we go through the course this is just our first glance.
This lecture will cover the types of numbers in Python, basic arithmetic, differences between Python 2 vs 3, and object assignment in Python
Creating strings, printing strings, string indexing and slicing, string methods, and print formatting.
Creating lists, indexing and slicing lists, basic lists, nesting lists,
Constructing a dictionary, accessing objects from dictionaries, nesting dictionaries, and basic dictionary methods.
Constructing tuples, basic tuple methods, immutability and when to use tuples.
"If this happends, perform some action". Test conditions give us a use of if, elif, and else.
Learn about for loops and how to use as an iterator in python. We will use to automate list creation.
using continue and break statements
The **while** statement in Python is one of most general ways to perform iteration. A **while** statement will repeatedly execute a single statement or group of statements as long as the condition is true.
# Create a the program that will allow you as many guesses to pick
# a number between 1 and 1000. # Use a while loop to # allow as many guesses as necessary.
Create a program that takes an ip address entered by the user and prints out the number of segments it contains, and the length of each segment.
My name is GP. I used AI to classify brain tumors. I have 11 publications on Pubmed talking about that. I went to Cornell and taught at UCSF, NIH, Cornell University and Amherst College. I have taught hundreds of students one on one.
I am providing LIVE HELP M-F 9-5pm NYC eastern standard time and afterhours as well
This course will be continually updated and we answer all questions. We will continue updating content based on both user demand and changes in technology. If you have taken a previous bootcamp but still are struggling, this course will fill in the holes and have you applying Python on lots of different projects. Alot of courses made for Python 2 do not work anymore in Python 3 IDEs
This is the only fullstack course that teaches you everything from basic frontend HTML to Python 3. Other courses have upgraded from Python 1 to Python 3, which uses OLD CODING CONVENTIONS. This is based on modern programming techniques from 2018!
This is a large course, but it is still easy! The secret to this course is that to learn rapidly, we present information in small steps, so that no one step seems difficult. Of course, there are lots of steps, so the knowledge builds fast, but its on a very strong foundation.
This is the definitely the most advanced yet simple Python fullstack course online. We can literally take someone with no programming experience and have them programming in 2 weeks (or faster if they study daily). Whether you have never programmed before, already know basic syntax, or want to finally advance your skillset, this course is for you! In this course we will teach you HTML, CSS, Bootstrap, Javascript, jQuery and Python 3.
With over 70 lectures and more than 30 hours of video this course is extremely comprehensive
We cover a wide variety of topics, including: