Skip to content

Introduction to Dart Programming: Covers variables (var, final), data types (num, string, list, map, runes), control statements (if, if..else, switch), and loops (for, while, do while). Python Programming: Introduces variables, data types, and input handling. Week 1 deliverables are in the python_week_1 folder.

Notifications You must be signed in to change notification settings

ahmednule/specialization_pld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Intrduction to dart programming

  • variables are containeers which store out data type there 2 key words one can use, that is, var and final
  • data_types in dart num, string, lists, map runes

Control statetements in Dart programming

  • if statements
  • if..else statements
  • if..else if.. statements
  • switch statements

Looping statements in dart

  • for loop
  • while loop
  • for..in
  • do while loop

We also went through and looked at python programmng

We started with:

  • Variables *data types ---> int, float, string, lists, dicts, tuples *input types

The delivarales for week 1 python speciliazation are inslide the python week 1 folder inslide challenge1.py"

About

Introduction to Dart Programming: Covers variables (var, final), data types (num, string, list, map, runes), control statements (if, if..else, switch), and loops (for, while, do while). Python Programming: Introduces variables, data types, and input handling. Week 1 deliverables are in the python_week_1 folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published