Skip to content

tinitiate/python-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

python-assignments

Python Assignments

  1. Print the first 100 Prime numbers starting after 1000

  2. Swap values in integer variables

  3. Swap values in string variables

  4. From emailid get the domain name

  5. Data Structure (Employee Data)

    • No LOOPs No Conditional tasks
    • LOOPs and Conditional tasks
  6. Functions Greatest, Least, Get all even, Get all Odd in descending order

  7. Print all Day Names of last 20 leap years 29th feb

  8. In the given three timezones Print the timezone where sun rises first

    • Supply a Date String. e.g: '2019-05-15 12:00:00'
    • Supply THREE timezones in a LIST e.g; ['Africa/Douala','Europe/Berlin','US/Samoa'] ref: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
    • Cast the above DateTime String to DateTime-TimeZone Datatype (in 3 variables one for each timezone)
    • In the above Datetime/TIMEZONE variables, get the greatest offset to find the timezone where sun rises first AT the same given date-time.
  9. Using multithreading count billion numbers faster than, single thread

  10. OOP Build DS from DB, JSON files, Webservices (Parts and Suppliers)

    • Create a caller
      • Constructor, file-handler/connection
      • Stateful addition of data
      • Create functions to answer questions

Projects

  1. Loan Management System

    • Simple multifile code
    • OOP Code with caller
    • Master data and outputs in DB
    • Implement in AWS Serverless
  2. POS Billing and Processing, Application-DB project

    • Billing Batch processing
    • Billing Realtime data processing
  3. Serverless Shopping cart application

    • Cart management
    • Billing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages