Jaydeep Profile picture
Nov 27 10 tweets 3 min read
Learning Python ?

Use these 8️Github repositories to LEVEL UP YOUR PYTHON SKILLS 🚀🚀🚀
1️ A collection of useful scripts, tutorials, and other Python-related things

github.com/rasbt/python_r…
2️ A curated list of awesome Python frameworks, libraries, software and resources.

github.com/vinta/awesome-…
3️A curated list with Github stars and forks stats based on awesome awesome-python

github.com/trananhkma/fuc…
4️ All algorithms implemented in Python - for education

github.com/TheAlgorithms/…
5️ A list of programming tutorials in which aspiring software developers learn how to build an application from scratch

github.com/practical-tuto…
6️ A collection of Python scripts that are split by topics & contain code examples with explanations, different use cases and links to further readings.

github.com/trekhleb/learn…
7️ Collection of 100+ Python challenge programming exercises.

github.com/zhiwehu/Python…
8️ A best practice handbook to the installation, configuration, and usage of Python on a daily basis.

github.com/realpython/pyt…
Hello 👋

I am Jaydeep from India 🇮🇳

Full time Software Engineer & part time content creator on
🐦Twitter
🖧 Linkedin
🎥YouTube

Follow me for content on
🐍 Python
🤖Ai/ML
🎨Data Visualization
🌟Content creation

Subscribe To My YouTube🔽

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Jaydeep

Jaydeep Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @_jaydeepkarale

Nov 26
The `__init__` method in 🐍 Python is commonly confused to be a constructor. Is this really true though ?

Let's find out in today's 🧵🧵🧵
🔶Firstly, what is a constructor ?

✅ A constructor is a special method of a class or structure in object-oriented programming that initializes a newly created object of that type.

✅ Whenever an object is created, the constructor is called automatically Image contains a Java class showing what a constructor is
✅ The __init__ behaves differently however.

✅ It receives an already initialized instance of a class `hence the keyword self` is passed as an argument to the method. Image contains a Python code to demo __init__ method
Read 5 tweets
Nov 25
🐍Python
⚙️Automation Projects
🤝Build In Public
Python script to organize files into folders 🧵🧵🧵
**DISCLAIMER**

This is one of the many ways to build this project & NOT THE ONLY ONE
On a high level this is the logic

🟢 We accept source, destination directory & extension of type of files we want to move
🟢 Check if the src & dest directories exist
🟢 Start move script

Modules We Use
🟢 Pathlib
🟢 Shutil
🟢 Argparse
🟢 Logging import argparse from pathlib import Path import shutil impor
Read 10 tweets
Nov 24
I get a lot of DMs on How To Get Started With Data Science ?

These are the RESOURCES I recommend every time 🚀🚀🚀
**Disclaimer**

While learning there is no one size fits all & these resources are my recommendation & not the only ones out there. Feel free to add more
{ ML Fundamentals By Andrew Ng }

coursera.org/specialization…
Read 7 tweets
Nov 22
Want to get started with a career in Machine Learning ?

Bookmark these FREE RESOURCES
🟢 Videos
🟢 Books
🟢 Github Projects
Machine Learning Tutorial for Beginners

kaggle.com/code/kanncaa1/…
A curated playlist of everything Machine Learning, perfect for beginners

youtube.com/playlist?list=…
Read 8 tweets
Nov 21
Add these FREE CERTIFICATIONS to boost your resume

🐍 Python
🤖 Machine Learning
🧠 NLP
{ Dataflair 🐍 Python }

data-flair.training/python-course/
{ Cisco Networking Academy 🐍 Python }

netacad.com/courses/progra…
Read 8 tweets
Nov 20
PART 2: Some of the best creators I follow on Twitter

🧵🧵🧵
{ @SanthoshKumarS_ }

One of the best curators of resources I've come across, a MUST FOLLOW if not already following
Read 11 tweets

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/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

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

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(