Learn Python
111K subscribers
389 photos
9 videos
781 files
118 links
Download and watch the best premium Python Courses.

Buy ads: https://telega.io/c/LearnPython3
Download Telegram
69 - Blog Capstone Project Part 4 - Adding Users.zip
6.4 MB
69 - Blog Capstone Project Part 4 - Adding Users
70 - Deploying Your Web Application with Heroku.zip
216.2 MB
70 - Deploying Your Web Application with Heroku
71_Data_Exploration_with_Pandas_College_Major_v_s_Your_Salary.zip
20.5 KB
71 - Data Exploration with Pandas College Major v.s. Your Salary
72_Data_Visualisation_with_Matplotlib_Programming_Languages.zip
594 KB
72 - Data Visualisation with Matplotlib Programming Languages
73_Aggregate_&_Merge_Data_with_Pandas_Analyse_the_LEGO_Dataset.zip
6.1 MB
73 - Aggregate & Merge Data with Pandas Analyse the LEGO Dataset
74_Google_Trends_Data_Resampling_and_Visualising_Time_Series.zip
815.5 KB
74 - Google Trends Data Resampling and Visualising Time Series
75_Beautiful_Plotly_Charts_&_Analysing_the_Android_App_Store.zip
615.4 KB
75 - Beautiful Plotly Charts & Analysing the Android App Store
76 - Computation with NumPy and N-Dimensional Arrays.zip
1.4 MB
76 - Computation with NumPy and N-Dimensional Arrays
77 - Linear Regression and Data Visualisation with Seaborn.zip
1.2 MB
77 - Linear Regression and Data Visualisation with Seaborn
78_Analysing_the_Nobel_Prize_with_Plotly,_Matplotlib_&_Seaborn.zip
1.3 MB
78 - Analysing the Nobel Prize with Plotly, Matplotlib & Seaborn
❀29πŸ‘20πŸ”₯11
79_The_Tragic_Discovery_of_Handwashing_t_Tests_&_Distributions.zip
1 MB
79 - The Tragic Discovery of Handwashing t-Tests & Distributions
80 - Capstone Project - Predict House Prices.zip
1.7 MB
80 - Capstone Project - Predict House Prices
81 - Professional Portfolio Project - Python Scripting.zip
1.7 KB
81 - Professional Portfolio Project - Python Scripting
82 - Professional Portfolio Project - Python Web Development.zip
47.4 MB
82 - Professional Portfolio Project - Python Web Development
πŸ‘47❀44πŸ”₯5πŸ‘Ž2
πŸ”… The End !
🧿 The last courses are just text courses that's why the size is small
❀138πŸ‘28πŸ”₯17πŸ€”1
πŸ”… Voice Recorder in Python
pip install sounddevice


import sounddevice
from scipy.io.wavfile import write
#sample_rate
fs=44100
#Ask to enter the recording time
second = int(input("Enter the Recording Time in second: "))
print("Recording…\n")
record_voice = sounddevice.rec(int(second * fs),samplerate=fs,channels=2)
sounddevice.wait()
write("MyRecording.wav",fs,record_voice)
print("Recording is done Please check you folder to listen recording")
πŸ‘65❀40πŸ”₯24πŸ‘Ž5
πŸ”… Getting Started with Python for Finance

🌐 Author: Matt Harrison
πŸ”° Level: Beginner

⏰ Duration: 1h 39m

πŸŒ€ Get up and running as a financial analyst using Python, one of the most widely used programming languages in the world.

πŸ“— Topics: Financial Analysis, Python

πŸ“€ Join @python_trainings for more courses
❀23πŸ‘18
πŸ”Έ Full description πŸ”Έ

Python has quickly become one of the most popular and widely used programming languages in the world. And if you work in finance and analyze the stock market or other financial instruments, you need to stay up to date with the most important analytic tools. Join instructor Matt Harrison to get up and running with Python, in this course designed uniquely for financial analysis.Learn how to implement the best practices for loading data and visualizations, performing calculations, ingesting and preparing financial data, coding technical analysis signals, and more. Along the way, test out your new skills in the challenges and coding exercises at the end of each section. Upon completing this course, youll be ready to start leveraging the power of Python to optimize your financial analysis workflow.
πŸ‘21❀4πŸ”₯4πŸ‘1
Getting Started with Python for Finance.zip
238.9 MB
Getting Started with Python for Finance

@LearnPython3
πŸ‘23❀7πŸ”₯2
Getting Started with Python for Finance.zip
238.9 MB
Getting Started with Python for Finance

@LearnPython3
❀21πŸ‘16πŸ”₯3
🎞 Pytube is a lightweight #Python library that enables you to download #YouTube videos and playlists in specific formats and resolutions.

https://github.com/pytube/pytube
πŸ”₯45πŸ‘30❀10πŸ‘Ž1