Skip to content

scaleracademy/intro-to-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2d6109 · Sep 15, 2020

History

20 Commits
Sep 8, 2020
Sep 9, 2020
Sep 12, 2020
Sep 13, 2020
Sep 13, 2020
Sep 15, 2020
Sep 7, 2020
Sep 8, 2020
Sep 9, 2020
Sep 12, 2020
Sep 12, 2020
Sep 14, 2020

Repository files navigation

Introduction to Python

Objectives:

  • Introduce python from the absolute basics.
  • Create a simple Todo application for the commandline
  • Introduce Django
  • Create a Todo application website
  • Deploy on heroku

To discuss any doubts or questions after today's class with the community, join Scaler Club: https://chat.scaler.com/signup_user_complete/?id=c9os5g9kobr4jqmtgadgkbgafa

Lectures

  • Lecture 1: [Notes] [Video] - Installing Python, REPL, using Python as a calculator, basic data types, input and output
  • Lecture 2: [Notes] [Video] - Operators, Basic Control Flow - Conditionals, Loops and Functions
  • Lecture 3: [Notes] [Video] - Basic Data Structures and Containers: Lists, Tuples, Sets, Dictionaries
  • Lecture 4: [Notes] [Video] - Organizing Code & Dependency Management
  • Lecture 5: [Notes] [Video] - File I/O, reading and writing text, csv and json files
  • Lecture 6: [Notes] [Video] - Building a Todo CLI App with Python
  • Lecture 7: [Notes] [Video] - Advanced Python

[Next: Introduction to Django Series - Notes and Videos]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages