Skip to content

The repository contains the tasks of the Python Programming Internship✨ & cool Python Programming beginner-friendly✌️ projects!

License

Notifications You must be signed in to change notification settings

CSEdgeOfficial/CSEdge-Python-Programming-Internship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CSEdge Python Programming Internship

Title: CSEdge Python Programming Internship Tasks
Subtitle: CSEdge Internship Program
Author: Team CSEdge
Level: Easy, Medium, Hard
Questions per Level: 4
Total Questions: 12
Last Modified Date: 04/06/2024

Setup

To get started with the projects, follow these steps:

  1. Clone the repository to your local machine using the command:
    git clone https://github.com/CSEdgeOfficial/CSEdge-Python-Programming-Internship
  2. Navigate to the cloned directory:
    cd CSEdge-Python-Programming-Internship
  3. Create a new folder with your full name to store your projects:
    mkdir YourFullName-with-level && cd YourFullName-with-level
  4. Begin working on the tasks within your named folder. Once you finish each task, instead of creating a pull request, push your solution to your personal Github account by following these additional steps:

Initialize a new repository on your Github account called 'CSEdge Python Programming Internship'.

  1. Link the remote repository to your local project folder:
git remote add origin <your_repository_url>
  1. Add and commit your solution files:
git add .
git commit -m "<commit_message>"
  1. Push your solution to your personal repository:
git push -u origin master

Table of Contents

Intro
easy-level
medium-level
hard-level
conclusion

Introduction

Welcome to the Python Programming Internship with CSEdge! During this journey, you'll tackle various tasks aimed at expanding your knowledge and expertise in Python programming. This document presents 12 tasks divided into three categories—Easy, Medium, and Hard.

Instructions

  • Attempt the tasks according to their difficulty level, beginning with the easiest ones.
  • Focus on solving only one category—Easy, Medium, or Hard
  • Write functions, classes, modules, tests, and documentation where required.
  • Keep your code organized, modular, and easy to read.
  • Comment your solutions thoroughly, explaining how they work and why you made certain decisions.
  • Save your finished work in appropriately labeled folders under your named folder.
  • Push your entire collection of source codes, along with necessary instructions, to your designated repository on your personal Github account.

Evaluation Criteria

  • Correctness of implemented algorithms and logic
  • Quality of code (structure, comments, naming conventions, etc.)
  • Performance and optimization efforts
  • Efficient use of external libraries when needed
  • Problem-solving creativity and originality Now let's dive into the tasks!

Beginner Level:

  1. Web Scraping Tool with BeautifulSoup:
  • Develop a web scraping application using Python's BeautifulSoup library. Extract data from a website and present it in a structured format (e.g., CSV, JSON). Basic Chatbot with NLTK:
  1. Basic Chatbot with NLTK:
  • Build a simple chatbot using Natural Language Toolkit (NLTK) for text processing and response generation. The chatbot should be able to engage in basic conversation and answer frequently asked questions.
  1. Task Management Web App with Flask:
  • Create a web-based task management application using Flask framework. Users can register, log in, add tasks, mark them as complete, and delete tasks.
  1. Voice Recorder with PyAudio:
    • Develop a voice recording application using PyAudio library. Users can record, playback, and save audio recordings in different formats.

Intermediate Level:

  1. Image Classification with TensorFlow/Keras:

    • Train a deep learning model to classify images using TensorFlow and Keras. Use a pre-trained model or build your own convolutional neural network (CNN).
  2. Real-time Object Detection with OpenCV:

    • Create a real-time object detection application using OpenCV library. Use pre-trained models like YOLO (You Only Look Once) to detect objects in live video streams.
  3. Web Development with Django:

    • Build a web application from scratch using Django framework. Implement features such as user authentication, CRUD operations, and RESTful APIs.
  4. Sentiment Analysis Web App with TextBlob:

    • Develop a sentiment analysis web application using TextBlob library. Users can input text, and the application will analyze the sentiment (positive, negative, neutral).

Advanced Level:

  1. Real-time Facial Recognition with dlib:

    • Implement a real-time facial recognition system using dlib library. Train the model to recognize faces and perform tasks like attendance tracking or access control.
  2. Speech Recognition System with DeepSpeech:

    • Build a speech recognition system using Mozilla's DeepSpeech library. Convert spoken language into text and perform actions based on recognized commands.
  3. E-commerce Platform with Django and Stripe:

    • Create a full-fledged e-commerce platform using Django framework. Integrate payment processing with Stripe API for secure transactions.
  4. Intelligent Virtual Assistant with Rasa:

    • Develop an intelligent virtual assistant using Rasa framework. The assistant should understand user queries, perform actions like opening applications or searching the web, and provide informative responses.

Our Contributors ✨

FAQ

How can I overcome obstacles faced during tasks in my named folder?

Should you encounter issues during tasks within your named folder, feel free to reach out for assistance. You may consult online resources, seek help from experienced developers, or ask questions in relevant communities. Remember to maintain confidentiality regarding intellectual property and avoid sharing sensitive information publicly.

Can I utilize other resources to better comprehend these tasks?

Absolutely! Utilize authoritative references such as official documentation, tutorials, and educational videos to strengthen your understanding of the concepts involved in each task. Delving deeper into related topics can enhance your overall experience and proficiency in Python programming.

Are strict deadlines enforced for tasks residing within my named folder?

Although no rigid deadlines are set, regular progress is encouraged to make the most of the learning opportunity. Consistently tackling tasks allows you to reinforce newly acquired skills and fosters continuous growth throughout the internship period.

About

The repository contains the tasks of the Python Programming Internship✨ & cool Python Programming beginner-friendly✌️ projects!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published