Discover and read the best of Twitter Threads about #pythonprojects

Most recents (4)

Twitter Mining & Web Scraping Projects using Pytho🐍

Thread: 🧡

#Python #pythonprojects #Scraping #Mining
Mining Twitter Data with Python

1: Collecting Data (this article)
2: Text Pre-processing
3: Term Frequencies
4: Rugby and Term Co-Occurrences
5: Data Visualisation Basics
6: Sentiment Analysis Basics
7: Geolocation and Interactive Maps

πŸ”—
marcobonzanini.com/2015/03/02/min…
Web Scraping with Scrapy and MongoDB

Python program to scrape data from Stack Overflow to grab new questions (question title and URL).
Scraped data should then be stored in MongoDB.

πŸ”—
realpython.com/web-scraping-w…
Read 5 tweets
πŸ”΄ Computer Vision Tutorial 4️⃣: Edge detection
🟑 Jupyter Notebook πŸ“’ in second tweet.

Check this out πŸ‘‡

#programming #MachineLearning #DataScience #pythonprogramming #CodeNewbie #pythoncode #100daysofcode #pythontricks #pythonprojects #100daysofcodechallenge #python #opencv
πŸ”΅ Find Jupyter Notebook πŸ“’ ⬇️
github.com/patchy631/twit…
Hope you enjoyed reading!! πŸ“–

Follow me if you are interested in:
βœ… Python 🐍
βœ… Machine learning πŸ€–
βœ… Computer Vision πŸŽ₯
βœ… MlOps βš’οΈ

Retweet πŸ” the first tweet πŸ₯ .
Cheers!! 🍻
Read 3 tweets
πŸ”΄ Pandas 🐼 Tutorial 3️⃣
🟑 Iterrows 🀜 πŸ€› Itertuples

Check this out πŸ‘‡

#programming #MachineLearning #DataScience #pythonprogramming #CodeNewbie #pythoncode #100daysofcode #pythontricks #pythonprojects #100daysofcodechallenge #python #Pandas
Find Jupyter Notebook πŸ“’ ⬇️
github.com/patchy631/twit…
Read 4 tweets
Do you know #Python "Data Classes"

They are a great Python feature that can help you write less code

🧡Let's find out moreπŸ‘‡
1️⃣ dataclass decorator adds generated methods
- __init__
- __repr__
- __eq__

to the class and returns the same class it was given. This module provides a deco...
2️⃣ Generated __init__ method takes all fields as function parameters. Their values are set to instance attributes with the same names.

Fields are defined as type annotated class attributes.

For example, you can define User with fields id and name.πŸ‘‡ A dataclass is a Python mod...
Read 9 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!