Python Projects & Free Books
38.1K subscribers
612 photos
93 files
308 links
Python Interview Projects & Free Courses

Admin: @Coderfun
Download Telegram
⌨️ Video to GIF in Python
πŸ‘18
⌨️ Encrypt PDF files using Python
πŸ‘16
⌨️ Grammar Correction using Python
πŸ‘15
⌨️ Create a Progress Bar in Python
πŸ‘10
πŸ‘15
Here are some of the most popular python project ideas: πŸ’‘
Simple Calculator
Text-Based Adventure Game
Number Guessing Game
Password Generator
Dice Rolling Simulator
Mad Libs Generator
Currency Converter
Leap Year Checker
Word Counter
Quiz Program
Email Slicer
Rock-Paper-Scissors Game
Web Scraper (Simple)
Text Analyzer
Interest Calculator
Unit Converter
Simple Drawing Program
File Organizer
BMI Calculator
Tic-Tac-Toe Game
To-Do List Application
Inspirational Quote Generator
Task Automation Script
Simple Weather App
Automate data cleaning and analysis (EDA)
Sales analysis
Sentiment analysis
Price prediction
Customer Segmentation
Time series forecasting
Image classification
Spam email detection
Credit card fraud detection
Market basket analysis
NLP, etc

These are just starting points. Feel free to explore, combine ideas, and personalize your projects based on your interest and skills. 🎯
πŸ‘18
Learn New Skills FREE:

1. HTML ➝ https://t.iss.one/webdevcoursefree/870

2. CSS ➝ https://css-tricks.com

3. JavaScript ➝ https://t.iss.one/javascript_courses/309

4. React ➝ https://react-tutorial.app

5. Tailwind CSS ➝ https://scrimba.com

6. Vue  ➝ https://vueschool.io

7. Python ➝ https://t.iss.one/pythonanalyst

8. SQL ➝  https://t.iss.one/sqlanalyst

9. Git and GitHub ➝ https://GitFluence.com

10. Blockchain ➝ https://Cryptozombies.io

11. Mongo DB ➝ https://mongodb.com

12. Node JS ➝ https://nodejsera.com

➑️ Give Reactions πŸ™Œ
πŸ‘27
πŸ‘13
πŸ‘2
⌨️ Unpacking function arguments in Python
πŸ‘7
⌨️ Python Tips & Tricks
πŸ‘9
Check out the list of top 10 Python projects on GitHub given below.

1. Magenta: Explore the artist inside you with this python project. A Google Brain’s brainchild, it leverages deep learning and reinforcement learning algorithms to create drawings, music, and other similar artistic products.

2. Photon: Designing web crawlers can be fun with the Photon project. It is a fast crawler designed for open-source intelligence tools. Photon project helps you perform data crawling functions, which include extracting data from URLs, e-mails, social media accounts, XML and pdf files, and Amazon buckets.

3. Mail Pile: Want to learn some encrypting tricks? This project on GitHub can help you learn to send and receive PGP encrypted electronic mails. Powered by Bayesian classifiers, it is capable of automatic tagging and handling huge volumes of email data, all organized in a clean web interface.

4. XS Strike: XS Strike helps you design a vulnerability to check your network’s security. It is a security suite developed to detect vulnerability attacks. XSS attacks inject malicious scripts into web pages. XSS’s features include four handwritten parsers, a payload generator, a fuzzing engine, and a fast crawler.

5. Google Images Download: It is a script that looks for keywords and phrases to optionally download the image files. All you need to do is, replicate the source code of this project to get a sense of how it works in practice.

6. Pandas Project: Pandas library is a collection of data structures that can be used for flexible data analysis and data manipulation. Compared to other libraries, its flexibility, intuitiveness, and automated data manipulation processes make it a better choice for data manipulation.

7. Xonsh: Used for designing interactive applications without the need for command-line interpreters like Unix. It is a Python-powered Shell language that commands promptly. An easily scriptable application that comes with a standard library, and various types of variables and has its own virtual environment management system.

8. Manim: The Mathematical Animation Engine, Manim, can create video explainers. Using Python 3.7, it produces animated videos, with added illustrations and display graphs. Its source code is freely available on GitHub and for tutorials and installation guides, you can refer to their 3Blue1Brown YouTube channel.

9. AI Basketball Analysis: It is an artificial intelligence application that analyses basketball shots using an object detection concept. All you need to do is upload the files or submit them as a post requests to the API. Then the OpenPose library carries out the calculations to generate the results.

10. Rebound: A great project to put Python to use in building Stackoverflow content, this tool is built on the Urwid console user interface, and solves compiler errors. Using this tool, you can learn how the Beautiful Soup package scrapes StackOverflow and how subprocesses work to find compiler errors.
πŸ‘15πŸ‘Ž1
πŸ–₯ Automatic Copy and Paste with Python
πŸ‘12
⌨️ Hide secret message in image using Python
πŸ‘16
𝐏𝐲𝐭𝐑𝐨𝐧 𝐈𝐧𝐭𝐞𝐫𝐯𝐒𝐞𝐰 𝐏𝐫𝐞𝐩:

Must practise the following questions for your next Python interview:

1. How would you handle missing values in a dataset?

2. Write a python code to merge datasets based on a common column.

3. How would you analyse the distribution of a continuous variable in dataset?

4. Write a python code to pivot an dataframe.

5. How would you handle categorical variables with many levels?

6. Write a python code to calculate the accuracy, precision, and recall of a classification model?

7. How would you handle errors when working with large datasets?

I have curated the best interview resources to crack Python Interviews πŸ‘‡πŸ‘‡
https://topmate.io/coding/898340

Hope you'll like it

Like this post if you need more resources like this πŸ‘β€οΈ
πŸ‘12
⌨️ Python List Slicing
πŸ‘13