Learn Python
112K subscribers
393 photos
9 videos
782 files
121 links
Download and watch the best premium Python Courses.

Buy ads: https://telega.io/c/LearnPython3
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘2
πŸ”… Python for Data Science Tips, Tricks, and Techniques

πŸ”Š Author: Ben Sullins
πŸ”Έ Date: 2022-12-02
⏰ Duration: 1h 1m

πŸŒ€ Explore a series of tips and tricks that you can put into practice to improve your skills in Python.

πŸ“— Topics: Data Science, Python

πŸ”· Join @linkedin_learning for more courses
πŸ‘10❀4
πŸ”Έ Full description πŸ”Έ

Modern work in data science requires skilled professionals versed in analysis workflows and using powerful tools. Python can play an integral role in nearly every aspect of working with dataβ€”from ingest, to querying, to extracting and visualizing. In this course, instructor Ben Sullins highlights tips and tricks you can use right away to improve your skills in Python. Learn how to work with JSON data, CSV files, and Parquet files. Explore ways to read, inspect, and aggregate data using pandas. Plus, find out how to visualize data using basic charts, small multiples, and color in Plotly, as well as how to put the finishing touches on your data visualizations.
πŸ‘9
Python for Data Science Tips, Tricks, and Techniques.zip
189.8 MB
Python for Data Science Tips, Tricks, and Techniques

@Linkedin_Learning
❀8πŸ‘5
Ex_Files_Python_for_Data_Science_Tips.zip
4.8 MB
πŸ“¦ Exercice Files
❀5
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘3
πŸ”… CircuitPython: Connecting a Robot Cat to the Internet

πŸ”Š Author: Charlyn Gonda
πŸ”Έ Date: 2021-11-04
⏰ Duration: 1h 14m

πŸŒ€ Learn how to use CircuitPython for a practical, real-world project: Programming a robot cat that you control over the internet.

πŸ“— Topics: Internet of Things, Python

πŸ”· Join @python_trainings for more courses
πŸ‘9πŸ”₯4
πŸ”Έ Full description πŸ”Έ

While many Internet of Things projects send data to the cloud, sometimes you want a physical indication of an event from the internet. In this course, Charlyn Gonda shows you how to use CircuitPythonβ€”a version of Python specifically for microcontrollersβ€”to program a robot cat that reacts to events while connected to the internet. Charlyn shows how to code for common hardware devices like LEDs and servos, and explains a common messaging protocol for IoT projects called message queue telemetry transport, or MQTT. If youre looking for an internet cat video that actually teaches you something useful, join Charlyn as she shows how to program this robot cat.
πŸ‘6❀2
CircuitPython: Connecting a Robot Cat to the Internet.zip
680.8 MB
CircuitPython: Connecting a Robot Cat to the Internet

@LearnPython3
πŸ‘2
This media is not supported in your browser
VIEW IN TELEGRAM
❀1πŸ‘1
πŸ”… Python vs. R for Data Science

πŸ”Š Author: Lavanya Vijayan
πŸ”Έ Date: 2021-10-04
⏰ Duration: 39m

πŸŒ€ Learn about the pros and cons of using Python and R, two common programming languages, when working on data science projects.

πŸ“— Topics: R, Python

πŸ”· Join @python_trainings for more courses
πŸ‘7
πŸ”Έ Full description πŸ”Έ

Python and R are common programming languages used when working with data. Each language is powerful in its own way; however, it's important that you select the language that will best help you achieve your end result. In this course, data scientist and coding instructor Lavanya Vijayan helps you make this choice, sharing important considerations for using each language in various circumstances. Lavanya starts by going over the background of both languages, as well as the strengths and disadvantages of each in different scenarios. She then walks through the process of working on a data science project and how you'd handle the data at various stages using Python and R. Lavanya then covers how to analyze data using both languages. She rounds out the course by discussing the use cases that play to each language's strengths. By the end of this training, youll have the essential information you need to determine whether Python or R is right for you.This course was created by Madecraft. We are pleased to host this training in our library.
πŸ‘12
Python vs. R for Data Science.zip
231.8 MB
Python vs. R for Data Science

@LearnPython3
❀3πŸ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘3❀1
πŸ”… From Java to Python OOP: Bridge the Gap for Java Developers

πŸ”Š Author: Deepa Muralidhar
πŸ”Έ Date: 2022-02-04
⏰ Duration: 1h 7m

πŸŒ€ Learn about the object-oriented programming (OOP) features in newer versions of Python and compare them with Javas capabilities to help you grasp the concepts and syntax.

πŸ“— Topics: Python, Object-Oriented Programming

πŸ”· Join @python_trainings for more courses
πŸ‘10❀1
πŸ”Έ Full description πŸ”Έ

Most programmers are familiar with object-oriented programming (OOP), but do you know how it applies to Python? In this course, instructor Deepa Muralidhar trains Java developers in Python OOP. Deepa first introduces the key terms you will need to know. Then she walks you through class design, methods (including overloading), abstraction, inheritance, and more. Deepa goes in-depth on class design, with important details on Java syntax and Python syntax. Plus, she shows you Java syntax, Python syntax, abstract classes, and more with the correct inheritance text.
πŸ‘8❀1
Python Object-Oriented Programming for Java Developers.zip
187 MB
From Java to Python OOP: Bridge the Gap for Java Developers

@LearnPython3
πŸ‘11❀4
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘1
πŸ”… Advanced Python: Working with Databases

πŸ”Š Author: Kathryn Hodge
πŸ”Έ Date: 2023-05-11
⏰ Duration: 2h 6m

πŸŒ€ Explore the database options for powering your Python apps. Learn how to create and connect to different types of databases, including SQLite, MySQL, and PostgreSQL.

πŸ“— Topics: Databases, Python

πŸ”· Join @python_trainings for more courses
πŸ‘12❀3
πŸ”Έ Full description πŸ”Έ

To create functional and useful Python applications, you need a database. Databases allow you to store data from user sessions, track inventory, make recommendations, and more. However, Python is compatible with many options: SQLite, MySQL, and PostgreSQL, among others. Selecting the right database is a skill that advanced developers are expected to master. This course provides an excellent primer, comparing the different types of databases that can be connected through the Python Database API. Instructor Kathryn Hodge teaches the differences between SQLite, MySQL, and PostgreSQL and shows how to use the ORM tool SQLAlchemy to query a database. The final chapters put your knowledge to practical use in two hands-on projects: developing a full-stack application with Python, PostgreSQL, and Flask and creating a data analysis app with pandas and Jupyter Notebook. By the end, you should feel comfortable creating and using databases and be able to decide which Python database is right for you.
πŸ‘9❀3