Python Programming
168 Threads
🟡 MatplotLib Tutorials # 1 🟢 WordClouds in Python In this thread, we will learn how to create WordCloud in Python. A Thread 🧵👇 https://t.co/JXGfaZWK8p
The quant finance starter pack: Markets: • Participants • Interest rates • Microstructure Stats: • Probability • Regression • Time series analysis Math: • Calculus • Matrix m...
Create Your own AudioBook from a PDF file Do you know you can create your own Audiobook using Python? A Thread 🧵👇 https://t.co/LMbmXhws3B
Introducing 23 ways to learn Python for free: 1. Think Python — Free Ebook 2. Think Python 2e — Free Ebook 3. A Byte of Python — Free Ebook 4. Real Python — Online Platform
Data Skills and Analytics for #SEO essentials. What you need to combine two of the most lucrative skills out there. My 15 best threads in a single place:
Pandas 🐼 is paramount when working with data. It's the next step in your Python journey LEARN it for FREE with these resources 🔥
In Python, most people have trouble understanding these two decorators when it comes to Python Classes 🟢 staticmethod 🟢 classmethod Let me help you understand these concepts
Five courses that can be finished in a couple of days to learn important software principles as a data scientist: A thread 🧵
Create Beautiful Graphs in Python using plotly 🧵:
College completely failed to teach me data analysis outside Excel. So I spent over 5,000 hours learning Python. Then, I picked the 16 best libraries for machine learning and data...
~90 days left in 2022 Are you want to start a career in Data Science, Analysis, ML,etc? I made a thread of free resources in order you can start with the foundations before year...
Adding items to the list in Python (with code snippets) There are mainly 3 methods to add items to a Python list 1. append 2. extend 3. insert In this thread, we will discuss th...
Most people think a 25% return is better than a 20% return. What if one stock has 10% volatility and the other has 70% volatility? Then it’s not so clear. That’s where the Sharp...
Here are the most commonly used Pandas methods & attributes you should be familiar with, with examples A🧵
⛔7 Online Learning Platforms Traditional Colleges Don't Want YOU to know about: Don't lose $80,000 on a Degree (Read this first)
Create your own Audiobook using Python Audiobooks are handy; we can create them with 10 lines of Python code. 👇 Tomorrow, I will show how to create a summarized mini audiobook us...
Common Errors in Python (with code snippets) In this thread, we see some of the common Python programming errors, what they mean and how to fix them. A Thread 🧵👇 https://t.co/x...
🟡 Machine Learning from Scratch with Python #4 ⚪️ Decision Tree from scratch Decision Tree uses a tree-like structure and its possible combinations to solve a particular problem....
The hardest part of buying options is telling if they're cheap. Whether you buy or sell an option, you’re exposed to the volatility of the underlying. That’s why it’s important t...
🟡 Machine Learning from Scratch with Python # 3 ⚪️ Implement Logistic Regression from scratch You might have used Logistic Regression, but have you ever implemented it on your o...
#Python includes another tool that is kind of like a lambda called partials. You can use partials by importing them from `functools`: 🧵🐍👇 https://t.co/JKzV17eYeJ
Most of us might have used Linear Regression in Machine Learning Projects BUT Have you ever implemented Linear Regression from Scratch with Python? In the 2nd lesson of ML from...
Linear regression is one of the most popular Machine Learning algorithms It's highly used to make predictions for continuous or numeric variables such as sales, age and salary He...
⚡️I completed the first lesson of Machine Learning from Scratch with Python made by @AssemblyAI in the first lesson, I learnt how to implement KNN from scratch with Python ✅ Cou...