Skip to main content

Privacy Policy

 Last updated: September 2026

CodeX is committed to protecting the privacy of our visitors. This Privacy Policy explains what information we collect and how it is used.

Information We Collect
We do not directly collect personal information unless you voluntarily provide it (for example, by leaving a comment or contacting us via email). Like most websites, this blog automatically collects certain non-personal information such as browser type, device type, pages visited, and time spent on the site, typically through cookies and similar tracking technologies.

Google Services
This blog is hosted on Blogger, a service provided by Google. Google may use cookies to serve ads based on a user's prior visits to this or other websites. Google's use of advertising cookies enables it and its partners to serve ads based on your visit to this site and/or other sites on the internet. You may opt out of personalized advertising by visiting Google's Ads Settings.

We may also use Google Analytics to understand how visitors use this site. Google Analytics collects information anonymously and reports website trends without identifying individual visitors.

Third-Party Advertising
We may use third-party advertising companies, including Google AdSense, to serve ads when you visit this blog. These companies may use information about your visits to this and other websites to provide advertisements about goods and services of interest to you.

Cookies
Cookies are small files stored on your device. You can choose to disable cookies through your browser settings, though this may affect how the site functions.

Links to Other Sites
This blog may contain links to external sites. We are not responsible for the privacy practices or content of those websites.

Children's Privacy
This blog is not directed at children under 13, and we do not knowingly collect personal information from children.

Changes to This Policy
We may update this Privacy Policy from time to time. Changes will be posted on this page.

Contact Us
If you have questions about this Privacy Policy, please contact us at connectwithtcodex@gmail.com.

Comments

Popular posts from this blog

An Overview on Data Science

So before we get into what is data science let us first understand what is data actually, and how it is important for business, e-Commerce, for security, for identity of someone, even for scientific purpose or research and for even much more. So data is nothing but a piece of information , the information that we are collecting could be anything it can be your date of birth, your body weight, your eyes or hair colour, your meal list, what you are searching in your mobile or computer, the places you visit, so we can say anything around you either connected to you or around you can be data.  But if someone is novice he will ask, how all these things can be data ? Answer is Data is everywhere but what type of data is our need and which type of data is not our need makes the all difference. Lets understand this clearly through an example- Suppose you want to do some shopping on Amazon, and you decided to buy a new mobile phone, you fixed the budget, then features that you want in the t...

All about data analysis and which programming language to choose to perform data analysis?

  What is data analysis ? Data analysis is the process of exploring, cleansing, transforming and modelling data in order to derive useful insight, supporting decision. Tools available for it ! There are two kinds of tools used in order to carry out data analysis: 1) Auto managed closed tools: These are the tools whose source code is not available, that is these are not open source. If you want to use these tools then you have to pay for them. Also, as these tools are not open source, if you want to learn these tools then you have to follow their documentation site. Though some auto managed tools have their free versions available.  Pros & Cons: Closed Source Expensive They are limited  Easy to learn Example: Tableau, Qlik View, Excel (Paid Version), Power BI (Paid Version), Zoho Analytics, SAS 2) Programming Languages: Then there are suitable programming languages which can derive the same result like auto managed closed tools.  Pros & Cons: These are open so...

Create your own QR code using python.

  How to crate your own QR code and embed any link in it ! First of all thanks guys if you are reading this blog, in this blog we will be discussing about how to create our own Quick Response (QR) code and to for this small project we will be using Python Programming language since my blog is all about python 😁.  Ok so before we dive into this project lets first understand a little about this QR code this thing what is this ? how it become so use full in modern world etc. etc. etc.   What is QR code ? A QR code is first invented by an Japanese automotive company named Denso Wave. After since it become so popular. Its because this image or in which it will be generated it can store a huge amount of data only in machine readable form. Its similarity matches to the barcode because both of them have black and white lines randomly in them. Using QR code we can track products, we can make easy payments, also can book our ticket online in one word it's safe to share inform...