Python Coding Profile picture
Nov 21 5 tweets 2 min read Twitter logo Read on Twitter
Master in Data Science in 15 hours
🧵:
1. Introduction to Data and Data Science
365datascience.pxf.io/9gq4ej
Image
2. Data Strategy 365datascience.pxf.io/PynJaN
Image
3. Data Literacy Image
For more understanding - clcoding.com/p/master-in-da…

• • •

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

Keep Current with Python Coding

Python Coding 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 @clcoding

Nov 18
Top 5 high rated Mahine learning Books 📚
🧵:
1. Introduction to Machine Learning with Python: A Guide for Data Scientists amzn.to/40InptE
Image
2. Machine Learning Engineering with Python: Manage the lifecycle of machine learning models using MLOps with practical examples amzn.to/47l6bFe
Image
Read 6 tweets
Nov 14
Python: Lists vs. Tuples vs. Sets vs. Dictionaries
🧵:
Lists:

Mutable: Lists are mutable, meaning you can modify their elements (add, remove, or change) after creation.
Ordered: Elements in a list are ordered and can be accessed by their index (position).
Syntax: Defined using square brackets [].
Example: my_list = [1, 2, 3, 4]
Tuples:

Immutable: Tuples are immutable, meaning once you create them, you cannot change their elements.
Ordered: Like lists, elements in a tuple have a specific order.
Syntax: Defined using parentheses ().
Example: my_tuple = (1, 2, 3, 4)
Read 6 tweets
Nov 10
Choosing the right ML model can make or break your project💡

This document lists down the pros and cons of each Machine Learning model.

The models covered in this thread are:
🧵:
Linear Regression: A foundational model that predicts a continuous outcome variable based on one or more predictor variables. Image
Logistic Regression: Used for binary classification tasks. It estimates the probability that a given instance belongs to a particular category Image
Read 11 tweets
Sep 20
Top 15 Python libraries for artificial intelligence AI
🧵:
1. NumPy: NumPy is the fundamental package for scientific computing in Python. It provides support for large, multi-dimensional arrays and matrices, along with a collection of mathematical functions to operate on these arrays.
2. Pandas: Pandas is a data manipulation and analysis library. It offers data structures like data frames and series, making it easier to work with structured data, which is often encountered in AI and ML projects.
Read 16 tweets
Sep 19
Top 12 Python API to automate your work
🧵:
1. Weather Forecast API Image
2. Twitter API Image
Read 13 tweets
Sep 18
Top Python Libraries for website development
🧵:
1. Django: Django is a high-level Python web framework that follows the "batteries-included" philosophy. It provides a robust and complete set of tools for building web applications, including an ORM (Object-Relational Mapping), authentication, routing, and more.
2. Flask: Flask is a lightweight and flexible micro-framework for web development in Python. It is simple to get started with and allows developers to choose and integrate components as needed. Flask is often favored for smaller, less complex projects and APIs.
Read 7 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!

:(