Get Mystery Box with random crypto!

Python Universe

Logo of telegram channel pythontg — Python Universe P
Logo of telegram channel pythontg — Python Universe
Channel address: @pythontg
Categories: Technologies
Language: English
Subscribers: 2.57K
Description from channel

Everything you need to know about Python programming.
Admin: @haraisen
Feedback: @pythontg_feedbackbot

Ratings & Reviews

4.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

1

3 stars

0

2 stars

0

1 stars

0


The latest Messages 7

2021-06-30 17:01:39
#quiz
1.1K views14:01
Open / Comment
2021-06-28 12:13:46
What to do if your Python code isn't working?

High-resolution version

#materials #cheatsheet
1.7K views09:13
Open / Comment
2021-06-26 21:56:00
#quiz
1.8K views18:56
Open / Comment
2021-06-26 09:46:02
Build Your Data Science Web App with Dash

Dash
is an open source library for building web analytic applications. Written on top of Flask, Plotly.js, and React.js, Dash is ideal for building data visualization apps with highly custom user interfaces in pure Python. It's particularly suited for anyone who works with data in Python.

Installation
pip install dash
pip install dash-html-components
pip install dash-core-components
pip install dash-table

Dash apps are rendered in the web browser. You can deploy your apps to servers and then share them through URLs. Since Dash apps are viewed in the web browser, Dash is inherently cross-platform and mobile ready.

Docs
App Examples
Detailed tutorial by RealPython

#dash #web #charting
1.9K views06:46
Open / Comment
2021-06-25 18:31:01
#quiz
1.5K views15:31
Open / Comment
2021-06-25 14:47:07
PyQt5 GUI Thursdays

PyQt
is a Python interface for Qt, one of the most powerful, and popular cross-platform GUI library. PyQt is a blend of Python programming language and the Qt library. In this video series you will learn how to create basic graphical applications with the help of PyQt.

1. How To Install PyQt5 And Build Simple GUI App [YouTube]
2. How To Create Combo Boxes [YouTube]
3. How To Create Spin Boxes [YouTube]
...
20. CheckBoxes [YouTube]

Full Playlist

#materials
1.7K views11:47
Open / Comment
2021-06-22 17:33:26
Video editing with Python

MoviePy is a Python module for video editing, which can be used for basic operations (like cuts, concatenations, title insertions), video processing, or to create advanced effects. It can read and write the most common video formats, including GIF.

Installation
pip install moviepy

The key objects in MoviePy are VideoClips, which contains video and sound. In a typical MoviePy script, you load video or audio files, modify them, put them together, and write the final result to a new video file.

Docs
GitHub
Editing Video with Python + MoviePy Tutorial

#moviepy #graphics
2.2K views14:33
Open / Comment