Linkedin Learning Secure Coding in Python Online Class-ZH

Linkedin Learning Secure Coding in Python Online Class-ZH | Apps-Tutorials | MP4 | 227.82 MiB

941 kb/s 1280×720 | AAC 160 kb/s 2 CH

NFO (Click to Show)

Zieg Heil
Linkedin.Learning.Secure.Coding.in.Python.Online.Class-ZH
     Title: Secure Coding in Python Online Class
 Publisher: Linkedin.Learning
      Size: 228M (238885450 B)
     Files: 5F
      Date: 07/24/2020
  Course #: Linkedin.Learning
      Type: N/A
 Published: 
  Modified: N/A
       URL: www.linkedin.com/learning/secure-coding-in-python
    Author: Ronnie Sheer
  Duration: N/A
     Skill: N/A
 Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Of course we know its sieg heil, thats how fucking rebelious we are!
Description:
Learn how to develop more secure Python applications. In this
course, instructor Ronnie Sheer reviews the most common
vulnerabilities in Python apps and explains how to set up a
coding environment that helps you develop code with security in
mind. Learn how to avoid common pitfalls associated with loose
typing and assertions and find out how to deserialize Pickle
data. Then explore the security featuressuch as code
generation and secrets managementin Django, a popular Python
framework. Ronnie also explains how to secure a RESTful API in
Django using permissions, data serialization, and automated
testing, and closes the course with some tips for securing
applications written with Flask, a powerful micro web

File List (Click to Show)

228M	Secure Coding in Python
18M	Secure Coding in Python/01 - Introduction
7.1M	Secure Coding in Python/01 - Introduction/01 - Developing securely.mp4
4.0K	Secure Coding in Python/01 - Introduction/01 - Developing securely.srt
2.8M	Secure Coding in Python/01 - Introduction/02 - What you should know.mp4
4.0K	Secure Coding in Python/01 - Introduction/02 - What you should know.srt
3.5M	Secure Coding in Python/01 - Introduction/03 - What are secure coding, CERT, and other standards.mp4
4.0K	Secure Coding in Python/01 - Introduction/03 - What are secure coding, CERT, and other standards.srt
4.6M	Secure Coding in Python/01 - Introduction/04 - What is OWASP Top 10.mp4
4.0K	Secure Coding in Python/01 - Introduction/04 - What is OWASP Top 10.srt
36M	Secure Coding in Python/02 - Setting Up
7.8M	Secure Coding in Python/02 - Setting Up/01 - Installing software with due caution.mp4
4.0K	Secure Coding in Python/02 - Setting Up/01 - Installing software with due caution.srt
13M	Secure Coding in Python/02 - Setting Up/02 - Installing pipenv, Python, Django, Flask, and Django REST framework.mp4
8.0K	Secure Coding in Python/02 - Setting Up/02 - Installing pipenv, Python, Django, Flask, and Django REST framework.srt
8.5M	Secure Coding in Python/02 - Setting Up/03 - Common vulnerabilities and exposures checks.mp4
8.0K	Secure Coding in Python/02 - Setting Up/03 - Common vulnerabilities and exposures checks.srt
7.6M	Secure Coding in Python/02 - Setting Up/04 - A few words about encryption and injection.mp4
4.0K	Secure Coding in Python/02 - Setting Up/04 - A few words about encryption and injection.srt
51M	Secure Coding in Python/03 - Avoiding Python Pitfalls
21M	Secure Coding in Python/03 - Avoiding Python Pitfalls/01 - Dynamic typing with Python.mp4
12K	Secure Coding in Python/03 - Avoiding Python Pitfalls/01 - Dynamic typing with Python.srt
6.2M	Secure Coding in Python/03 - Avoiding Python Pitfalls/02 - Explicit assertions with Python.mp4
8.0K	Secure Coding in Python/03 - Avoiding Python Pitfalls/02 - Explicit assertions with Python.srt
13M	Secure Coding in Python/03 - Avoiding Python Pitfalls/03 - Don't get yourself into a Pickle.mp4
8.0K	Secure Coding in Python/03 - Avoiding Python Pitfalls/03 - Don't get yourself into a Pickle.srt
5.9M	Secure Coding in Python/03 - Avoiding Python Pitfalls/04 - Challenge Secure the end point.mp4
4.0K	Secure Coding in Python/03 - Avoiding Python Pitfalls/04 - Challenge Secure the end point.srt
5.0M	Secure Coding in Python/03 - Avoiding Python Pitfalls/05 - Solution Secure the end point.mp4
4.0K	Secure Coding in Python/03 - Avoiding Python Pitfalls/05 - Solution Secure the end point.srt
37M	Secure Coding in Python/04 - Securing Django
4.7M	Secure Coding in Python/04 - Securing Django/01 - Using a separate Python environment for isolation.mp4
4.0K	Secure Coding in Python/04 - Securing Django/01 - Using a separate Python environment for isolation.srt
8.5M	Secure Coding in Python/04 - Securing Django/02 - The batteries included approach in Django.mp4
4.0K	Secure Coding in Python/04 - Securing Django/02 - The batteries included approach in Django.srt
15M	Secure Coding in Python/04 - Securing Django/03 - Generating new projects.mp4
8.0K	Secure Coding in Python/04 - Securing Django/03 - Generating new projects.srt
9.7M	Secure Coding in Python/04 - Securing Django/04 - The Django settings module, keeping secrets, and the dangers of debug mode.mp4
8.0K	Secure Coding in Python/04 - Securing Django/04 - The Django settings module, keeping secrets, and the dangers of debug mode.srt
51M	Secure Coding in Python/05 - Securing a RESTful API
21M	Secure Coding in Python/05 - Securing a RESTful API/01 - Safe serializing.mp4
12K	Secure Coding in Python/05 - Securing a RESTful API/01 - Safe serializing.srt
13M	Secure Coding in Python/05 - Securing a RESTful API/02 - Permissions.mp4
8.0K	Secure Coding in Python/05 - Securing a RESTful API/02 - Permissions.srt
9.1M	Secure Coding in Python/05 - Securing a RESTful API/03 - Testing and security.mp4
4.0K	Secure Coding in Python/05 - Securing a RESTful API/03 - Testing and security.srt
4.4M	Secure Coding in Python/05 - Securing a RESTful API/04 - Challenge Run the test, fix the code.mp4
4.0K	Secure Coding in Python/05 - Securing a RESTful API/04 - Challenge Run the test, fix the code.srt
4.1M	Secure Coding in Python/05 - Securing a RESTful API/05 - Solution Run the test, fix the code.mp4
4.0K	Secure Coding in Python/05 - Securing a RESTful API/05 - Solution Run the test, fix the code.srt
33M	Secure Coding in Python/06 - Securing Flask
6.2M	Secure Coding in Python/06 - Securing Flask/01 - The challenge of securing Flask.mp4
4.0K	Secure Coding in Python/06 - Securing Flask/01 - The challenge of securing Flask.srt
13M	Secure Coding in Python/06 - Securing Flask/02 - Flask secrets.mp4
8.0K	Secure Coding in Python/06 - Securing Flask/02 - Flask secrets.srt
14M	Secure Coding in Python/06 - Securing Flask/03 - Password hashing with Flask.mp4
8.0K	Secure Coding in Python/06 - Securing Flask/03 - Password hashing with Flask.srt
3.5M	Secure Coding in Python/07 - Conclusion
3.5M	Secure Coding in Python/07 - Conclusion/01 - Next steps Secure coding.mp4
4.0K	Secure Coding in Python/07 - Conclusion/01 - Next steps Secure coding.srt
448K	Secure Coding in Python/Exercise Files
444K	Secure Coding in Python/Exercise Files/Ex_Files_Secure_Coding_Python.zip
228M	total

File: 01 - Developing securely.mp4
Size: 7439105 bytes (7.09 MiB), duration: 00:01:03, avg.bitrate: 945 kb/s
Audio: aac, 48000 Hz, stereo (und)
Video: h264, yuv420p, 1280x720, 30.00 fps(r) (eng)


Download Linkedin Learning Secure Coding in Python Online Class-ZH ( Size: 227.82 MiB ) :

http://nitroflare.com/view/4C2A5A68440232B/caagdLiLeSeCoinPyOnClZH.zip

http://rapidgator.net/file/5a0b137cb94ba41f45b9106963eba16e/caagdLiLeSeCoinPyOnClZH.zip.html

Apps-Tutorials
Comments (0)
Add Comment