Learn Python
116K subscribers
415 photos
11 videos
814 files
128 links
Download and watch the best premium Python Courses.

Buy ads: https://telega.io/c/LearnPython3
Download Telegram
πŸ”… Managing Python Projects

πŸ”Š Author: Miki Tebeka
πŸ”Έ Date: 2019-12-06
⏰ Duration: 48m

πŸŒ€ Get tips for efficiently managing your Python projects. Learn how to help your team stay coordinated as you bring your projects to the finish line.

πŸ“— Topics: Python

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

While the work of coding can be a solitary endeavor, software developers don't work in a vacuum. In order to successfully bring their projects to the finish line, they must spend their days coordinating effectively with other developers. In this course, join Miki Tebeka as he shares best practices and tips for efficiently managing Python projects. Miki covers the essential non-coding tasks around Python programming, including how to best approach the directory structure for a project, tackle challenges related to dependency management, and determine what (and how much) to test. Plus, get general strategies for handling the development process, including how to use source control and issue tracking systems effectively.
πŸ‘6❀2πŸ”₯1
LinkedIn - Managing Python Projects.zip
120.5 MB
Managing Python Projects

@Linkedin_Learning
❀6πŸ‘2πŸ”₯1
πŸ”… Building Tools with Python

πŸ”Š Author: Scott Simpson
πŸ”Έ Date: 2020-02-04
⏰ Duration: 56m

πŸŒ€ Streamline workflows by developing custom tools with Python. Learn about designing for end users, craftsmanship, and trust as they relate to building small software utilities.

πŸ“— Topics: Python

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

Tools aren't the flashiest, most attention-grabbing type of software. But a great toolβ€”one that successfully automates or enhances a repetitive processβ€”gives valuable time back to your colleagues, allowing them to spend less time clicking buttons and more time on thoughtful projects. Tool development exists in a space between IT support and software engineering, and if youre tasked with creating tools, there are some important principles to keep in mind. In this course, Scott Simpson discusses designing for end users, craftsmanship, and trust as they relate to building small software utilities. He surveys concepts related to tool development, and uses Python to explore ideas that youll want to keep in mind when developing tools for your users.
❀3πŸ‘3πŸ”₯1
Building Tools with Python.zip
143.3 MB
Building Tools with Python

@Linkedin_Learning
❀4πŸ‘3πŸ”₯1
Ex_Files_Building_Tools_Python.zip
76.6 MB
πŸ“¦ Exercice Files
❀4πŸ‘3πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘3❀1
πŸ”… Python: Programming Efficiently

πŸ”Š Author: Michele Vallisneri
πŸ”Έ Date: 2020-10-02
⏰ Duration: 2h 19m

πŸŒ€ Cut down on development time by writing Python code in an efficient manner. Learn about helpful third-party packages, strategies for improving code performance, and more.

πŸ“— Topics: Python

πŸ”· Join @linkedin_learning for more courses
πŸ‘7❀2πŸ”₯1
πŸ”Έ Full description πŸ”Έ

Cut down on your development time by learning how to write elegant code in an efficient manner, specifically in Pythonβ€”the popular and pragmatic computer language. Michele Vallisneri explains how to make your Python code more expressive and concise, and leverage the most powerful features of the language. He shines a spotlight on some of the strongest third-party packages you can take advantage of, discusses object-oriented and functional programming, and shares strategies for improving the performance of your code. Michele illustrates these concepts with many intriguing examples, showing how to make 3D images and animations of the sun, draw fractals, implement a graphical programming language, and more.
πŸ‘13❀4πŸ”₯1
Python - Programming Efficiently.zip
402 MB
Python: Programming Efficiently

@Linkedin_Learning
πŸ‘14❀4πŸ”₯1
Ex_Files_Programming_Efficiently.zip
16.5 MB
πŸ“¦ Exercice Files
❀8πŸ‘1πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
❀1
πŸ”… Data Visualization in Python with Dash

πŸ”Š Author: Robin Andrews
πŸ”Έ Date: 2022-01-13
⏰ Duration: 58m

πŸŒ€ Learn about how to build powerful and attractive data visualizations in Python with Dash.

πŸ“— Topics: Data Visualization, DASH, Python

πŸ”· Join @linkedin_learning for more courses
πŸ‘6❀3πŸ”₯1
πŸ”Έ Full description πŸ”Έ

Data is everywhere. Its fundamental to your business process. It allows you to make sound, well-informed decisions driven by evidence, not just conjecture. But how should you represent it? The answer depends, especially when youre working with stakeholders who dont have a technical background. Thats where Dash comes in. Its a powerful and easy-to-use data visualization tool that can help you make optimal strategic decisions.In this course, instructor Robin Andrews gives you an overview of everything you need to know to get started using Dash with Python. Discover how to build powerful and attractive data visualizations. Learn about creating plots, styling applications, and adding user interactivity to cultivate more responsive, data-driven relationships. Robin explores strategies to help you get the most out of the Dash experience, and shows you how to deploy your Dash apps to the cloud using Heroku.
πŸ‘12❀5πŸ”₯1
Data Visualization in Python with Dash.zip
137.3 MB
Data Visualization in Python with Dash

@Linkedin_Learning
πŸ”₯5❀1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘2
πŸ”… Rapid Application Development with Python

πŸ”Š Author: Malcolm Shore
πŸ”Έ Date: 2020-08-24
⏰ Duration: 2h 6m

πŸŒ€ Learn how to quickly develop Python graphical user interface (GUI) apps using the wxPython library, which brings the wxWidgets capability to Python, and the wxGlade tool.

πŸ“— Topics: Rapid Application Development, Python

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

Developing graphical user interfaces (GUIs) in Python traditionally involves a lot of manual coding. wxGlade, a GUI designer written in Python for the wxPython GUI toolkit, was designed to help simplify this process. In this course, learn how to quickly develop Python GUI apps using the wxPython libraryβ€”which brings the wxWidgets capability to Pythonβ€”and the wxGlade tool. To lend each concept a real-world context, instructor Malcom Shore steps through how to build a cybersecurity compliance app based on the NIST Cybersecurity Framework. Malcom begins by detailing how to create a simple wxPython application. He then shows how to construct a user interface for your application using wxGlade and add functional application code to put the finishing touches on your project.
πŸ‘16❀3πŸ”₯3
Rapid Application Development with Python.zip
307.9 MB
Rapid Application Development with Python

@Linkedin_Learning
πŸ‘7❀4πŸ”₯1