0% found this document useful (0 votes)
5 views1 page

Python Feb

The document outlines a Python development internship program at CODEXINTERN from March 4 to March 30, 2025, with a task submission deadline of March 30, 2025. Participants can choose to complete three tasks from two slabs: beginners can work on data analysis with Pandas, linear regression modeling, or matrix operations, while intermediates can build a voice-activated personal assistant, a sentiment analysis web application, integrate Google Gemini, or create speech to image generation. Each task aims to enhance practical skills in Python development and data handling.

Uploaded by

meghana17p
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Python Feb

The document outlines a Python development internship program at CODEXINTERN from March 4 to March 30, 2025, with a task submission deadline of March 30, 2025. Participants can choose to complete three tasks from two slabs: beginners can work on data analysis with Pandas, linear regression modeling, or matrix operations, while intermediates can build a voice-activated personal assistant, a sentiment analysis web application, integrate Google Gemini, or create speech to image generation. Each task aims to enhance practical skills in Python development and data handling.

Uploaded by

meghana17p
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CODEXINTERN

◆ Domain: Python Development


◆ Starting Date: 4th March, 2025
◆ Ending Date: 30th March, 2025
◆ Deadline For Task Submission: 30th March, 2025
◆ Do any 3 of the following.

■ Slab 1 [ For Beginners]

✓ Using the Pandas library, load a CSV file and perform basic data analysis tasks, such as
calculating the average of a selected column. Additionally, use Matplotlib to create
visualizations, including bar charts, scatter plots, and heatmaps, to analyze the data.
Provide insights and observations based on the analysis and visualizations.

✓ Develop a linear regression model to predict house price based on features such as the
number of rooms, location, size and other relevant factors. Collect a suitable dataset from
Kaggle, preprocess it, and train the model to make accurate predictions.

✓ Create a "Matrix Operations Tool" using Python and the NumPy library. The application
should allow users to input matrices and perform operations like addition, subtraction,
multiplication, transpose, and determinant calculation. Include an interactive interface to
display results in a structured format.

■ Slab 2 [ For Intermediate]

✓ Voice-Activated Personal Assistant: Build a personal assistant that performs tasks like setting
reminders, checking the weather, and reading the news. Integrate with speech recognition
and text-to-speech libraries to create an interactive, voice-activated experience.

✓ Develop a web application using Flask or Django that performs sentiment analysis on user-
entered text. The application should classify the text as positive, negative, or neutral using
TextBlob and display polarity and subjectivity scores.

✓ Integrate Google Gemini in Python using the Google Generative AI API. Implement a system
that can remember conversation history, including previous user messages and responses.
Additionally, enable real-time data retrieval by integrating the Google Search API so the
model can answer real-time queries, such as the current price of Bitcoin or the weather in
Mumbai.

✓ Create Speech to Image generation using monsterapi, that can take any language audio as
input and generate image based on speech.

You might also like