Python Programming
168 Threads
Weโre excited to announce that Anaconda Notebooks is now completely FREE !! ๐ซ๐ Get started with: ๐ Ready-to-code Jupyter notebook ๐งโ๐ฌ Tools for lightweight analysis โ๏ธ Free storag...
Learn data science and machine learning with a complete end-to-end data science roadmap in 2023 (Don't miss it!๐คฏ) A๐งต๐
I have been solving problems using ML for 6 years now. โณ Here's a plan to achieve mastery over Machine Learning. A Thread ๐งต๐
The most popular part of trading: Backtesting. But most beginners get backtesting wrong. How to get up and running with the most popular Python backtesting libraryโBacktrader....
I started my career in Data Science back in 2016 โณ Here's a List of Python/ Machine Learning libraries I would urge you to master!! ๐ Links to official docs & YouTube Tutorials i...
Time series are made up of level, trend, seasonality, and noise. If your forecast is broken, it may be time to take a new approach. Decomposing time series into those parts can h...
Take a look at this Python ๐ dictionary that is case-insensitive ๐. This thread teaches you to implement it. https://t.co/s1yCy76vAz
532-page #Python #coding book by @TedPetrou >> "Pandas Cookbook: Recipes for Scientific Computing, #TimeSeries Analysis, and Data Visualization" at https://t.co/jUqK3uRcb2 โโโโโ #1...
Create Charts with Python using Matplotlib (with code snippets) In this thread, we will learn how to create 5 interesting and beautiful charts using Python. Follow me @itsafiz...
5 best articles from ML @Medium Thread ๐งต
Free Certification Courses in Data Science with Python from IBM. Work on real-world problems. Add the projects and Certificate to your resume. A Thread ๐งต๐ https://t.co/CtV377Poc...
If youโre not taking fat tails into consideration, your risk management is broken. Unfortunately, most people donโt know where to start. Professionals use conditional value at ri...
532-page #Python #coding book by @TedPetrou >> "Pandas Cookbook: Recipes for Scientific Computing, #TimeSeries Analysis, and Data Visualization" at https://t.co/jUqK3uRcb2 โโโโโ #1...
6 Steps: Web Scraping from Zero to Hero ๐งต๐
These 7 data science projects will transform a dull resume into a winning one:
What's the best way to count rows in your #Python ๐ Pandas ๐ผ data frame? 1: df.count() This has three problems: (a) It returns a value for each column, (b) it leaves out NaN, and...
7 GitHub repositories that will help you become a great Python developer:
Today I wanted to talk about getting the memory usage of a Pandas data frame ๐ผ๐ One way to get that information is with `https://t.co/vekkR5qUur(memory_usage="deep")` In this exa...
Financial Data Analysis with Python - A 2h FREE course - 8 lessons with Technical Analysis - Prepared content See lessons in thread below See ๐งต๐
Day 34 of #60daysOfMachineLearning ๐ท Analyzing Pandas Data Frames ๐ท ๐ฆ Viewing the Data One of the most used method for getting a quick overview of the DataFrame, is the head() m...
9 technical trading strategies everyone should know (with Python code):
1.Sources for Algo Trading using Python https://t.co/xCBQwzKhRY https://t.co/4FZdMnAgst https://t.co/Ttu6KsFGUk
๐ Python ๐ฆ Locust Load Testing Your Applications In Python !!!! https://t.co/vGWTuHJotE
Today I am going to show you how to embed a #Seaborn plot in @PySimpleGUI ๐งต๐๐