{"id":20054705,"url":"https://github.com/rajjitlai/bca-2nd-sem-python","last_synced_at":"2025-03-02T09:21:18.865Z","repository":{"id":155730741,"uuid":"618045011","full_name":"rajjitlai/bca-2nd-sem-Python","owner":"rajjitlai","description":"Python Programs for 2nd Sem BCA","archived":false,"fork":false,"pushed_at":"2023-04-26T02:06:32.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T16:34:07.352Z","etag":null,"topics":["2nd-sem","bca","bca-python","program","python","python-programs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajjitlai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-23T16:30:40.000Z","updated_at":"2024-03-25T17:02:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"050006b6-46db-4053-8898-cfd827fff253","html_url":"https://github.com/rajjitlai/bca-2nd-sem-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fbca-2nd-sem-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fbca-2nd-sem-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fbca-2nd-sem-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fbca-2nd-sem-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajjitlai","download_url":"https://codeload.github.com/rajjitlai/bca-2nd-sem-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241483321,"owners_count":19970067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2nd-sem","bca","bca-python","program","python","python-programs"],"created_at":"2024-11-13T12:42:46.762Z","updated_at":"2025-03-02T09:21:18.848Z","avatar_url":"https://github.com/rajjitlai.png","language":"Python","readme":"# bca-2nd-sem-Python\n\nPython Programs for 2nd Sem BCA\n\n# You can access the \u003cb\u003eFULL Explanation\u003c/b\u003e [here](./explanation.md)\n\n### 02. (1) # Python program to print the pattern \u003cbr\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;* \u003cbr\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; *\u0026nbsp; *\u0026nbsp; *\u003cbr\u003e * \u0026nbsp; * \u0026nbsp; * \u0026nbsp; * \u0026nbsp; \\* [star.py](./02-printPatterns/star.py) \u003cbr\u003e \u003ca href=\"./explanation.md#star-py\"\u003eExplanation\u003c/a\u003e\n\n### (2)# Python program to print the pattern \u003cbr\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;1\u003cbr\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;2 3 2\u003cbr\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;3 4 5 4 3\u003cbr\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;4 5 6 7 6 5 4\u003cbr\u003e5 6 7 8 9 8 7 6 5 [num.py](./02-printPatterns/num.py) \u003cbr\u003e \u003ca href=\"./explanation.md#num-py\"\u003eExplanation\u003c/a\u003e\n\n### 03. # Python program to illustrate the various functions of the “Math” module [mtheg.py](./03-mathexample/mtheg.py)\n\n### 04. # Program to find the area of triangle using Heron's Formula [area.py](./04-area/area.py)\n\n### 05. # Python program to find the total sales of a Salesman [sales.py](./05-sales/sales.py)\n\n### 06. # Program to find the factorial of a given number [factorial.py](./06-factorial/factorial.py)\n\n### 07. # Program to find the fibonacci sequence [fibo.py](./07-fibonacci/fibo.py)\n\n### 08. # Python function that takes a number with two or more digits as an input and finds its reverse and computes the sum of its digits [revSum.py](./08-revSum/revSum.py)\n\n### 09. # Python function that takes two numbers as input parameters and returns their least common multiple and highest common factor [lcmHcf.py](./09-lcmHcf/lcmHcf.py)\n\n### 10. # Python function that takes a number as an input and determine whether it is prime or not [prime.py](./10-primeornot/prime.py)\n\n### 11. # Python program to find the sum of the series 1-x2/2!+x4/4!-x6/6!+...+xn/n! [ser1sum.py](./11-seriessum/ser1sum.py)\n\n### 12. # Python function that takes two strings as an input from the user and counts the number of matching characters in the given pair of strings. [incount.py](./12-inputCount/incount.py)\n\n### 13. Python function that takes a string as an input from the user and displays its reverse. [rev.py](./13-rev/rev.py)\n\n### 14. # Python function that checks if the user input is palindrome or not [palindrome.py](./14-palindrome/palindrome.py)\n\n### 15. # Python function to calculate the sum and product of two compatible matrices [sum\u0026product.py](./15-sum%26product/sum%26product.py)\n\n### 16. # Python function that takes a list of numbers as input from the user and produces the corresponding cumulative list where each element in the list present at index i is the sum of elements at index j \u003c= i [cuList.py](./16-cumulativeList/cuList.py)\n\n### 17. #  Python function that takes n as an input and creates a list of n lists such that ith list contains first five multiples of i [nlist.py](./17-nlist/nlist.py)\n\n### 18. # Python function that takes a sentence as input from the user and calculates the frequency of each letter and use a variable of dictionary type to maintain the count [freqLetter.py](./18-freqLetter/freqLetter.py)\n\n### 19. # Python function that takes a dictionary of word:meaning pairs as an input from the user and creates an inverted dictionary of the form meaning:list-of-words [invDict.py](./19-invdict/invDict.py)\n\n### 20. Implementation of Linear and Binary search techniques [linear.py](./20-search/linear.py) and [binary.py](./20-search/binary.py)\n\n### 21. Implementation of selection sort, insertion sort, and bubble sort techniques [select.py](https://github.com/rajjitlai/python-sorting-methods-array/blob/main/selection-sort/select.py), [insert.py](https://github.com/rajjitlai/python-sorting-methods-array/blob/main/insertion-sort/insert.py) and [bubble.py](https://github.com/rajjitlai/python-sorting-methods-array/blob/main/bubble-sort/bubSort.py)\n\n## Extra, taught in Class\n\n### # Program to print Floyd's Triangle [floyds.py](./Extra/floyds.py)\n\n### # Program to check for Alphabet, Digits, Special character, Whitespace [checker.py](./Extra/checker.py)\n\n### YOU can use the codes for your needs.\n\nXD\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajjitlai%2Fbca-2nd-sem-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajjitlai%2Fbca-2nd-sem-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajjitlai%2Fbca-2nd-sem-python/lists"}