Python
Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Here are 11,182 public repositories matching this topic...
-
Updated
Dec 22, 2021 - HTML
Cloud Providers
Add following Contents to Cloud Providers - https://github.com/Tikam02/DevOps-Guide/tree/master/Cloud_providers
- Add basic concepts of following providers:
- AWS
- GCP
- Azure
- Add tips & tricks
- Add commands
I'm happy to announce that I'll be writing the second edition of Data Science at the Command Line (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I plan to make, and presents a tentative outline. Finally, I have a few words about the process and giving feedback.
Why a second edition?
While the command line as a technology and as a way of w
-
Updated
Dec 20, 2021 - HTML
-
Updated
Dec 28, 2021 - HTML
-
Updated
Dec 25, 2021 - HTML
-
Updated
Jul 3, 2021 - HTML
Slack us first!
Hello. I write about problem here:
https://owasp.slack.com/archives/C2P5BA8MN/p1624892081234100
Be informative
As additional into slack I find the same behaviour with Risk Accepted findings. Into Metrics I see 0 Risk Accepted findings, but I have 1 Risk Accepted finding
Bug description
No error. Metrics into product, or metrics dushboard has incorrect info
-
Updated
Aug 17, 2021 - HTML
-
Updated
Dec 15, 2020 - HTML
-
Updated
Dec 13, 2021 - HTML
-
Updated
Dec 28, 2021 - HTML
-
Updated
Dec 24, 2021 - HTML
-
Updated
Dec 29, 2021 - HTML
-
Updated
Jul 13, 2020 - HTML
-
Updated
Dec 13, 2021 - HTML
-
Updated
Dec 27, 2021 - HTML
-
Updated
Sep 6, 2021 - HTML
We're using marshmallow to parse whylogs config from YAML
However, Pydantic is much more powerful as it allows users to set config via various mechanims, from YAML, JSON to Environment settings.
We should consider moving to pydantic
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia


Python 3.9+ includes
zoneinfo, which would presumably allow us to replace thepytzthird-party dependency with time-zone machinery included in Python's standard library.Since we need to support Python 3.7 and 3.8 for a while, we could use the corresponding back-ported package for users on old