whatisgithub

What is python-development-internship-cognifyz-?

shikha18shukla/python-development-internship-cognifyz- — explained in plain English

Analysis updated 2026-05-18

15PythonAudience · generalComplexity · 1/5Setup · easy

In one sentence

A portfolio of beginner to advanced Python exercises, from string tools to web scraping and data visualization, made during a Cognifyz internship.

Mindmap

mindmap
  root((Python Internship Projects))
    What it does
      Level 1 fundamentals
      Level 2 intermediate
      Level 3 advanced
    Tech stack
      Python
      pandas
      matplotlib
      BeautifulSoup
    Use cases
      Learn Python basics
      Study a web scraper
      Portfolio reference
    Audience
      Beginners
      Internship students

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Learn basic Python concepts like string manipulation, loops, and functions through small exercises

USE CASE 2

See a working example of a password strength checker or Fibonacci generator

USE CASE 3

Study a simple web scraping project using BeautifulSoup and requests

USE CASE 4

Reference a beginner data visualization example using pandas and matplotlib

What is it built with?

PythonpandasmatplotlibBeautifulSouprequestsplotly

How does it compare?

shikha18shukla/python-development-internship-cognifyz-0pen-sourcer/hearth13127905/deep-learning-based-air-gesture-text-recognition-
Stars151515
LanguagePythonPythonPython
Setup difficultyeasymoderatemoderate
Complexity1/53/53/5
Audiencegeneralvibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

So what is it?

This repository is a portfolio of small Python projects completed during a Python Development Internship at Cognifyz IT Solutions Pvt. Ltd. Rather than being a single application, it is a collection of separate exercises organized into three difficulty levels, each with its own folder and, where relevant, its own README. Level 1 covers Python fundamentals through five short projects: a string reversal tool, a temperature converter, an email validator, a calculator, and a palindrome checker. These focus on basic building blocks like string manipulation, taking input from a user, writing functions, and simple conditional logic. Level 2 moves into intermediate territory with a number guessing game, a password strength checker, a Fibonacci number generator, and a file manipulation exercise. These projects introduce Python's random module, reading and writing files, validating passwords against rules, recursion, and basic error handling. Level 3 covers more advanced topics: a web scraper, a data visualization project, and an automation script. These use the BeautifulSoup and requests libraries for scraping web pages, pandas for handling data, and matplotlib or plotly for charting, along with general automation techniques. Across all three levels, the author states that projects include working, well structured code, documentation, sample outputs, and basic error handling, following what they describe as best coding practices. Setup follows a standard Python workflow: clone the repository, install the dependencies listed in requirements.txt, then either run a project's main file directly or navigate into its individual task folder. According to the README's own progress tracker, all three levels have been completed. The author frames this repository as both a demonstration of skills learned during the internship and a portfolio piece, and thanks Cognifyz IT Solutions for the opportunity. No license is stated in the README.

Copy-paste prompts

Prompt 1
Walk me through the Level 1 string reversal and palindrome checker projects in this repo.
Prompt 2
Explain how the password strength checker in Level 2 validates a password.
Prompt 3
Show me how the web scraper in Level 3 uses BeautifulSoup and requests together.
Prompt 4
Help me clone this repo, install requirements.txt, and run one of the task projects.

Frequently asked questions

What is python-development-internship-cognifyz-?

A portfolio of beginner to advanced Python exercises, from string tools to web scraping and data visualization, made during a Cognifyz internship.

What language is python-development-internship-cognifyz- written in?

Mainly Python. The stack also includes Python, pandas, matplotlib.

How hard is python-development-internship-cognifyz- to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is python-development-internship-cognifyz- for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.