
Pankaj Kumar
@PankajWebDev
Followers
9K
Following
165
Media
843
Statuses
6K
Java and Python Developer for 14 years, Open Source Enthusiast, Founder of https://t.co/Ga5LsU8FlB, https://t.co/AHln3S8plJ, and @DiyanshLLP trading firm.
Bangalore, India
Joined January 2013
Python Course for Beginners: A short video course on Python programming for absolute beginners. #Python #pythonprogramming #100DaysOfCode #pythonlearning .
askpython.com
Python is one of the most powerful, yet easy-to-use languages of this time. If you are a beginner and want to learn Python, we've designed a free Python video
2
2
5
Python Tutorial: Kubernetes Security Tools: Ensuring a Secure Deployment #Python #100DaysOfCode.
askpython.com
Kubernetes has emerged as the standard for container orchestration, enabling organizations to manage and scale their containerized applications efficiently.
0
0
0
Python Tutorial: ChatGPT Can Be Your Personal Assistant to Python Coding #Python #100DaysOfCode.
askpython.com
While this AI model can enhance your coding experience, you still need to test out the provided code and make the necessary modifications to ensure its effectiveness.
0
0
1
Article Updated: Data Analytics vs. Data Science #Python #100DaysOfCode.
askpython.com
Thinking about a career in data? You might be curious about the difference between data analytics and data science.
0
0
2
Article Updated: Python’s joblib.delayed() for Efficient Parallel Computing #Python #100DaysOfCode.
askpython.com
In this article, we will shine a light on a Python tool that can help the performance of our computation-intensive codes. We'll explore the use of the
0
0
1
Python Tutorial: Python’s joblib.delayed() for Efficient Parallel Computing #Python #100DaysOfCode.
askpython.com
In this article, we will shine a light on a Python tool that can help the performance of our computation-intensive codes. We'll explore the use of the
0
0
1
Article Updated: Django Extensions – Installing and Implementing Extensions #Python #100DaysOfCode.
askpython.com
In this article, we will explore how Django extensions can enhance the default functionality provided by Django, a popular Python framework.
0
0
0
Python Tutorial: Finding the Python Equivalent to R’s gsub Function #Python #100DaysOfCode.
askpython.com
Most of the functions available in R has an equivalent in Python and vice versa. Such as string replacements can be carried out with the gsub() function in R,
0
0
0
Article Updated: Step-by-Step: Building Your First Convolutional Neural Network #Python #100DaysOfCode.
askpython.com
Convolutional neural networks are mostly used for processing data from images, natural language processing, classifications, etc. A convolutional neural network mainly consists of three layers...
0
0
0
Python Tutorial: Step-by-Step: Building Your First Convolutional Neural Network #Python #100DaysOfCode.
askpython.com
Convolutional neural networks are mostly used for processing data from images, natural language processing, classifications, etc. A convolutional neural network mainly consists of three layers...
0
0
0
Article Updated: 2 Ways to Capture Screenshots Using Python #Python #100DaysOfCode.
askpython.com
Python offers various libraries to capture screenshots. We'll be exploring a few of these libraries today and understand how you can implement the code in
0
0
1
Article Updated: How to append an Array in Python? #Python #100DaysOfCode.
askpython.com
Hey, folks! In this article, we will focus on ways to append an array in Python.
0
0
0
Python Tutorial: Comparison of Values Using Epsilon in Python #Python #100DaysOfCode.
askpython.com
Epsilon in programming refers to a small quantity that represents a difference when comparing floating point variables - usually with the double equal
0
0
1
Python Tutorial: How to Build a Single Python File From Multiple Scripts? #Python #100DaysOfCode.
askpython.com
When working with Python, often you'll end up with multiple Python scripts. And later, you may need them all together in a single Python file. While working
0
0
1
Article Updated: How to append an Array in Python? #Python #100DaysOfCode.
askpython.com
Hey, folks! In this article, we will focus on ways to append an array in Python.
0
0
0
Article Updated: Scraping YouTube Data Using Python #Python #100DaysOfCode.
askpython.com
Web scraping is one of the most trendy and valuable processes for data scientists or enthusiasts to fetch data loads. While learning or experimenting with
0
0
0
Article Updated: 2 Ways to Capture Screenshots Using Python #Python #100DaysOfCode.
askpython.com
Python offers various libraries to capture screenshots. We'll be exploring a few of these libraries today and understand how you can implement the code in
0
0
3
Python Tutorial: How To Use goto/label In Python3? #Python #100DaysOfCode.
askpython.com
The goto statement is very popular in other programming languages like C, C++. The goto statement is the arrangement of code to jump from one part to another.
0
0
1
Python Tutorial: How Do I Detect the Python Version at Runtime? #Python #100DaysOfCode.
askpython.com
Python is one of the biggest open-source projects in programming history. It has one of the most active communities, with hundreds of new libraries being
0
0
0
Python Tutorial: How to Reset Global Variables in Python? #Python #100DaysOfCode.
askpython.com
There are many types of variables. Based on its datatype, there are mainly three types of variables - predefined, derived, and user-defined. Python has a
0
0
0