Techbite🍫
235 subscribers
208 photos
9 videos
7 files
9.08K links
Hey hungry geeks! 👋🏻. Welcome to Techbite. Enjoy some good seasoned delicacies here🤤. Bon appetite!!!🍽
Wanna discuss?? then go ahead and join this group 👉 @techbitecomm
Guidelines : bit.ly/3cGMPOB
Download Telegram
#techsource #article #freeCodeCamp
Python split() – String Splitting Example

The split() method in Python splits characters in a string into separate items in a list. In this tutorial, we'll go over some examples to help you learn how to use the split() method. We'll start from the syntax and then see how we can modify the list

URL: https://bit.ly/3w4MfpU
#techsource #article #freeCodeCamp
Create a Social Media App with Django

Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. We just published a 5-hour course on the freeCodeCamp.org YouTube channel that will help you improve your Django skills by building a social media application. Tomi Tokko teaches this course. He has created

URL: https://bit.ly/3M6k4wu
#techsource #article #freeCodeCamp
Excel Formulas – Basic Functions for Beginners

Microsoft Excel lets you use formulas and functions to perform basic and advanced numerical calculations. You can do addition, subtraction, multiplication, division, mean, worke with strings, and many others. In Excel, the difference between a formula and a function is that a function is a predefined calculation while a formula

URL: https://bit.ly/3waeGTm
#techsource #article #freeCodeCamp
Learn Neural Networks by Building a Self-Driving Car Sim Using JavaScript

"Any application that can be written in JavaScript, will eventually be written in JavaScript." – Jeff Atwood It's time for you to create a self-driving car using JavaScript! We just published a course on the freeCodeCamp.org YouTube channel that will help you learn about neural networks by teaching you how

URL: https://bit.ly/3PfeUQN
#techsource #article #freeCodeCamp
Python Global Variables – How to Define a Global Variable Example

In this article, you will learn the basics of global variables. To begin with, you will learn how to declare variables in Python and what the term 'variable scope' actually means. Then, you will learn the differences between local and global variables and understand how to define global variables and

URL: https://bit.ly/39gbiNU
#techsource #article #freeCodeCamp
Concatenate in Excel – How to Use the Concat Function

Excel has many useful functions that you can use to work with your data. In this guide you will learn about the CONCAT function and how to use it. Concatenation just means to join two things together. And in Excel, you can use the CONCAT function to join data from

URL: https://bit.ly/3M9DY9L
#techsource #article #freeCodeCamp
How to Use Apache Airflow to Schedule and Manage Workflows

Apache Airflow is an open-source workflow management system that makes it easy to write, schedule, and monitor workflows. A workflow as a sequence of operations, from start to finish. The workflows in Airflow are authored as Directed Acyclic Graphs (DAG) using standard Python programming. You can configure when a

URL: https://bit.ly/3MhMdku