Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#PyPi
YouTube
education
Showing:
28
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
Linux Foundation
Improving Package Repository Security - From White Papers to Practice
0
rewiews
Explore package repository security challenges, modern practices, and collaborative solutions for improving community repositories like PyPI and NPM.
Add to list
17
Lesons
42 minutes
On-Demand
Free-Video
Linux Foundation
Will Large-Scale Automated Scanning Stop Malware on OSS Repositories?
0
rewiews
Explore challenges of automated malware scanning in open-source repositories, focusing on PyPI's experience. Learn why current approaches fall short and discover emerging solutions for effective package security.
Add to list
1
Lesons
41 minutes
On-Demand
Free-Video
OpenSSF
Securing Content Distribution with RSTUF, an Incubating OpenSSF Project
0
rewiews
Explore RSTUF, an OpenSSF project for securing content distribution. Learn about its implementation, adoption by PyPI and RubyGens, and use in private repositories and Archivista for in-toto attestation storage.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
DevConf
Securing Python Projects Supply Chain
0
rewiews
Explore best practices and tools for securing Python projects' supply chain, from development to distribution. Learn about cryptographic signatures, SBOMs, and SLSA attestations.
Add to list
17
Lesons
35 minutes
On-Demand
Free-Video
EuroPython Conference
TUF Joins PyPI - Securing Package Delivery with The Update Framework
0
rewiews
Explore TUF integration with PyPI using RSTUF, addressing security challenges in package delivery and updates. Learn about PEP 458 and Warehouse implementation.
Add to list
1
Lesons
25 minutes
On-Demand
Free-Video
Databricks
Project Zen - Improving Apache Spark for Python Users
0
rewiews
Discover improvements in Apache Spark for Python users, including redesigned documentation, type hints, PyPI distribution options, and enhanced PySpark features for a more Pythonic experience.
Add to list
19
Lesons
21 minutes
On-Demand
Free-Video
Prodramp
Your Step by Step Guide on Python Libraries Development
0
rewiews
Comprehensive guide on advanced Python library development, covering class implementation, package creation, and PyPi upload using practical examples and step-by-step instructions.
Add to list
10
Lesons
32 minutes
On-Demand
Free-Video
Ubuntu OnAir
PyPI in a Box - Using a Raspberry Pi as a Portable PyPI Server
0
rewiews
Learn how to create a portable PyPI server using a Raspberry Pi, enabling offline access to Python packages for areas with limited internet connectivity.
Add to list
1
Lesons
26 minutes
On-Demand
Free-Video
Samuel Chan
Python Unit Testing and Package Submission - Build with Python 5
0
rewiews
Learn Python unit testing techniques, mock print outputs, and update PyPI packages to enhance your development skills and package management abilities.
Add to list
1
Lesons
1 hour 2 minutes
On-Demand
Free-Video
Samuel Chan
Building and Publishing a Python Package - How to Distribute on PyPI
0
rewiews
Learn to create, structure, and publish a Python package on PyPI, covering setup.py, distribution types, and the upload process in under 15 minutes.
Add to list
1
Lesons
18 minutes
On-Demand
Free-Video
Linux Foundation
Secure Python Packaging and Release Using Continuous Deployment
0
rewiews
Learn to securely package and release Python projects using continuous deployment, covering security improvements, build reproducibility, automated PyPI deployment, and release signing with Sigstore.
Add to list
1
Lesons
1 hour 21 minutes
On-Demand
Free-Video
PyCon US
The Hitchhiker's Guide to CLIs in Python
0
rewiews
Explore the CLI galaxy: history, anatomy, Python packages, and hands-on creation of a CLI using Click. Learn to package and publish on PyPI in this cosmic journey.
Add to list
30
Lesons
25 minutes
On-Demand
Free-Video
PyCon US
Open Source on Easy Mode
0
rewiews
Streamline open source project maintenance with automation tools and best practices for packaging, testing, CI/CD, documentation, and community engagement. Focus on the fun parts of development.
Add to list
1
Lesons
26 minutes
On-Demand
Free-Video
EuroPython Conference
Conda - Easier Installs and Simpler Builds
0
rewiews
Explore Conda: a cross-platform package manager for Python and other languages. Learn installation, environment management, and package building for improved productivity.
Add to list
38
Lesons
32 minutes
On-Demand
Free-Video
EuroPython Conference
Publish Your Code So Others Can Use It in 5 Easy Steps
0
rewiews
Learn to publish Python code effectively with tools like GitHub, Travis CI, and PyPI, enhancing usability and collaboration potential for your open-source projects.
Add to list
7
Lesons
25 minutes
On-Demand
Free-Video
EuroPython Conference
Writing Awesome PyPI Packages in Python
0
rewiews
Learn best practices for creating PyPI packages, including project structure, testing, configuration, and tools to enhance development and collaboration.
Add to list
14
Lesons
25 minutes
On-Demand
Free-Video
EuroPython Conference
Publish a Perfect Python Package on PyPI
0
rewiews
Learn to create and publish a Python package on PyPI, covering project structure, setup files, testing, documentation, and best practices for successful distribution and maintenance.
Add to list
1
Lesons
30 minutes
On-Demand
Free-Video
EuroPython Conference
The Hitchhiker's Guide to CLIs in Python
0
rewiews
Explore the history and anatomy of command-line interfaces, discover Python packages for CLI creation, and learn to build, package, and publish your own CLI using Click.
Add to list
1
Lesons
27 minutes
On-Demand
Free-Video
EuroPython Conference
Python Packaging Automation - Auto-Publish to PyPI via Pull Requests
0
rewiews
Streamline Python package releases with automated publishing to PyPI via pull requests, improving release frequency and empowering contributors to issue their own releases.
Add to list
1
Lesons
27 minutes
On-Demand
Free-Video
CNCF [Cloud Native Computing Foundation]
Whose Sign Is It Anyway?
0
rewiews
Explore digital signatures' true meaning, implications of key handling policies, and identity concepts in software supply chain security. Dive deep into cryptographic realities and case studies.
Add to list
16
Lesons
17 minutes
On-Demand
Free-Video
SF Python
Craft Complex Mock Data Using Graph-Based Configuration Files
0
rewiews
Master the creation of complex, interconnected mock datasets using Python's graph-data-generator package through JSON configuration files for more efficient development and testing workflows.
Add to list
1
Lesons
21 minutes
On-Demand
Free-Video
EuroPython Conference
You Are Sharing Your Code Wrong and What to Do About It
0
rewiews
Aprenda prácticas efectivas de empaquetado de Python para compartir código de manera confiable y fácil, sin necesidad de subir a PyPI.
Add to list
1
Lesons
28 minutes
On-Demand
Free-Video
Python Tutorials for Digital Humanities
Creating and Publishing Python Packages to PyPI with Twine - 5 Easy Steps
0
rewiews
Master the process of creating and publishing Python packages to PyPI through a step-by-step guide covering setup files, documentation, packaging with setuptools, and uploading with Twine.
Add to list
1
Lesons
13 minutes
On-Demand
Free-Video
EuroPython Conference
Automatic Trusted Publishing with PyPI
0
rewiews
Explore PyPI's Trusted Publishing feature for secure, automated package releases from CI/CD pipelines. Learn implementation details and recent expansions beyond GitHub.
Add to list
1
Lesons
26 minutes
On-Demand
Free-Video
OpenSSF
We Make Python Safer Than Ever
0
rewiews
Explore efforts to enhance Python's security, including PyPI audits, improved practices, and community involvement. Learn about challenges, progress, and future plans for a safer ecosystem.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
OpenSSF
Trusted Publishing: Lessons from PyPI
0
rewiews
Explore PyPI's trusted publishing scheme, its OpenID Connect-based authentication, and implementation details. Learn about security improvements and potential applications for other package indices.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
PyCon US
Making Python Safer Than Ever
0
rewiews
Explore Python ecosystem security improvements, best practices for library maintainers and users, and PSF's efforts to enhance safety in the open-source supply chain.
Add to list
1
Lesons
29 minutes
On-Demand
Free-Video
PyCon US
Making Python Safer Than Ever
0
rewiews
Explore Python ecosystem security efforts, best practices for library maintainers and users, and PSF's initiatives to enhance safety in the open-source supply chain.
Add to list
1
Lesons
30 minutes
On-Demand
Free-Video
load more...